我使用命令brew install rabbitmq
在OS X上安裝了rabbitmq服務器。 當我運行rabbitmqctl start_app
我收到以下錯誤os上的rabbitmqctl start_app錯誤x:無法連接到節點rabbit @ localhost:nodedown
Starting 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 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: '[email protected]'
- home dir: /Users/abeer
- cookie hash: S1lhU2Pz5rrKNRd+lGv1og==
這裏到底是什麼問題,我該如何去除呢?
'rabbitmqctl start_app'它不是啓動rabbitmq的方法。看看'/ usr/local/sbin'你應該有'rabbitmq-server' – Gabriele
我想在後臺運行它。我嘗試過'brew服務啓動rabbitmq',但它不起作用 – esquarer