RabbitMQ:无法启动rabbitmq_management插件

时间:2015-11-09 01:08:04

标签: rabbitmq

版本:

set1
   id      lat      lon V4 V5 V6 V7 V8
1  5984 48.39167 13.67111 10  1  8  7  6
2  7495 48.14806 12.86695 10  1  8  7  6
3  4752 48.72111 15.94223 10  1  8  7  6
4  2654 47.18917 11.09974  1  9  8  7  6
5  4578 47.05444 12.95834  1  9  8  7  6
6  9865 47.12917 14.20389  1  9  8  7  6
7  3265 47.30667 11.86389  1  9  8  7  6
8  1252 47.84000 16.52667  1  9  8  7  6
9  4679 47.30417 16.19306  1  9  8  7  6
10 1346 48.10944 17.07139  1  9  8  7  6

错误:

> sudo rabbitmqctl status | grep '{rabbit,"RabbitMQ",'
      {rabbit,"RabbitMQ","3.5.6"},

Rabbit正在运行:

> 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.

2 个答案:

答案 0 :(得分:3)

如果您在同一台计算机上,则无需联系经纪人。 所以试试这个命令

>rabbitmq-plugins.bat enable rabbitmq_management --offline

离线表示不要尝试联系经纪人。

答案 1 :(得分:3)

尝试启用管理控制台时遇到了同样的错误。令我惊讶的是,我在浏览器中键入了http://localhost:15672/#/,我可以通过管理控制台设置内容。我检查了所有端口的可用性,一切看起来都不错。 所以我认为这个错误有点误导。只是尝试在浏览器中转到控制台。

参考:http://arcware.net/installing-rabbitmq-on-windows/ Failed to start rabbitmq-management plugin on Windows