You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am getting an error when I try to update a project.
root@75ae45e0832e:/# tail -f /var/log/tower/tower.log
AttributeError: 'RunProjectUpdate' object has no attribute 'revision_path'
2020-11-17 08:58:18,899 ERROR awx.main.tasks project_update 6 execution encountered exception.
Traceback (most recent call last):
File "/var/lib/awx/venv/awx/local/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/var/lib/awx/venv/awx/local/lib/python2.7/site-packages/celery/app/trace.py", line 438, in protected_call
return self.run(*args, **kwargs)
File "/tmp/buildd/ansible-tower-3.2.1/debian/ansible-tower/usr/lib/python2.7/dist-packages/awx/main/tasks.py", line 466, in _wrapped
File "/tmp/buildd/ansible-tower-3.2.1/debian/ansible-tower/usr/lib/python2.7/dist-packages/awx/main/tasks.py", line 915, in run
Exception: project_update 6 (error) encountered an error (rc=None), please see task stdout for details.
tail: unrecognized file system type 0x794c7630 for '/var/log/tower/tower.log'. please report this to bug-coreutils@gnu.org. reverting to polling
The text was updated successfully, but these errors were encountered:
Am getting an error when I try to update a project.
root@75ae45e0832e:/# tail -f /var/log/tower/tower.log
AttributeError: 'RunProjectUpdate' object has no attribute 'revision_path'
2020-11-17 08:58:18,899 ERROR awx.main.tasks project_update 6 execution encountered exception.
Traceback (most recent call last):
File "/var/lib/awx/venv/awx/local/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
File "/var/lib/awx/venv/awx/local/lib/python2.7/site-packages/celery/app/trace.py", line 438, in protected_call
return self.run(*args, **kwargs)
File "/tmp/buildd/ansible-tower-3.2.1/debian/ansible-tower/usr/lib/python2.7/dist-packages/awx/main/tasks.py", line 466, in _wrapped
File "/tmp/buildd/ansible-tower-3.2.1/debian/ansible-tower/usr/lib/python2.7/dist-packages/awx/main/tasks.py", line 915, in run
Exception: project_update 6 (error) encountered an error (rc=None), please see task stdout for details.
tail: unrecognized file system type 0x794c7630 for '/var/log/tower/tower.log'. please report this to bug-coreutils@gnu.org. reverting to polling
The text was updated successfully, but these errors were encountered: