您的位置:首页 > Web前端 > Node.js

Rabbit 错误 unable to perform an operation on node

2018-04-03 13:18 756 查看
Error: unable to perform an operation on node 'rabbit@DESKTOP-M'. Please see diagnostics information and suggestions below.

Most common reasons for this are:

* Target node is unreachable (e.g. due to hostname resolution, TCP connection or firewall issues)
* CLI tool fails to authenticate with the server (e.g. due to CLI tool's Erlang cookie not matching that of the server)
* Target node is not running

In addition to the diagnostics info below:

* See the CLI, clustering and networking guides on http://rabbitmq.com/documentation.html to learn more
* Consult server logs on node rabbit@DESKTOP-M

DIAGNOSTICS
===========

attempted to contact: ['rabbit@DESKTOP-M']

rabbit@DESKTOP-M:
* connected to epmd (port 4369) on DESKTOP-M
* epmd reports node 'rabbit' uses port 25672 for inter-node and CLI tool traffic
* TCP connection succeeded but Erlang distribution failed

* Authentication failed (rejected by the remote node), please check the Erlang cookie

解决方法:

将 C:\Windows\System32\config\systemprofile\.erlang.cookie 文件复制
粘贴到
 C:\Users\XXX\  下
.erlang.cookie
覆盖就行
XXX = PC 用户名称 ZHANG
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  Rabbit
相关文章推荐