-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWX UI returns "500 A server error has occurred", appears to be a RabbitMQ issue #3897
Comments
Any help would be greatly appreciated! Thanks! |
Even , i'm facing similar issue . any help would be appreciate Thanks |
Looks like the loopback_users setting didn't make it into your RabbitMQ configuration. Can you check that it's set to none or false? |
I had the same problem and I can confirm that the loopback_users setting was the problem, it was not in the rabbitmq config file. |
I will take a look at the loopback_users setting in the next day or two and update the issue with the outcome. Thanks. |
Hi, for me the loopback_users are as false. |
I run 4.0.0 without any issue but I do get the same problem when I upgrade from 4.0.0 to 5.0.0 or 6.0.0 in case that can help pin point the source of the issue. |
I have just removed special characters from my rabbitmq_password and now I'm able to upgrade to 5.0.0 and I was able to upgrade to 6.0.0 after. |
I just installed v 9.0.1 I had the same issue. I indeed had an exclamation point in the rabbitmq_password and in pg_password. I did remove the exclamation point '!' from both password an re ran the instalation playbook. Now it's running without issue. |
I did have an exclamation mark in the default admin account for awx and I removed it and reran the yaml file......same error |
Same error when I'm trying to cancel running job
No special symbols in any passwords |
Update: after upgrading rabbitmq-server to 3.6.16 (by default was version 3.3.5) there are no more errors, jobs are cancelling smoothly. |
@de1ayer (and others) for what it's worth, we're unlikely to address this given: #5443 |
ISSUE TYPE
SUMMARY
I am able to log into AWX and complete several actions within the UI without issues; however, I am also getting, for example,
Call to /api/v2/.../... failed. DELETE returned status: 500. A server error has occurred.
andFailed to save settings. Returned status: 500 A server error has occurred.
error messages when completing several actions within the UI.ENVIRONMENT
STEPS TO REPRODUCE
Some of several examples...
I attempted to delete the "Demo Project" within the UI and the
Call to /api/v2/projects/4/ failed. DELETE returned status: 500. A server error has occurred.
error message is returned after confirming the delete.I attempted to delete the "Default" organization within the UI and the
Call to /api/v2/organizations/1/ failed. DELETE returned status: 500 A server error has occurred.
error message is returned after confirming the delete.I attempted to update the "Base URL of Tower Host" under the Settings section within the UI and the
Failed to save settings. Returned status: 500 A server error has occurred.
error message is returned after clicking save.EXPECTED RESULTS
Things to work when the action is submitted within the UI.
ACTUAL RESULTS
No action is completed,
500. A server error has occurred.
error messages returned.ADDITIONAL INFORMATION
Running Docker hosts for AWS, along with Nginx and Portainer:
Nginx settings running with "my-nginx" container:
Docker logs for "awx_web" comntainer:
Docker logs for "awx_task" container:
Docker logs for "awx_rabbitmq" container:
The text was updated successfully, but these errors were encountered: