Hi Community,
I have created webMethods Integration Server (IS) & API Gateway’s Docker Container using image from Docker Hub (Docker) and followed the given guide as well to start the API Gateway.
I have followed the below steps till now:
- pull softwareag/apigateway-trial:10.15 from DockerHub:
docker pull softwareag/apigateway-trial:10.15
- Increase the vm memory (I executed this command using wsl cli)
sysctl -w vm.max_map_count=262144
- Login to Docker
docker login
- Create and Start container from the Image
docker run -d -p 5555:5555 -p 9072:9072 --hostname apigw-host --name apigw softwareag/apigateway-trial:10.15
But I am getting “invalid credentials” error when I try to login webMethods Integration Server (IS) & API Gateway from localhost.
I would appreciate if any expert from community help me solve this issue.
Thanks