OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

Error with rabbitmq. #56

Closed lvelezsantos closed 10 years ago

lvelezsantos commented 10 years ago

rabbitmq does not start, when you run

rabbitmqctl status

gives the following response.

[root@mooc ~]# rabbitmqctl status
Status of node rabbit@mooc ...
Error: unable to connect to node rabbit@mooc: nodedown

DIAGNOSTICS

nodes in question: [rabbit@mooc]

hosts, their running nodes and ports:
- unable to connect to epmd on mooc: timeout (timed out)

current node details:
- node name: rabbitmqctl1674@mooc
- home dir: /var/lib/rabbitmq
- cookie hash: UR0VETpWfR6YQTYCzsm/xw==
ablanco commented 10 years ago

It seems like you are trying to connect to a not existing rabbitmq node.

Check your rabbit configuration. ¿Is the rabbitmq server running? ¿The connection string is the right one? ¿Is there a firewall blocking connections?