Can’t install AWS 15.0.1 on Win10 WSL2 Docker Desktop
infinite updating
Between
http://localhost/migrations_notran/#/login
and
http://localhost/migrations_notran/#/index.html
With
AWX is Upgrading
AWX is currently upgrading.
This page will refresh when complete.
docker --version
Docker version 19.03.13, build 4484c46d9d
ansible --version
ansible 2.10.2
config file = None
configured module search path = [‘/root/.ansible/plugins/modules’, ‘/usr/share/ansible/plugins/modules’]
ansible python module location = /usr/local/lib/python3.6/site-packages/ansible
executable location = /usr/local/bin/ansible
python version = 3.6.8 (default, Nov 21 2019, 19:31:34) [GCC 8.3.1 20190507 (Red Hat 8.3.1-4)]
docker logs -f awx_task
2020-10-21 12:24:41,463 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:41,463 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:42,467 INFO spawned: ‘dispatcher’ with pid 4313
2020-10-21 12:24:42,467 INFO spawned: ‘dispatcher’ with pid 4313
2020-10-21 12:24:43,469 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:43,469 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:45,132 WARNING awx.main.dispatch.periodic periodic beat started
Traceback (most recent call last):
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedTable: relation “main_instance” does not exist
LINE 1: SELECT (1) AS “a” FROM “main_instance” WHERE “main_instance”…
^
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/bin/awx-manage”, line 8, in
sys.exit(manage())
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/init.py”, line 154, in manage
execute_from_command_line(sys.argv)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/init.py”, line 381, in execute_from_command_line
utility.execute()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/init.py”, line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py”, line 323, in run_from_argv
self.execute(*args, **cmd_options)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py”, line 364, in execute
output = self.handle(*args, **options)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/management/commands/run_dispatcher.py”, line 55, in handle
reaper.reap()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/dispatch/reaper.py”, line 38, in reap
(changed, me) = Instance.objects.get_or_register()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/managers.py”, line 150, in get_or_register
return (False, self.me())
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/managers.py”, line 106, in me
if node.exists():
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/query.py”, line 766, in exists
return self.query.has_results(using=self.db)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/query.py”, line 522, in has_results
return compiler.has_results()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/compiler.py”, line 1112, in has_results
return bool(self.execute_sql(SINGLE))
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/compiler.py”, line 1142, in execute_sql
cursor.execute(sql, params)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 67, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 76, in _execute_with_wrappers
return executor(sql, params, many, context)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/utils.py”, line 89, in exit
raise dj_exc_value.with_traceback(traceback) from exc_value
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: relation “main_instance” does not exist
LINE 1: SELECT (1) AS “a” FROM “main_instance” WHERE “main_instance”…
^
2020-10-21 12:24:45,577 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:45,577 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:46,581 INFO spawned: ‘dispatcher’ with pid 4320
2020-10-21 12:24:46,581 INFO spawned: ‘dispatcher’ with pid 4320
2020-10-21 12:24:47,583 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:47,583 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:49,073 WARNING awx.main.dispatch.periodic periodic beat started
Traceback (most recent call last):
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedTable: relation “main_instance” does not exist
LINE 1: SELECT (1) AS “a” FROM “main_instance” WHERE “main_instance”…
^
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File “/usr/bin/awx-manage”, line 8, in
sys.exit(manage())
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/init.py”, line 154, in manage
execute_from_command_line(sys.argv)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/init.py”, line 381, in execute_from_command_line
utility.execute()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/init.py”, line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py”, line 323, in run_from_argv
self.execute(*args, **cmd_options)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py”, line 364, in execute
output = self.handle(*args, **options)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/management/commands/run_dispatcher.py”, line 55, in handle
reaper.reap()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/dispatch/reaper.py”, line 38, in reap
(changed, me) = Instance.objects.get_or_register()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/managers.py”, line 150, in get_or_register
return (False, self.me())
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/managers.py”, line 106, in me
if node.exists():
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/query.py”, line 766, in exists
return self.query.has_results(using=self.db)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/query.py”, line 522, in has_results
return compiler.has_results()
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/compiler.py”, line 1112, in has_results
return bool(self.execute_sql(SINGLE))
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/models/sql/compiler.py”, line 1142, in execute_sql
cursor.execute(sql, params)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 67, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 76, in _execute_with_wrappers
return executor(sql, params, many, context)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/utils.py”, line 89, in exit
raise dj_exc_value.with_traceback(traceback) from exc_value
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
django.db.utils.ProgrammingError: relation “main_instance” does not exist
LINE 1: SELECT (1) AS “a” FROM “main_instance” WHERE “main_instance”…
^
2020-10-21 12:24:49,473 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:49,473 INFO exited: dispatcher (exit status 1; not expected)
2020-10-21 12:24:50,476 INFO spawned: ‘dispatcher’ with pid 4327
2020-10-21 12:24:50,476 INFO spawned: ‘dispatcher’ with pid 4327
2020-10-21 12:24:51,478 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:51,478 INFO success: dispatcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-10-21 12:24:52,791 WARNING awx.main.dispatch.periodic periodic beat started
Traceback (most recent call last):
File “/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/utils.py”, line 84, in _execute
return self.cursor.execute(sql, params)
psycopg2.errors.UndefinedTable: relation “main_instance” does not exist
LINE 1: SELECT (1) AS “a” FROM “main_instance” WHERE “main_instance”…
^
(attachments)