Hi ,
I installed awx v19.5.1 through docker method. It looks like installation is ok . And container s run as below:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
8ca214c6587e docker.io/library/redis:latest /usr/local/etc/re… 20 hours ago Up 28 minutes ago tools_redis_1
d2449b19f0d8 docker.io/library/postgres:12 postgres 20 hours ago Up 28 minutes ago tools_postgres_1
4c1ec7e29e5c quay.io/awx/awx_devel:19.5.1 launch_awx.sh 20 hours ago Up 28 minutes ago 0.0.0.0:2222->2222/tcp, 0.0.0.0:6899->6899/tcp, 0.0.0.0:7899-7999->7899-7999/tcp, 0.0.0.0:8013->8013/tcp, 0.0.0.0:8043->8043/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8888->8888/tcp tools_awx_1
4177b85bcdff quay.io/ansible/receptor:v1.2.1 receptor --config… 20 hours ago Up 28 minutes ago 0.0.0.0:5555->5555/tcp tools_receptor_hop
a33176dc2026 quay.io/awx/awx_devel:19.5.1 receptor --config… 20 hours ago Up 28 minutes ago tools_receptor_2
48b271638e6e quay.io/awx/awx_devel:19.5.1 receptor --config… 20 hours ago Up 28 minutes ago tools_receptor_1
And run command (successfully):
$ docker exec tools_awx_1 make clean-ui ui-devel
But the dashboard couldn’t open (blank), i did check the log of tools_awx_1. Found below errors :
awx-receptor stdout | WARNING 2023/03/15 04:44:30 Could not read in control service: read unix /var/run/awx-receptor/receptor.sock->@: us e of closed network connection
awx-receptor stdout | WARNING 2023/03/15 04:44:30 Could not close connection: close unix /var/run/awx-receptor/receptor.sock->@: use of c losed network connection".
Appreciate for your great help.