版本:
> sudo rabbitmqctl status | grep '{rabbit,"RabbitMQ",'
{rabbit,"RabbitMQ","3.5.6"},错误:
> sudo rabbitmq-plugins enable rabbitmq_management
Plugin configuration unchanged.
Applying plugin configuration to rabbit@ip-172-31-26-169... failed.
* Could not contact node rabbit@ip-172-31-26-169.
Changes will take effect at broker restart.
* Options: --online - fail if broker cannot be contacted.
--offline - do not try to contact broker.Rabbit正在运行:
> sudo service rabbitmq-server status
Status of node 'rabbit@ip-172-31-26-169' ...
[{pid,22865},
..发布于 2016-05-28 21:22:59
如果您在同一台机器上,则不需要联系broker。因此,请尝试以下命令
>rabbitmq-plugins.bat enable rabbitmq_management --offline
offline表示不尝试与代理联系。
发布于 2016-11-15 20:47:03
我在尝试启用管理控制台时遇到了相同的错误。令我惊讶的是,我在浏览器中输入了http://localhost:15672/#/,我可以通过管理控制台进行设置。我检查了所有端口的可用性,一切看起来都很好。所以我认为这个错误是一种误导。只需尝试在浏览器中进入控制台即可。
参考文献:http://arcware.net/installing-rabbitmq-on-windows/ Failed to start rabbitmq-management plugin on Windows
https://stackoverflow.com/questions/33601003
复制相似问题