There was a problem with Messaging service. Error retrieving rabbitmq status.

Arun Nukula
1 min read
Seeing exceptions in the integrated components section of the system Diagnostics page..
Exceptions states
There was a problem with Messaging service. Error retrieving rabbitmq status
This is a known issue and here are the steps to fix it
- Check and file permissions
ls -lrth /etc/rabbitmq
ls -lrth /db/rabbitmq
- Change the ownership of these two folders: if they are not rabbitmq:rabbitmq in step 1
chown -R rabbitmq:rabbitmq /etc/rabbitmq
chown -R rabbitmq:rabbitmq /db/rabbitmq
- Restart the rabbitmq service
service rabitmq-server restart
Never miss a post
New guides on VMware Cloud Foundation, Aria Suite, and infrastructure automation. Follow along in your feed reader and new posts show up as soon as they are published.
Subscribe via RSS