activiti-cloud-examples icon indicating copy to clipboard operation
activiti-cloud-examples copied to clipboard

Getting 502 (Bad Gateway)

Open s8sg opened this issue 5 years ago • 3 comments

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

s8sg avatar Apr 23 '19 03:04 s8sg

I got the same problem.

XudongLiu avatar Aug 21 '19 01:08 XudongLiu

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).

kimskovhusandersen avatar Oct 06 '20 15:10 kimskovhusandersen

I had similar issues.Modify the permissions of activiti-realm.json file to be rw. docker-compose down and docker-compose up -d

boxXing avatar Sep 16 '21 10:09 boxXing