activiti-cloud-examples
activiti-cloud-examples copied to clipboard
Getting 502 (Bad Gateway)
I'm following the provided tutorial to start on docker-compose
After docker-compose up
when I'm trying to access http://192.168.99.100/activiti-cloud-modeling/
, I'm getting the below error
GET http://192.168.99.100/auth/realms/activiti/.well-known/openid-configuration 502 (Bad Gateway)
I have set DOCKER_IP
to my docker-machine IP
I got the same problem.
I had similar issues. Perhaps this might help you.
When running make all
activiti/example-runtime-bundle started, but then it crashed.
What helped me was to increase the resources available to Docker. Go to your docker Preferences and increasing the CPUs (8) and memory (8GB).
I had similar issues.Modify the permissions of activiti-realm.json file to be rw.
docker-compose down
and docker-compose up -d