博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
error rabbitMQ:Error: unable to perform an operation on node 'rabbit@xxxx'.
阅读量:5052 次
发布时间:2019-06-12

本文共 1393 字,大约阅读时间需要 4 分钟。

C:\Program Files\RabbitMQ Server\rabbitmq_server-3.7.4\sbin>rabbitmqctl list_queues

Error: unable to perform an operation on node 'rabbit@xxxxxxx'.

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@xxxxxxx

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

attempted to contact: [rabbit@xxxxxxx]

rabbit@xxxxxxx:  

* connected to epmd (port 4369) on B62B562G5YL36KA  

* 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

Current node details:  

* node name: rabbitmqcli46@xxxxxxx  

* effective user's home directory: C:\Users\Administrator  

* Erlang cookie hash: D+xLmf+NlPkE9AReiKUnRw==

解决方法,如果服务启动了将C:\Windows\system32\config\systemprofile\.erlang.cookie中的.erlang.cookie拷贝到你的effective user's home directoryC:\Users\Administrator  下面。

转载于:https://www.cnblogs.com/qiu-hua/p/9016800.html

你可能感兴趣的文章
php修改SESSION的有效生存时间
查看>>
spring security 11种过滤器介绍
查看>>
Hibernate一对多、多对一关联
查看>>
一、记录Git使用中遇到的问题及解决方法
查看>>
学习网址
查看>>
前端表格插件datatables
查看>>
内部类
查看>>
树链剖分入门
查看>>
图解算法时间复杂度
查看>>
UI_搭建MVC
查看>>
一个样例看清楚JQuery子元素选择器children()和find()的差别
查看>>
代码实现导航栏分割线
查看>>
Windows Phone开发(7):当好总舵主 转:http://blog.csdn.net/tcjiaan/article/details/7281421...
查看>>
VS 2010打开设计器出现错误
查看>>
SQLServer 镜像功能完全实现
查看>>
Vue-详解设置路由导航的两种方法
查看>>
一个mysql主从复制的配置案例
查看>>
大数据学习系列(8)-- WordCount+Block+Split+Shuffle+Map+Reduce技术详解
查看>>
dvwa网络渗透测试环境的搭建
查看>>
Win8 安装VS2012 和 Sql Server失败问题
查看>>