Not able to access the AWX 11.2.0 portal from Browser

Hi Team,

Need an urgent help on where to look out for issues. I have just built a new AWX 11.2.0 container and currently docker compose port forwarding for awxx_web to 8000 how ever I get the socket timeout when accessing http://localhost:8000 or http://ip address:8000 from external browser.

Request to provide pointers on where all to look at to troubleshoot :

:~/awx/installer# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c338c60e0a43 ansible/awx_task:11.2.0 “tini – /bin/sh -c ⦔ 4 days ago Up 4 hours 8052/tcp awx_task
4a1c9f9417a7 ansible/awx_web:11.2.0 “tini – /bin/sh -c ⦔ 4 days ago Up 27 minutes 0.0.0.0:8000->8052/tcp awx_web
559a86fc14f8 postgres:10 “docker-entrypoint.s⦔ 4 days ago Up 4 hours 5432/tcp awx_postgres
eef02b429383 memcached:alpine “docker-entrypoint.s⦔ 4 days ago Up 4 hours 11211/tcp awx_memcached
03ab2c932352 redis “docker-entrypoint.s⦔ 4 days ago Up 4 hours 6379/tcp awx_redis

docker logs awx_web -f does not show any errors related to access while accessing the portal via browser:

Using /etc/ansible/ansible.cfg as config file
127.0.0.1 | SUCCESS => {
“ansible_facts”: {
“discovered_interpreter_python”: “/usr/libexec/platform-python”
},
“changed”: false,
“elapsed”: 0,
“match_groupdict”: {},
“match_groups”: ,
“path”: null,
“port”: 5432,
“search_regex”: null,
“state”: “started”
}
Using /etc/ansible/ansible.cfg as config file
127.0.0.1 | SUCCESS => {
“ansible_facts”: {
“discovered_interpreter_python”: “/usr/libexec/platform-python”
},
“changed”: false,
“db”: “awx”
}



335 static files copied to ‘/var/lib/awx/public/static’.
2020-06-03 08:18:20,565 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2020-06-03 08:18:20,872 INFO RPC interface ‘supervisor’ initialized
2020-06-03 08:18:20,873 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2020-06-03 08:18:20,873 INFO supervisord started with pid 70
2020-06-03 08:18:21,877 INFO spawned: ‘awx-config-watcher’ with pid 73
2020-06-03 08:18:21,881 INFO spawned: ‘nginx’ with pid 74
2020-06-03 08:18:21,885 INFO spawned: ‘uwsgi’ with pid 75
2020-06-03 08:18:21,889 INFO spawned: ‘daphne’ with pid 76
2020-06-03 08:18:21,906 INFO spawned: ‘wsbroadcast’ with pid 77
2020-06-03 08:18:21,923 INFO spawned: ‘awx-rsyslogd’ with pid 78
*** Starting uWSGI 2.0.18 (64bit) on [Wed Jun 3 08:18:21 2020] ***
compiled with version: 8.3.1 20190507 (Red Hat 8.3.1-4) on 29 April 2020 20:02:20
os: Linux-4.15.0-101-generic #102-Ubuntu SMP Mon May 11 10:07:26 UTC 2020
nodename: awxweb
machine: x86_64
clock source: unix
detected number of CPU cores: 2
current working directory: /var/lib/awx
detected binary path: /var/lib/awx/venv/awx/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
uWSGI running as root, you can use --uid/–gid/–chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your memory page size is 4096 bytes
*** WARNING: you have enabled harakiri without post buffering. Slow upload could be rejected on post-unbuffered webservers ***
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to TCP address 0.0.0.0:8050 fd 3
uWSGI running as root, you can use --uid/–gid/–chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
Python version: 3.6.8 (default, Nov 21 2019, 19:31:34) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]
*** Python threads support is disabled. You can enable it with --enable-threads ***
Python main interpreter initialized at 0x1d0b570
uWSGI running as root, you can use --uid/–gid/–chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 609552 bytes (595 KB) for 5 cores
*** Operational MODE: preforking ***
uWSGI running as root, you can use --uid/–gid/–chroot options
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) ***
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 75)
spawned uWSGI worker 1 (pid: 81, cores: 1)
spawned uWSGI worker 2 (pid: 82, cores: 1)
spawned uWSGI worker 3 (pid: 83, cores: 1)
spawned uWSGI worker 4 (pid: 84, cores: 1)
spawned uWSGI worker 5 (pid: 85, cores: 1)
READY
2020-06-03 08:18:23,812 INFO success: awx-config-watcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 08:18:23,812 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 08:18:23,813 INFO success: uwsgi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 08:18:23,813 INFO success: daphne entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 08:18:23,813 INFO success: wsbroadcast entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 08:18:23,814 INFO success: awx-rsyslogd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
WSGI app 0 (mountpoint=‘’) ready in 12 seconds on interpreter 0x1d0b570 pid: 81 (default app)
WSGI app 0 (mountpoint=‘’) ready in 12 seconds on interpreter 0x1d0b570 pid: 83 (default app)
WSGI app 0 (mountpoint=‘’) ready in 12 seconds on interpreter 0x1d0b570 pid: 85 (default app)
WSGI app 0 (mountpoint=‘’) ready in 12 seconds on interpreter 0x1d0b570 pid: 82 (default app)
2020-06-03 08:18:34,579 INFO daphne.cli Starting server at tcp:port=8051:interface=0.0.0.0
2020-06-03 08:18:34,579 INFO Starting server at tcp:port=8051:interface=0.0.0.0
2020-06-03 08:18:34,588 INFO daphne.server HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2020-06-03 08:18:34,588 INFO HTTP/2 support not enabled (install the http2 and tls Twisted extras)
2020-06-03 08:18:34,588 INFO daphne.server Configuring endpoint tcp:port=8051:interface=0.0.0.0
2020-06-03 08:18:34,588 INFO Configuring endpoint tcp:port=8051:interface=0.0.0.0
2020-06-03 08:18:34,591 INFO daphne.server Listening on TCP address 0.0.0.0:8051
2020-06-03 08:18:34,591 INFO Listening on TCP address 0.0.0.0:8051
WSGI app 0 (mountpoint=‘’) ready in 12 seconds on interpreter 0x1d0b570 pid: 84 (default app)
RESULT 2
OKREADY
RESULT 2
OKREADY
RESULT 2
OKREADY
RESULT 2

docker inspect awx_web

[
{
“Id”: “4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9”,
“Created”: “2020-05-29T23:59:31.310501907Z”,
“Path”: “tini”,
“Args”: [
“–”,
“/bin/sh”,
“-c”,
“/usr/bin/launch_awx.sh”
],
“State”: {
“Status”: “running”,
“Running”: true,
“Paused”: false,
“Restarting”: false,
“OOMKilled”: false,
“Dead”: false,
“Pid”: 8270,
“ExitCode”: 0,
“Error”: “”,
“StartedAt”: “2020-06-03T08:18:11.760205532Z”,
“FinishedAt”: “2020-06-03T08:18:06.667130467Z”
},
“Image”: “sha256:61c4d41939ca8af5331832f08f774044646dfc680b51390e1a425c2316fe5ee9”,
“ResolvConfPath”: “/var/lib/docker/containers/4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9/resolv.conf”,
“HostnamePath”: “/var/lib/docker/containers/4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9/hostname”,
“HostsPath”: “/var/lib/docker/containers/4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9/hosts”,
“LogPath”: “/var/lib/docker/containers/4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9/4a1c9f9417a74fde374a44905b16471a9144e5dd1d085c36a4896b3f891d98c9-json.log”,
“Name”: “/awx_web”,
“RestartCount”: 0,
“Driver”: “overlay2”,
“Platform”: “linux”,
“MountLabel”: “”,
“ProcessLabel”: “”,
“AppArmorProfile”: “docker-default”,
“ExecIDs”: null,
“HostConfig”: {
“Binds”: [
“awxcompose_supervisor-socket:/var/run/supervisor:rw”,
“/root/.awx/awxcompose/credentials.py:/etc/tower/conf.d/credentials.py:rw”,
“/root/.awx/awxcompose/memcached_socket:/var/run/memcached:rw”,
“awxcompose_rsyslog-config:/var/lib/awx/rsyslog:rw”,
“/var/lib/awx/projects:/var/lib/awx/projects:rw”,
“/root/.awx/awxcompose/redis_socket:/var/run/redis:rw”,
“/root/.awx/awxcompose/nginx.conf:/etc/nginx/nginx.conf:ro”,
“awxcompose_rsyslog-socket:/var/run/awx-rsyslog:rw”,
“/root/.awx/awxcompose/SECRET_KEY:/etc/tower/SECRET_KEY:rw”,
“/root/.awx/awxcompose/environment.sh:/etc/tower/conf.d/environment.sh:rw”,
“6d6a591fe2ba64666aa74ba59c763b7b1da9f41c38c0cc2cd5b0b65c13c11462:/var/lib/nginx:rw”
],
“ContainerIDFile”: “”,
“LogConfig”: {
“Type”: “json-file”,
“Config”: {}
},
“NetworkMode”: “awxcompose_default”,
“PortBindings”: {
“8052/tcp”: [
{
“HostIp”: “”,
“HostPort”: “8000”
}
]
},
“RestartPolicy”: {
“Name”: “unless-stopped”,
“MaximumRetryCount”: 0
},
“AutoRemove”: false,
“VolumeDriver”: “”,
“VolumesFrom”: ,
“CapAdd”: null,
“CapDrop”: null,
“Capabilities”: null,
“Dns”: ,
“DnsOptions”: ,
“DnsSearch”: ,
“ExtraHosts”: null,
“GroupAdd”: null,
“IpcMode”: “shareable”,
“Cgroup”: “”,
“Links”: null,
“OomScoreAdj”: 0,
“PidMode”: “”,
“Privileged”: false,
“PublishAllPorts”: false,
“ReadonlyRootfs”: false,
“SecurityOpt”: null,
“UTSMode”: “”,
“UsernsMode”: “”,
“ShmSize”: 67108864,
“Runtime”: “runc”,
“ConsoleSize”: [
0,
0
],
“Isolation”: “”,
“CpuShares”: 0,
“Memory”: 0,
“NanoCpus”: 0,
“CgroupParent”: “”,
“BlkioWeight”: 0,
“BlkioWeightDevice”: null,
“BlkioDeviceReadBps”: null,
“BlkioDeviceWriteBps”: null,
“BlkioDeviceReadIOps”: null,
“BlkioDeviceWriteIOps”: null,
“CpuPeriod”: 0,
“CpuQuota”: 0,
“CpuRealtimePeriod”: 0,
“CpuRealtimeRuntime”: 0,
“CpusetCpus”: “”,
“CpusetMems”: “”,
“Devices”: null,
“DeviceCgroupRules”: null,
“DeviceRequests”: null,
“KernelMemory”: 0,
“KernelMemoryTCP”: 0,
“MemoryReservation”: 0,
“MemorySwap”: 0,
“MemorySwappiness”: null,
“OomKillDisable”: false,
“PidsLimit”: null,
“Ulimits”: null,
“CpuCount”: 0,
“CpuPercent”: 0,
“IOMaximumIOps”: 0,
“IOMaximumBandwidth”: 0,
“MaskedPaths”: [
“/proc/asound”,
“/proc/acpi”,
“/proc/kcore”,
“/proc/keys”,
“/proc/latency_stats”,
“/proc/timer_list”,
“/proc/timer_stats”,
“/proc/sched_debug”,
“/proc/scsi”,
“/sys/firmware”
],
“ReadonlyPaths”: [
“/proc/bus”,
“/proc/fs”,
“/proc/irq”,
“/proc/sys”,
“/proc/sysrq-trigger”
]
},
“GraphDriver”: {
“Data”: {
“LowerDir”: “/var/lib/docker/overlay2/2dbe886835d8b13b59b8eebdcddd2d3596975c60c75f3637cec1a098e9eb3a9c-init/diff:/var/lib/docker/overlay2/718058f975c100d0ecf21a1ddbdca96cbbf19d937929a0c9aa5ebdc3bfda4e76/diff:/var/lib/docker/overlay2/9c915f77cb03fa2d4bbfbdbbef1d4e3245be7e158de3351f55f6e03785fe7980/diff:/var/lib/docker/overlay2/c0a35793320795d9e75d419bb98510c04f3ae5758af2697eb823c6a000675835/diff:/var/lib/docker/overlay2/747541b4e2005472a7c52c6e6c5264dba7affc968980fd677772e8259ffa36a8/diff:/var/lib/docker/overlay2/1e02e781cb5652800f6917f93882140a0449f38c7fd3add24a470be0fc8116f7/diff:/var/lib/docker/overlay2/608a4d08b70b5aee552dd804ca5a7c1664e6a9947f72504f1a9367349ee1091e/diff:/var/lib/docker/overlay2/4183543a629a8fef756a9610ed8a28edc7f9577bfc61cc0d11875e532782eabb/diff:/var/lib/docker/overlay2/d7d98bed25449f9190dabbb277bbc6d379a5ba99dd6af848351286ad146fcc6c/diff:/var/lib/docker/overlay2/692c3310716c98c2ebfed316abfb5c6fb1f90ece7a03fcfea32a56590cc9ae30/diff:/var/lib/docker/overlay2/dc90b6a4cfb08a64ac989639741fe792b8542a9e2940d534df1cbfd4075446f4/diff:/var/lib/docker/overlay2/17b7ead5c78b28d9fbeb3fe2eb0f92e214a8fe0e85b7a25afd8f8b17798ecaad/diff:/var/lib/docker/overlay2/5586344d32aa6d02f1ecbe7dafaa3fd6b344adf68eaa7561cbcf88e753862fd3/diff:/var/lib/docker/overlay2/52d63086d9cb94bd090e9fd208b8d3220445fc279aa7cfa7897519b67a18e199/diff:/var/lib/docker/overlay2/8c73822bdd308999cad3b6cc092dd0fe9b3ea52644c7c7189c49ff7ab8a49b95/diff:/var/lib/docker/overlay2/a7952b1763e427f9dc9ebfad0fedf78b148ca203f40fd1fbdb9262d469b68fc5/diff:/var/lib/docker/overlay2/533f1d4e6ad8128fcdfe0f89d6c21d6373c0b4b0fc9fe8dc597f43453a280192/diff:/var/lib/docker/overlay2/4068c3005f56e9de37572ce364ca8bc55bc7d9bfd63491848a453b9c54590483/diff:/var/lib/docker/overlay2/e010a76d2a34fb06f573e6fee0e9a2b6e74e5701bd11f3e2d9b5b435277736ed/diff:/var/lib/docker/overlay2/9f3b7b481075b80f70c7726f8aab389702fdf9cf1e4111d57f0b5aa64e71a911/diff:/var/lib/docker/overlay2/7ec06b2d856378ac586c798dd5902ef707681faf9aa772f42c0650caa0b77043/diff:/var/lib/docker/overlay2/00b7004021108f15d9f9b0e535623dc3c5e76ab36a857d62ebc9a868dc37f17e/diff:/var/lib/docker/overlay2/66f6f38677174ccef72b75894d463b2dfe97f510836b43184cf42ecf433e974b/diff:/var/lib/docker/overlay2/295438c633e8fd09db4410ccf733b04f7eb7a382edffb775e664e10ddea10d93/diff:/var/lib/docker/overlay2/3b103931abbc922d8eed231c437968fc569dc651722e4f63eb32a711855ceda7/diff:/var/lib/docker/overlay2/6e569da14455b4439dba208149d6dcd1173d4eeebb2f383d0956b928b7a5fae7/diff”,
“MergedDir”: “/var/lib/docker/overlay2/2dbe886835d8b13b59b8eebdcddd2d3596975c60c75f3637cec1a098e9eb3a9c/merged”,
“UpperDir”: “/var/lib/docker/overlay2/2dbe886835d8b13b59b8eebdcddd2d3596975c60c75f3637cec1a098e9eb3a9c/diff”,
“WorkDir”: “/var/lib/docker/overlay2/2dbe886835d8b13b59b8eebdcddd2d3596975c60c75f3637cec1a098e9eb3a9c/work”
},
“Name”: “overlay2”
},
“Mounts”: [
{
“Type”: “volume”,
“Name”: “awxcompose_rsyslog-config”,
“Source”: “/var/lib/docker/volumes/awxcompose_rsyslog-config/_data”,
“Destination”: “/var/lib/awx/rsyslog”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
},
{
“Type”: “volume”,
“Name”: “awxcompose_rsyslog-socket”,
“Source”: “/var/lib/docker/volumes/awxcompose_rsyslog-socket/_data”,
“Destination”: “/var/run/awx-rsyslog”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/redis_socket”,
“Destination”: “/var/run/redis”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/nginx.conf”,
“Destination”: “/etc/nginx/nginx.conf”,
“Mode”: “ro”,
“RW”: false,
“Propagation”: “rprivate”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/SECRET_KEY”,
“Destination”: “/etc/tower/SECRET_KEY”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/credentials.py”,
“Destination”: “/etc/tower/conf.d/credentials.py”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/memcached_socket”,
“Destination”: “/var/run/memcached”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “volume”,
“Name”: “awxcompose_supervisor-socket”,
“Source”: “/var/lib/docker/volumes/awxcompose_supervisor-socket/_data”,
“Destination”: “/var/run/supervisor”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
},
{
“Type”: “bind”,
“Source”: “/root/.awx/awxcompose/environment.sh”,
“Destination”: “/etc/tower/conf.d/environment.sh”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “bind”,
“Source”: “/var/lib/awx/projects”,
“Destination”: “/var/lib/awx/projects”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “rprivate”
},
{
“Type”: “volume”,
“Name”: “6d6a591fe2ba64666aa74ba59c763b7b1da9f41c38c0cc2cd5b0b65c13c11462”,
“Source”: “/var/lib/docker/volumes/6d6a591fe2ba64666aa74ba59c763b7b1da9f41c38c0cc2cd5b0b65c13c11462/_data”,
“Destination”: “/var/lib/nginx”,
“Driver”: “local”,
“Mode”: “rw”,
“RW”: true,
“Propagation”: “”
}
],
“Config”: {
“Hostname”: “awxweb”,
“Domainname”: “”,
“User”: “root”,
“AttachStdin”: false,
“AttachStdout”: false,
“AttachStderr”: false,
“ExposedPorts”: {
“8052/tcp”: {}
},
“Tty”: false,
“OpenStdin”: false,
“StdinOnce”: false,
“Env”: [
“http_proxy”,
“https_proxy”,
“no_proxy”,
“affinity:container==a0c2a872fb8c2f98d32a1e6af3de66271b9b308193c23cbcbcf57fde19dfac4f”,
“PATH=/usr/pgsql-10/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin”,
“LANG=en_US.UTF-8”,
“LANGUAGE=en_US:en”,
“LC_ALL=en_US.UTF-8”,
“HOME=/home/awx”
],
“Cmd”: [
“/bin/sh”,
“-c”,
“/usr/bin/launch_awx.sh”
],
“Image”: “ansible/awx_web:11.2.0”,
“Volumes”: {
“/etc/nginx/nginx.conf”: {},
“/etc/tower/SECRET_KEY”: {},
“/etc/tower/conf.d/credentials.py”: {},
“/etc/tower/conf.d/environment.sh”: {},
“/var/lib/awx/projects”: {},
“/var/lib/awx/rsyslog”: {},
“/var/lib/nginx”: {},
“/var/run/awx-rsyslog”: {},
“/var/run/memcached”: {},
“/var/run/redis”: {},
“/var/run/supervisor”: {}
},
“WorkingDir”: “/home/awx”,
“Entrypoint”: [
“tini”,
“–”
],
“OnBuild”: null,
“Labels”: {
“com.docker.compose.config-hash”: “2f8940e8f8986624f81d44117c4be4c12d0f406481a5a0d8f6402127d804971b”,
“com.docker.compose.container-number”: “1”,
“com.docker.compose.oneoff”: “False”,
“com.docker.compose.project”: “awxcompose”,
“com.docker.compose.project.config_files”: “/root/.awx/awxcompose/docker-compose.yml”,
“com.docker.compose.project.working_dir”: “/root/.awx/awxcompose”,
“com.docker.compose.service”: “web”,
“com.docker.compose.version”: “1.25.5”,
“org.label-schema.build-date”: “20200114”,
“org.label-schema.license”: “GPLv2”,
“org.label-schema.name”: “CentOS Base Image”,
“org.label-schema.schema-version”: “1.0”,
“org.label-schema.vendor”: “CentOS”,
“org.opencontainers.image.created”: “2020-01-14 00:00:00-08:00”,
“org.opencontainers.image.licenses”: “GPL-2.0-only”,
“org.opencontainers.image.title”: “CentOS Base Image”,
“org.opencontainers.image.vendor”: “CentOS”
}
},
“NetworkSettings”: {
“Bridge”: “”,
“SandboxID”: “500e44fc815315d7add2cc9bc479579482bd17015e1ab29d82a35ee17592d40e”,
“HairpinMode”: false,
“LinkLocalIPv6Address”: “”,
“LinkLocalIPv6PrefixLen”: 0,
“Ports”: {
“8052/tcp”: [
{
“HostIp”: “0.0.0.0”,
“HostPort”: “8000”
}
]
},
“SandboxKey”: “/var/run/docker/netns/500e44fc8153”,
“SecondaryIPAddresses”: null,
“SecondaryIPv6Addresses”: null,
“EndpointID”: “”,
“Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“IPAddress”: “”,
“IPPrefixLen”: 0,
“IPv6Gateway”: “”,
“MacAddress”: “”,
“Networks”: {
“awxcompose_default”: {
“IPAMConfig”: null,
“Links”: null,
“Aliases”: [
“web”,
“4a1c9f9417a7”
],
“NetworkID”: “9f4899ee5c01a0f717c81672a373807fd4c581ecd16fbe76473363ad57146874”,
“EndpointID”: “7b10e01ab7a7ca675ac3567c2e66847a354eb7d0f2dfe09b16d8dcc982e6253e”,
“Gateway”: “1xx.xx.0.1”,
“IPAddress”: “1xx.xx.0.4”,
“IPPrefixLen”: 16,
“IPv6Gateway”: “”,
“GlobalIPv6Address”: “”,
“GlobalIPv6PrefixLen”: 0,
“MacAddress”: “01:12:ac:122:00:04”,
“DriverOpts”: null
}
}
}
}
]

