【发布时间】:2018-10-24 21:56:31
【问题描述】:
我在 CentOS 上使用带有 Django 1.8 的 RabbitMQ 服务器。当我重新启动 rabbitmq-server 时,操作完成并显示消息“restart ok”。但是当我看到状态时,它显示以下输出:
Starting node rabbit@bynrySystem ...
Error: unable to connect to node rabbit@bynrySystem: nodedown
DAIGNOSTICS
===========
attempted to contact: [rabbit@bynrySystem]
rabbit@bynrySystem:
* connected to epmd (port 4369) on bynrySystem
* epmd reports: node 'rabbit' not running at all
no other nodes on bynrySystem
* suggestion: start the node
current node details:
- node name: 'rabbitmq-cli-59@bynrySystem'
- home dir: /var/lib/rabbitmq
- cookie hash: f/MoFCCKTONVCYhIDLxvew==
When I run a task it gives following error.
consumer: Cannot connect to amqp://guest:**@127.0.0.1:5672//: [Errno 111] Connection refused.
【问题讨论】:
标签: django python-2.7 rabbitmq celery