[rabbitmq-discuss] RabbitMQ Not Starting up

Emile Joubert emile at rabbitmq.com
Fri Mar 18 10:00:42 GMT 2011


Hi Abhishek,

On 18/03/11 09:20, Abhishek Kona wrote:
> Hey
> RabbitMQ is not starting, the error log has :
> Error: {node_already_running,'rabbit at sb-node2',3026}

The problem is that you are trying to run two brokers with the same node 
name. Use this command to confirm whether rabbit is already running:

rabbitmqctl -n rabbit at sb-node2 status

You need to shut the running broker down before starting a new one. The 
rabbitmqctl tool can be used to do this:

rabbitmqctl -n rabbit at sb-node2 stop

Also see the information in the installation troubleshooting guide:

http://www.rabbitmq.com/install.html#troubleshooting


Regards

Emile



More information about the rabbitmq-discuss mailing list