目录

问题

解决方案

实例

验证


问题

重装,安装RabbitServer之后,运行命令提示:  error:unable to connect to node '[email protected]': nodedown

RabbitMQ-故障记录-RabbitMQ-error:unable to connect to node '[email protected]': nodedown

 

解决方案

根据提示, TCP connection succeeded but Erlang distribution failed。

意思是,tcp连接正常,但是Erlang配置错误,由于Erlang是按照cookie识别,所以进行排查。

更正Erlang的cookie

Erlang会生成两个cookie文件:C:\Windows\.erlang.cookie 及 C:\用户\计算机用户名\.erlang.cookie。检查两个文件内容是否一致,不一致用其中一个替换另一个即可。

实例

【图:两个.erlang.cookie内容不一致】

RabbitMQ-故障记录-RabbitMQ-error:unable to connect to node '[email protected]': nodedown

 

验证

修改确认一致之后, 执行rabbitmqctl status命令检查状态。

cmd>rabbitmqctl status

RabbitMQ-故障记录-RabbitMQ-error:unable to connect to node '[email protected]': nodedown

 

 

参考资料:

RabbitMQ报错Error: unable to connect to node [email protected]: nodedown的解决方式 - 欧神的博客 - CSDN博客 https://blog.csdn.net/u012930316/article/details/76841025

 

相关文章:

  • 2022-01-13
  • 2022-12-23
  • 2021-08-12
  • 2022-12-23
  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2022-01-01
  • 2021-08-09
  • 2021-08-14
  • 2021-11-06
  • 2021-09-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案