Rabbit - Error: mnesia_unexpectedly_running
Centos6.2 下的 rabbitmq报错
[root@HK-210209127027 ~]# php /var/www/html/rabbitmq/receive.php |
[root@HK-210209127027 ~]# rabbitmqctl reset
Resetting node 'rabbit@HK-210209127027' ...
Error: mnesia_unexpectedly_running
需要执行的是:
[root@HK-210209127027 ~]# rabbitmqctl stop_app
[root@HK-210209127027 ~]# rabbitmqctl reset
[root@HK-210209127027 ~]# rabbitmqctl cluster root@HK-210209127027
参考地址:
http://stackoverflow.com/questions/14131399/rabbit-error-mnesia-unexpectedly-running