Hi Ramakanta,

Check awx_task logs to get more clarity around this issue and also share it here.

Regards,
Ompragash

I get only below output. One more thing is to connect to internet from the host we use https_proxy not sure if that will make any difference.

Using /etc/ansible/ansible.cfg as config file
Using /etc/ansible/ansible.cfg as config file
127.0.0.1 | SUCCESS => {
“ansible_facts”: {
“discovered_interpreter_python”: “/usr/libexec/platform-python”
},
“changed”: false,
“elapsed”: 0,
“match_groupdict”: {},
“match_groups”: ,
“path”: null,
“port”: 5432,
“search_regex”: null,
“state”: “started”
}
Using /etc/ansible/ansible.cfg as config file
127.0.0.1 | SUCCESS => {
“ansible_facts”: {
“discovered_interpreter_python”: “/usr/libexec/platform-python”
},
“changed”: false,
“db”: “awx”
}
2020-06-03 10:31:26,915 INFO rbac_migrations Computing role roots…
2020-06-03 10:31:26,917 INFO rbac_migrations Found 0 roots in 0.000237 seconds, rebuilding ancestry map
2020-06-03 10:31:26,917 INFO rbac_migrations Rebuild ancestors completed in 0.000008 seconds
2020-06-03 10:31:26,917 INFO rbac_migrations Done.
2020-06-03 10:31:30,264 INFO rbac_migrations Computing role roots…
2020-06-03 10:31:30,266 INFO rbac_migrations Found 0 roots in 0.000215 seconds, rebuilding ancestry map
2020-06-03 10:31:30,266 INFO rbac_migrations Rebuild ancestors completed in 0.000007 seconds
2020-06-03 10:31:30,266 INFO rbac_migrations Done.
2020-06-03 10:31:45,744 DEBUG awx.main.models.credential adding Machine credential type
2020-06-03 10:31:45,768 DEBUG awx.main.models.credential adding Source Control credential type
2020-06-03 10:31:45,778 DEBUG awx.main.models.credential adding Vault credential type
2020-06-03 10:31:45,788 DEBUG awx.main.models.credential adding Network credential type
2020-06-03 10:31:45,797 DEBUG awx.main.models.credential adding Amazon Web Services credential type
2020-06-03 10:31:45,807 DEBUG awx.main.models.credential adding OpenStack credential type
2020-06-03 10:31:45,817 DEBUG awx.main.models.credential adding VMware vCenter credential type
2020-06-03 10:31:45,827 DEBUG awx.main.models.credential adding Red Hat Satellite 6 credential type
2020-06-03 10:31:45,837 DEBUG awx.main.models.credential adding Red Hat CloudForms credential type
2020-06-03 10:31:45,848 DEBUG awx.main.models.credential adding Google Compute Engine credential type
2020-06-03 10:31:45,858 DEBUG awx.main.models.credential adding Microsoft Azure Resource Manager credential type
2020-06-03 10:31:45,868 DEBUG awx.main.models.credential adding GitHub Personal Access Token credential type
2020-06-03 10:31:45,877 DEBUG awx.main.models.credential adding GitLab Personal Access Token credential type
2020-06-03 10:31:45,887 DEBUG awx.main.models.credential adding Insights credential type
2020-06-03 10:31:45,896 DEBUG awx.main.models.credential adding Red Hat Virtualization credential type
2020-06-03 10:31:45,905 DEBUG awx.main.models.credential adding Ansible Tower credential type
2020-06-03 10:31:45,915 DEBUG awx.main.models.credential adding OpenShift or Kubernetes API Bearer Token credential type
2020-06-03 10:31:45,925 DEBUG awx.main.models.credential adding CyberArk AIM Central Credential Provider Lookup credential type
2020-06-03 10:31:45,935 DEBUG awx.main.models.credential adding Microsoft Azure Key Vault credential type
2020-06-03 10:31:45,944 DEBUG awx.main.models.credential adding CyberArk Conjur Secret Lookup credential type
2020-06-03 10:31:45,954 DEBUG awx.main.models.credential adding HashiCorp Vault Secret Lookup credential type
2020-06-03 10:31:45,963 DEBUG awx.main.models.credential adding HashiCorp Vault Signed SSH credential type
2020-06-03 10:31:49,255 DEBUG awx.main.migrations Migrating inventory instance_id for gce to gce_id
2020-06-03 10:32:28,475 DEBUG rbac_migrations Migrating inventorysource to new organization field
2020-06-03 10:32:28,488 DEBUG rbac_migrations Migrating jobtemplate to new organization field
2020-06-03 10:32:28,495 DEBUG rbac_migrations Migrating project to new organization field
2020-06-03 10:32:28,501 DEBUG rbac_migrations Migrating systemjobtemplate to new organization field
2020-06-03 10:32:28,501 DEBUG rbac_migrations Class systemjobtemplate has no organization migration
2020-06-03 10:32:28,501 DEBUG rbac_migrations Migrating workflowjobtemplate to new organization field
2020-06-03 10:32:28,508 DEBUG rbac_migrations Migrating workflowapprovaltemplate to new organization field
2020-06-03 10:32:28,508 DEBUG rbac_migrations Class workflowapprovaltemplate has no organization migration
2020-06-03 10:32:28,508 INFO rbac_migrations Unified organization migration completed in 0.0331 seconds
2020-06-03 10:32:28,508 DEBUG rbac_migrations Migrating adhoccommand to new organization field
2020-06-03 10:32:28,516 DEBUG rbac_migrations Migrating inventoryupdate to new organization field
2020-06-03 10:32:28,523 DEBUG rbac_migrations Migrating job to new organization field
2020-06-03 10:32:28,533 DEBUG rbac_migrations Migrating projectupdate to new organization field
2020-06-03 10:32:28,543 DEBUG rbac_migrations Migrating systemjob to new organization field
2020-06-03 10:32:28,543 DEBUG rbac_migrations Class systemjob has no organization migration
2020-06-03 10:32:28,543 DEBUG rbac_migrations Migrating workflowjob to new organization field
2020-06-03 10:32:28,553 DEBUG rbac_migrations Migrating workflowapproval to new organization field
2020-06-03 10:32:28,553 DEBUG rbac_migrations Class workflowapproval has no organization migration
2020-06-03 10:32:28,553 INFO rbac_migrations Unified organization migration completed in 0.0455 seconds
2020-06-03 10:32:30,582 DEBUG rbac_migrations No changes to role parents for 0 resources
2020-06-03 10:32:30,582 DEBUG rbac_migrations Added parents to 0 roles
2020-06-03 10:32:30,582 DEBUG rbac_migrations Removed parents from 0 roles
2020-06-03 10:32:30,583 INFO rbac_migrations Rebuild parentage completed in 0.003922 seconds
Operations to perform:
Apply all migrations: auth, conf, contenttypes, main, oauth2_provider, sessions, sites, social_django, sso, taggit
Running migrations:
Applying contenttypes.0001_initial… OK
Applying contenttypes.0002_remove_content_type_name… OK
Applying taggit.0001_initial… OK
Applying taggit.0002_auto_20150616_2121… OK
Applying auth.0001_initial… OK
Applying main.0001_initial… OK
Applying main.0002_squashed_v300_release… OK
Applying main.0003_squashed_v300_v303_updates… OK
Applying main.0004_squashed_v310_release… OK
Applying conf.0001_initial… OK
Applying conf.0002_v310_copy_tower_settings… OK
Applying main.0005_squashed_v310_v313_updates… OK
Applying main.0006_v320_release… OK
Applying main.0007_v320_data_migrations… OK
Applying main.0008_v320_drop_v1_credential_fields… OK
Applying main.0009_v322_add_setting_field_for_activity_stream… OK
Applying main.0010_v322_add_ovirt4_tower_inventory… OK
Applying main.0011_v322_encrypt_survey_passwords… OK
Applying main.0012_v322_update_cred_types… OK
Applying main.0013_v330_multi_credential… OK
Applying auth.0002_alter_permission_name_max_length… OK
Applying auth.0003_alter_user_email_max_length… OK
Applying auth.0004_alter_user_username_opts… OK
Applying auth.0005_alter_user_last_login_null… OK
Applying auth.0006_require_contenttypes_0002… OK
Applying auth.0007_alter_validators_add_error_messages… OK
Applying auth.0008_alter_user_username_max_length… OK
Applying auth.0009_alter_user_last_name_max_length… OK
Applying auth.0010_alter_group_name_max_length… OK
Applying auth.0011_update_proxy_permissions… OK
Applying conf.0003_v310_JSONField_changes… OK
Applying conf.0004_v320_reencrypt… OK
Applying conf.0005_v330_rename_two_session_settings… OK
Applying conf.0006_v331_ldap_group_type… OK
Applying sessions.0001_initial… OK
Applying main.0014_v330_saved_launchtime_configs… OK
Applying main.0015_v330_blank_start_args… OK
Applying main.0016_v330_non_blank_workflow… OK
Applying main.0017_v330_move_deprecated_stdout… OK
Applying main.0018_v330_add_additional_stdout_events… OK
Applying main.0019_v330_custom_virtualenv… OK
Applying main.0020_v330_instancegroup_policies… OK
Applying main.0021_v330_declare_new_rbac_roles… OK
Applying main.0022_v330_create_new_rbac_roles… OK
Applying main.0023_v330_inventory_multicred… OK
Applying main.0024_v330_create_user_session_membership… OK
Applying main.0025_v330_add_oauth_activity_stream_registrar… OK
Applying oauth2_provider.0001_initial… OK
Applying main.0026_v330_delete_authtoken… OK
Applying main.0027_v330_emitted_events… OK
Applying main.0028_v330_add_tower_verify… OK
Applying main.0030_v330_modify_application… OK
Applying main.0031_v330_encrypt_oauth2_secret… OK
Applying main.0032_v330_polymorphic_delete… OK
Applying main.0033_v330_oauth_help_text… OK
Applying main.0034_v330_delete_user_role… OK
Applying main.0035_v330_more_oauth2_help_text… OK
Applying main.0036_v330_credtype_remove_become_methods… OK
Applying main.0037_v330_remove_legacy_fact_cleanup… OK
Applying main.0038_v330_add_deleted_activitystream_actor… OK
Applying main.0039_v330_custom_venv_help_text… OK
Applying main.0040_v330_unifiedjob_controller_node… OK
Applying main.0041_v330_update_oauth_refreshtoken… OK
Applying main.0042_v330_org_member_role_deparent… OK
Applying main.0043_v330_oauth2accesstoken_modified… OK
Applying main.0044_v330_add_inventory_update_inventory… OK
Applying main.0045_v330_instance_managed_by_policy… OK
Applying main.0046_v330_remove_client_credentials_grant… OK
Applying main.0047_v330_activitystream_instance… OK
Applying main.0048_v330_django_created_modified_by_model_name… OK
Applying main.0049_v330_validate_instance_capacity_adjustment… OK
Applying main.0050_v340_drop_celery_tables… OK
Applying main.0051_v340_job_slicing… OK
Applying main.0052_v340_remove_project_scm_delete_on_next_update… OK
Applying main.0053_v340_workflow_inventory… OK
Applying main.0054_v340_workflow_convergence… OK
Applying main.0055_v340_add_grafana_notification… OK
Applying main.0056_v350_custom_venv_history… OK
Applying main.0057_v350_remove_become_method_type… OK
Applying main.0058_v350_remove_limit_limit… OK
Applying main.0059_v350_remove_adhoc_limit… OK
Applying main.0060_v350_update_schedule_uniqueness_constraint… OK
Applying main.0061_v350_track_native_credentialtype_source… OK
Applying main.0062_v350_new_playbook_stats… OK
Applying main.0063_v350_org_host_limits… OK
Applying main.0064_v350_analytics_state… OK
Applying main.0065_v350_index_job_status… OK
Applying main.0066_v350_inventorysource_custom_virtualenv… OK
Applying main.0067_v350_credential_plugins… OK
Applying main.0068_v350_index_event_created… OK
Applying main.0069_v350_generate_unique_install_uuid… OK
Applying main.0070_v350_gce_instance_id… OK
Applying main.0071_v350_remove_system_tracking… OK
Applying main.0072_v350_deprecate_fields… OK
Applying main.0073_v360_create_instance_group_m2m… OK
Applying main.0074_v360_migrate_instance_group_relations… OK
Applying main.0075_v360_remove_old_instance_group_relations… OK
Applying main.0076_v360_add_new_instance_group_relations… OK
Applying main.0077_v360_add_default_orderings… OK
Applying main.0078_v360_clear_sessions_tokens_jt… OK
Applying main.0079_v360_rm_implicit_oauth2_apps… OK
Applying main.0080_v360_replace_job_origin… OK
Applying main.0081_v360_notify_on_start… OK
Applying main.0082_v360_webhook_http_method… OK
Applying main.0083_v360_job_branch_override… OK
Applying main.0084_v360_token_description… OK
Applying main.0085_v360_add_notificationtemplate_messages… OK
Applying main.0086_v360_workflow_approval… OK
Applying main.0087_v360_update_credential_injector_help_text… OK
Applying main.0088_v360_dashboard_optimizations… OK
Applying main.0089_v360_new_job_event_types… OK
Applying main.0090_v360_WFJT_prompts… OK
Applying main.0091_v360_approval_node_notifications… OK
Applying main.0092_v360_webhook_mixin… OK
Applying main.0093_v360_personal_access_tokens… OK
Applying main.0094_v360_webhook_mixin2… OK
Applying main.0095_v360_increase_instance_version_length… OK
Applying main.0096_v360_container_groups… OK
Applying main.0097_v360_workflowapproval_approved_or_denied_by… OK
Applying main.0098_v360_rename_cyberark_aim_credential_type… OK
Applying main.0099_v361_license_cleanup… OK
Applying main.0100_v370_projectupdate_job_tags… OK
Applying main.0101_v370_generate_new_uuids_for_iso_nodes… OK
Applying main.0102_v370_unifiedjob_canceled… OK
Applying main.0103_v370_remove_computed_fields… OK
Applying main.0104_v370_cleanup_old_scan_jts… OK
Applying main.0105_v370_remove_jobevent_parent_and_hosts… OK
Applying main.0106_v370_remove_inventory_groups_with_active_failures… OK
Applying main.0107_v370_workflow_convergence_api_toggle… OK
Applying main.0108_v370_unifiedjob_dependencies_processed… OK
Applying main.0109_v370_job_template_organization_field… OK
Applying main.0110_v370_instance_ip_address… OK
Applying main.0111_v370_delete_channelgroup… OK
Applying main.0112_v370_workflow_node_identifier… OK
Applying main.0113_v370_event_bigint… OK
Applying main.0114_v370_remove_deprecated_manual_inventory_sources… OK
Applying oauth2_provider.0002_08_updates… OK
Applying oauth2_provider.0003_auto_20160316_1503… OK
Applying oauth2_provider.0004_auto_20160525_1623… OK
Applying oauth2_provider.0005_auto_20170514_1141… OK
Applying oauth2_provider.0006_auto_20171214_2232… OK
Applying sites.0001_initial… OK
Applying sites.0002_alter_domain_unique… OK
Applying social_django.0001_initial… OK
Applying social_django.0002_add_related_name… OK
Applying social_django.0003_alter_email_max_length… OK
Applying social_django.0004_auto_20160423_0400… OK
Applying social_django.0005_auto_20160727_2333… OK
Applying social_django.0006_partial… OK
Applying social_django.0007_code_timestamp… OK
Applying social_django.0008_partial_timestamp… OK
Applying sso.0001_initial… OK
Applying sso.0002_expand_provider_options… OK
Applying taggit.0003_taggeditem_add_unique_index… OK
Default organization added.
Demo Credential, Inventory, and Job Template added.
(changed: True)
Successfully registered instance awx
(changed: True)
Creating instance group tower
(changed: True)
2020-06-03 10:33:23,815 CRIT Supervisor is running as root. Privileges were not dropped because no user is specified in the config file. If you intend to run as root, you can set user=root in the config file to avoid this message.
2020-06-03 10:33:23,824 INFO RPC interface ‘supervisor’ initialized
2020-06-03 10:33:23,824 CRIT Server ‘unix_http_server’ running without any HTTP authentication checking
2020-06-03 10:33:23,825 INFO supervisord started with pid 112
2020-06-03 10:33:24,829 INFO spawned: ‘awx-config-watcher’ with pid 115
2020-06-03 10:33:24,834 INFO spawned: ‘dispatcher’ with pid 116
2020-06-03 10:33:24,839 INFO spawned: ‘callback-receiver’ with pid 117
READY
2020-06-03 10:33:26,157 INFO success: awx-config-watcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 10:33:26,158 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 10:33:26,158 INFO success: callback-receiver entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-06-03 10:33:29,369 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:128
2020-06-03 10:33:29,369 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:128
2020-06-03 10:33:29,377 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:129
2020-06-03 10:33:29,377 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:129
2020-06-03 10:33:29,388 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:130
2020-06-03 10:33:29,388 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:130
2020-06-03 10:33:29,397 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:131
2020-06-03 10:33:29,397 WARNING awx.main.commands.run_callback_receiver scaling up worker pid:131
2020-06-03 10:33:29,507 WARNING awx.main.dispatch.periodic periodic beat started
2020-06-03 10:33:29,555 WARNING awx.main.dispatch scaling up worker pid:133
2020-06-03 10:33:29,564 WARNING awx.main.dispatch scaling up worker pid:134
2020-06-03 10:33:29,573 WARNING awx.main.dispatch scaling up worker pid:135
2020-06-03 10:33:29,584 WARNING awx.main.dispatch scaling up worker pid:136
2020-06-03 10:33:29,588 WARNING awx.main.dispatch Running worker dispatcher listening to queues [‘tower_broadcast_all’, ‘awx’]
2020-06-03 10:33:29,595 DEBUG awx.main.tasks Syncing Schedules
2020-06-03 10:33:29,967 DEBUG awx.main.tasks Waited 0.001007080078125 seconds to obtain lock name: cluster_policy_lock
2020-06-03 10:33:29,983 DEBUG awx.main.tasks Total non-isolated instances:1 available for policy: 1
2020-06-03 10:33:29,984 DEBUG awx.main.tasks Policy percentage, adding Instances [1] to Group tower
2020-06-03 10:33:29,985 DEBUG awx.main.tasks Adding instances [1] to group tower
2020-06-03 10:33:29,997 DEBUG awx.main.tasks Cluster policy computation finished in 0.028470516204833984 seconds
2020-06-03 10:33:29,998 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:33:30,086 DEBUG awx.main.utils.reload Issuing command to restart services, args=[‘supervisorctl’, ‘-c’, ‘/supervisor.conf’, ‘restart’, ‘tower-processes:awx-rsyslogd’]
2020-06-03 10:33:32,676 ERROR awx.main.utils.reload supervisorctl restart awx-rsyslogd errored with exit code 7, stdout:
b’tower-processes:awx-rsyslogd: stopped\ntower-processes:awx-rsyslogd: ERROR (spawn error)‘stderr:
b’’
2020-06-03 10:33:32,686 DEBUG awx.main.dispatch task 69507778-8e4f-46b9-b24a-388aa7df4c62 starting awx.main.tasks.migrate_legacy_event_data([‘main_inventoryupdateevent’])
2020-06-03 10:33:32,684 DEBUG awx.main.dispatch task 7abe20d3-4724-4d24-ba6b-b085e9c37792 starting awx.main.tasks.migrate_legacy_event_data(
[‘main_jobevent’])
2020-06-03 10:33:32,689 DEBUG awx.main.dispatch task 53bf2542-ea3f-4850-b392-b67ca6ea6439 starting awx.main.tasks.migrate_legacy_event_data([‘main_projectupdateevent’])
2020-06-03 10:33:32,724 DEBUG awx.main.dispatch task 5b0ccbf4-8f39-4001-83ee-7c7ff6c08d24 starting awx.main.tasks.migrate_legacy_event_data(
[‘main_adhoccommandevent’])
2020-06-03 10:33:32,732 WARNING awx.main.tasks main_projectupdateevent primary key migration to bigint has finished
2020-06-03 10:33:32,733 WARNING awx.main.tasks main_inventoryupdateevent primary key migration to bigint has finished
2020-06-03 10:33:32,718 WARNING awx.main.dispatch scaling up worker pid:142
2020-06-03 10:33:32,749 WARNING awx.main.tasks main_jobevent primary key migration to bigint has finished
2020-06-03 10:33:32,747 DEBUG awx.main.dispatch task e65a6e52-de07-456e-92f7-56cdc54510d8 starting awx.main.tasks.migrate_legacy_event_data([‘main_systemjobevent’])
2020-06-03 10:33:32,758 WARNING awx.main.tasks main_adhoccommandevent primary key migration to bigint has finished
2020-06-03 10:33:32,776 WARNING awx.main.tasks main_systemjobevent primary key migration to bigint has finished
2020-06-03 10:33:49,547 DEBUG awx.main.dispatch task 89c384da-14a9-4f7c-b5e8-3536c3649cff starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:33:49,569 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:33:49,582 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:33:59,563 DEBUG awx.main.dispatch task 2e2d61f7-5860-4634-ab83-c2dfbdc0b0f2 starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:33:59,575 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:33:59,587 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:33:59.583757+00:00
RESULT 2
OKREADY
2020-06-03 10:34:09,578 DEBUG awx.main.dispatch task 85fe51a7-f521-4d48-b6b6-ad46b20adf7d starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:34:09,580 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:34:09,607 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:34:29,596 WARNING awx.main.dispatch scaling down worker pid:133
2020-06-03 10:34:29,723 WARNING awx.main.dispatch worker exiting gracefully pid:133
2020-06-03 10:34:29,741 DEBUG awx.main.dispatch task e67e293f-74d9-406f-8fed-55319d9d760b starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:34:29,744 DEBUG awx.main.dispatch task 2f4b6572-f3e6-4be7-86d4-cdb813f3cafd starting awx.main.tasks.cluster_node_heartbeat(
)
2020-06-03 10:34:29,745 DEBUG awx.main.dispatch task a8afc7f8-982e-4649-a944-426c2f30abc0 starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:34:29,744 DEBUG awx.main.dispatch task c580906c-97eb-41da-b670-4fcaef0f569d starting awx.main.tasks.awx_k8s_reaper(
)
2020-06-03 10:34:29,748 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:34:29,749 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:34:29,749 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:34:29,752 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:33:59.575963+00:00
2020-06-03 10:34:29,783 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:34:49,661 DEBUG awx.main.dispatch task f0e6482a-34a8-4b95-9087-0cf5812c01ed starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:34:49,662 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:34:49,682 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:34:59,679 DEBUG awx.main.dispatch task 0e9e97b1-660c-4059-bc1e-aed0ac340c05 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:34:59,691 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:34:59,696 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:34:29.750158+00:00
RESULT 2
OKREADY
2020-06-03 10:35:09,703 DEBUG awx.main.dispatch task 901708b1-6eda-4eac-b122-b37cb3edd59c starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:35:09,705 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:35:09,731 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:35:29,754 DEBUG awx.main.dispatch task 9330a92b-8cf5-4639-8119-53ee8f5d036f starting awx.main.tasks.cluster_node_heartbeat(
)
2020-06-03 10:35:30,046 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:35:29,767 DEBUG awx.main.dispatch task 7e7b1701-ae35-4ace-acf2-f6ce75b5e291 starting awx.main.tasks.awx_k8s_reaper([])
2020-06-03 10:35:29,783 DEBUG awx.main.dispatch task 1d22c0ac-0ff2-42d4-9310-10793a64d549 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:35:30,097 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:35:30,103 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:34:59.692993+00:00
2020-06-03 10:35:29,804 DEBUG awx.main.dispatch task e652fdf0-e170-4aae-984c-ccd6f9784943 starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:35:30,157 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:35:30,171 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:35:49,801 DEBUG awx.main.dispatch task 6bc92422-fa1f-414e-a18a-803addb038d5 starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:35:49,802 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:35:49,821 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:35:59,824 DEBUG awx.main.dispatch task 59d7cf5a-0e5c-40bd-9c65-30b90c7177b7 starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:35:59,834 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:35:59,840 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:35:30.098946+00:00
RESULT 2
OKREADY
2020-06-03 10:36:09,839 DEBUG awx.main.dispatch task 5b5aeaf8-c45f-478f-b076-1a65c1a92e08 starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:36:09,840 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:36:09,858 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:36:29,887 DEBUG awx.main.dispatch task d3d3753e-51f3-46d3-99a5-c919c04c32e1 starting awx.main.tasks.awx_k8s_reaper([])
2020-06-03 10:36:29,885 DEBUG awx.main.dispatch task d05accfa-484d-4cc3-9ba5-8fd0d051f2f4 starting awx.main.tasks.cluster_node_heartbeat(
)
2020-06-03 10:36:29,917 DEBUG awx.main.dispatch task ade5d5ae-da7c-45fc-a829-69061a027679 starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:36:29,920 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:36:29,921 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:36:29,897 DEBUG awx.main.dispatch task 289abfb0-5481-46a6-91c0-f63debf883a4 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:36:29,941 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:36:29,946 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:35:59.834961+00:00
2020-06-03 10:36:29,947 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:36:49,944 DEBUG awx.main.dispatch task 89e68631-8666-4d89-9454-ff6265f81963 starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:36:49,946 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:36:49,971 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:36:59,953 DEBUG awx.main.dispatch task 88e00381-5ffe-4782-a3f6-1148ee485b0e starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:36:59,963 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:36:59,966 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:36:29.942992+00:00
RESULT 2
OKREADY
2020-06-03 10:37:09,966 DEBUG awx.main.dispatch task e67fdc16-516a-4eb9-a91f-40e13d92cdfc starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:37:09,970 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:37:09,987 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:37:30,001 DEBUG awx.main.dispatch task 8f3c1392-c4ed-497e-8e99-c098d42ed241 starting awx.main.tasks.cluster_node_heartbeat(
)
2020-06-03 10:37:30,222 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:37:30,010 DEBUG awx.main.dispatch task 5bca334d-374b-407e-9a80-c3917cd353a9 starting awx.main.tasks.awx_k8s_reaper([])
2020-06-03 10:37:30,013 DEBUG awx.main.dispatch task fca141a1-3633-4159-9320-1c05d1a3d7b5 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:37:30,242 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:37:30,248 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:36:59.964272+00:00
2020-06-03 10:37:30,034 DEBUG awx.main.dispatch task a5d87cc8-3ea6-44f0-9d6c-bd64493de519 starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:37:30,271 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:37:30,281 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:37:50,063 DEBUG awx.main.dispatch task be81fbfb-50ec-47ed-abdc-915adea157c9 starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:37:50,065 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:37:50,093 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:38:00,074 DEBUG awx.main.dispatch task 2ce18015-60e8-4d56-820f-947749726d0b starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:38:00,084 DEBUG awx.main.tasks Starting periodic scheduler
RESULT 2
OKREADY
2020-06-03 10:38:00,089 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:37:30.245270+00:00
2020-06-03 10:38:10,087 DEBUG awx.main.dispatch task db891add-a184-48f5-8f5c-eafed500190a starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:38:10,090 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:38:10,108 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:38:30,116 DEBUG awx.main.dispatch task 66120155-6569-45e6-ba8f-dd1798ff5625 starting awx.main.tasks.gather_analytics([])
2020-06-03 10:38:30,159 DEBUG awx.main.dispatch task 1562cc3b-3687-4d58-adbe-2eeab5330144 starting awx.main.tasks.cluster_node_heartbeat(
)
2020-06-03 10:38:30,162 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:38:30,174 DEBUG awx.main.dispatch task 06f7332a-6ea5-466d-a3bd-b81c93e6c15e starting awx.main.tasks.awx_k8s_reaper([])
2020-06-03 10:38:30,181 DEBUG awx.main.dispatch task c1f5d776-fc93-4653-baaf-6eb693be6725 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:38:30,198 DEBUG awx.main.dispatch task c2b92660-23c7-4b96-9afb-298033535c8a starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:38:30,201 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:38:30,217 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:38:30,222 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:38:00.086943+00:00
2020-06-03 10:38:30,240 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:38:50,227 DEBUG awx.main.dispatch task 7de7c6ed-1f22-4840-b2c0-046e35bc83cd starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:38:50,229 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:38:50,255 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:39:00,250 DEBUG awx.main.dispatch task dcc52bb9-1d10-4616-83b9-078510a9dd2f starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:39:00,265 DEBUG awx.main.tasks Starting periodic scheduler
RESULT 2
OKREADY
2020-06-03 10:39:00,274 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:38:30.219810+00:00
2020-06-03 10:39:10,265 DEBUG awx.main.dispatch task 0809ca8f-5b97-4e2b-b278-aa086f5c37b0 starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:39:10,268 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:39:10,283 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:39:30,303 DEBUG awx.main.dispatch task 5bf16ca8-a435-441c-a7bf-8c2443274184 starting awx.main.tasks.cluster_node_heartbeat([])
2020-06-03 10:39:30,586 DEBUG awx.main.tasks Cluster node heartbeat task.
2020-06-03 10:39:30,346 DEBUG awx.main.dispatch task 38ee9c9b-2c53-4f84-ba0e-dcad446e276a starting awx.main.scheduler.tasks.run_task_manager(
)
2020-06-03 10:39:30,617 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:39:30,630 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:39:30,318 DEBUG awx.main.dispatch task 723af2f1-5601-40b6-b820-90ae0e8d7f32 starting awx.main.tasks.awx_periodic_scheduler([])
2020-06-03 10:39:30,680 DEBUG awx.main.tasks Starting periodic scheduler
2020-06-03 10:39:30,689 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:39:00.269647+00:00
2020-06-03 10:39:30,313 DEBUG awx.main.dispatch task cbf91af1-ffff-4100-b77a-1b8e525eed78 starting awx.main.tasks.awx_k8s_reaper(
)
2020-06-03 10:39:50,369 DEBUG awx.main.dispatch task d4e17537-dc8f-42a4-8858-350b5d170cfc starting awx.main.scheduler.tasks.run_task_manager([])
2020-06-03 10:39:50,371 DEBUG awx.main.scheduler Running Tower task manager.
2020-06-03 10:39:50,390 DEBUG awx.main.scheduler Starting Scheduler
2020-06-03 10:40:00,388 DEBUG awx.main.dispatch task d9016040-459f-4ec4-b335-5396cc834265 starting awx.main.tasks.awx_periodic_scheduler(
)
2020-06-03 10:40:00,397 DEBUG awx.main.tasks Starting periodic scheduler
RESULT 2
OKREADY
2020-06-03 10:40:00,401 DEBUG awx.main.tasks Last scheduler run was: 2020-06-03 10:39:30.682869+00:00

I think there is some issue with 11.2.0 as I installed the 11.0.0 and its coming up without any issues. https://github.com/ansible/awx/archive/11.0.0.tar.gz
I will continue to use the 11.0.0 for now till I get next working release.

Thanks,
Ram