Tag Archives: Rabbitmq failed to stop normally

Rabbitmq failed to stop normally: ERROR: node with name “rabbit” already running on “localhost”

ERROR: node with name “rabbit” already running on “localhost”
[root@localhost init.d]# rabbitmqctl stop
Stopping and halting node rabbit@localhost
Error: unable to connect to node rabbit@localhost: nodedown
ERROR: node with name “rabbit” already running on “localhost”//Common rabbitmq commands
service rabbitmq-server   start
service rabbitmq-server   stop
service rabbitmq-server   status
service rabbitmq-server   rotate-logs|
service rabbitmq-server   restart
service rabbitmq-server   condrestart
service rabbitmq-server   try-restart
service rabbitmq-server   reload
service rabbitmq-server   force-reload
service rabbitmq-server   -detached    //Start in the background
ps -ef | grep rabbitmq View rabbitMq processes
netstat -anplt | grep LISTEN rabbitmq listens on port 15672/5672 by default
Currently, the only way to stop the process is to find the PID