Hi Folks,
I have installed ansible awx on docker. Awx console came up properly… after a week when I visit console it throws me an 500 error.
Not sure what was wrong. Kindly suggest…
Thanks,
Jabeer
Hi Folks,
I have installed ansible awx on docker. Awx console came up properly… after a week when I visit console it throws me an 500 error.
Not sure what was wrong. Kindly suggest…
Thanks,
Jabeer
Hi ,
The below is my observation, status for postgress still Restarting will that be issue? Any suggestions please…
[root@ansible-dev local_docker]# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8714110e7521 ansible/awx_task:latest “/tini – /bin/sh -c⦔ 12 days ago Up About an hour 8052/tcp awx_task
5b211b30c86f ansible/awx_web:latest “/tini – /bin/sh -c⦔ 12 days ago Up About an hour 0.0.0.0:80->8052/tcp awx_web
3cdfa7e18449 memcached:alpine “docker-entrypoint.s⦔ 12 days ago Up About an hour 11211/tcp memcached
5af6f5bae89b rabbitmq:3 “docker-entrypoint.s⦔ 12 days ago Up About an hour 4369/tcp, 5671-5672/tcp, 25672/tcp rabbitmq
edc8581a2aa4 postgres:9.6 “docker-entrypoint.s⦔ 12 days ago Restarting (1) 14 seconds ago postgres
Thanks,
Jabeer
Hi
This happens to my awx instance sometimes too.
Try refreshing the page several times.
Works for me.
Mrinal
Thanks Mrinal for the reply.
It does not work for me…
Regards,
Jabeer
The Postgres (database container) looks to be stopped. Try:
docker stop postgres; docker start postgres