GithubHelp home page GithubHelp logo

Comments (1)

zsoterr avatar zsoterr commented on August 20, 2024

Yes, I can confirm if the issue exists - I got same error after the deployment.
I couldn't fix that - until now-, but I found a "workaround" for this problem.

Here it is:
I had to use the older deployment: V9.1.1: and the new instances worked normally.
but,
I got error message on the webportal (for example: when I would have liked to add or delete project,): "Cal to api/v2/.... returned status 5000"
The error messages in the logs ( (web and task container) referred to rabbitmq:
"Connection to broker lost, trying to re-establish connection...
....amqp.exceptions.AccessRefused: (0, 0): (403) ACCESS_REFUSED - Login was refused using authentication mechanism AMQPLAIN."

The solution - for this problem-: I had to update the rabbitmq-server version from 3.5 to 3.6.
For example:
Add the rabbitmq repository (on all nodes):
cat << EOF | sudo tee /etc/yum.repos.d/rabbitmq.repo
[bintray-rabbitmq-server]
name=bintray-rabbitmq-rpm
baseurl=https://dl.bintray.com/rabbitmq/rpm/rabbitmq-server/v3.6.x/el/7/
gpgcheck=0
repo_gpgcheck=0
enabled=1
EOF

and run this commands:
yum check-update&&yum install -y rabbitmq-server-3.6.16
If you want , you can check the other versions: yum --showduplicates list rabbitmq-server

regards,
Robert

from awx-ha-instancegroup.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.