Error:
D:\Program FILES\RABBITMQ server\rabbitmq_server-3.6.5\sbin>rabbitmq-plugins E
Ble rabbitmq_management
Plugin configuration unchanged.
Applying plugin configuration to [email protected] failed.
* Could not contact node [email protected]
Changes would take the effect at broker restart.
* Options:--online-fail If broker cannot be contacted.
--offline-do not a try to contact broker.
-----------------------------------------------------------------------------------
E:\RabbitMQ server\rabbitmq_server-3.6.5\sbin>rabbitmqctl Status
Status of node ' [email protected] ' ...
Error:unable to connect to node ' [email protected] ': Nodedown
Diagnostics
===========
Attempted to contact: [' [email protected] ']
[Email protected]:
* Connected to EPMD (port 4369) on SC-201607101239
* EPMD reports node ' rabbit ' running on port 25672
* TCP Connection succeeded but Erlang distribution failed
* Suggestion:hostname mismatch?
* Suggestion:is the cookie set correctly?
* Suggestion:is the Erlang distribution using TLS?
Current node Details:
-Node Name: ' [email protected] '
-Home Dir:c:\users\administrator
-Cookie Hash: +xg8gwzcrqiqrrjzqqf30a==
Workaround:
Synchronise Erlang Cookies (when running a manually installed Windows Service)
Erlang Security Cookies used by the service account and the user running Rabbitmqctl.bat must is synchronised for RABBITMQ Ctl.bat to function.
To ensure Erlang cookies files contain the same string, copy the. erlang.cookie file from the Windows directory (normally C : \windows\.erlang.cookie) to replace the user. Erlang.cookie. The user cookie is in the user's home directory (%homedrive%%homepath%), e.g.c:\documents and Settings\%username%\.er Lang.cookie Orc:\users\%username%\.erlang.cookie (Windows Vista and later).
Synchronize Erlang Cookies
What to do: Sync C:\WINDOWS\.erlang.cookie to RABBITMQ start users such as Win10:c:\users\%username%\.erlang.cookie
Official Installation Manual: Http://www.rabbitmq.com/install-windows-manual.html
Windows Build test RABBITMQ problems encountered