Resolution

Why do I get “no access to this vhost” when trying to start the RabbitMQ?

AuthorFullName__c
Shai Ben-Zvi
articleNumber
000004517
ft:sourceType
Salesforce
FirstPublishedDate
2019-08-08T13:53:59Z
lastModifiedDate
2024-03-10T07:45:52Z
VersionNumber
5

Before executing the following steps we recommend to contact JFrog Support, since the following steps may return the RabbitMQ node to its virgin state by removing all data from the management database, such as configured users and vhosts and all the persistent messages.

$ rabbitmqctl stop_app

$ rabbitmqctl reset

$ rabbitmqctl status

$ service rabbitmq-server stop

$ service rabbitmq-server start

$ rabbitmq-plugins enable rabbitmq_management

$ service rabbitmq-server restart

$ curl --user guest:guest http://rabbitmq:15672/api/vhosts