我使用brew install rabbitmq命令在OS X上安装了rabbitmq服务器。当我运行rabbitmqctl start_app时,我得到以下错误
Starting node rabbit@localhost ...
Error: unable to connect to node rabbit@localhost: nodedown
DIAGNOSTICS
===========
attempted to contact: [rabbit@localhost]
rabbit@localhost:
* connected to epmd (port 4369) on localhost
* epmd reports: node 'rabbit' not running at all
other nodes on localhost: ['rabbitmq-cli-50']
* suggestion: start the node
current node details:
- node name: 'rabbitmq-cli-50@MacAir'
- home dir: /Users/abeer
- cookie hash: S1lhU2Pz5rrKNRd+lGv1og==这里的问题到底是什么?我如何消除它?
发布于 2016-07-23 22:59:15
发布于 2020-11-01 20:19:45
跑
rabbitmqctl reset然后
rabbitmqctl start发布于 2017-06-19 01:09:41
您应该使用sudo
sudo rabbitmq-服务器启动
https://stackoverflow.com/questions/38523236
复制相似问题