You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

747 B

layout title author author_login author_email date tags
post rabbitmq unable to start [{display_name sipp11} {login sipp11} {email sipp11@gmail.com} {url }] sipp11 sipp11@gmail.com Aug 15, 2015 [rabbitmq error]

If rabbitmq cannot start and give you this following error.

BOOT FAILED
===========

Error description:
   {could_not_start,rabbit,
                    {previous_upgrade_failed,{rabbit,start,[normal,[]]}}}

Then, there is something wrong in your queue messages. The easiest fix would be deleting all the existing queues.

$ sudo rm -rvf /var/lib/rabbitmq/mnesia/*

or on OSX (via brew)

$ rm -rvf /usr/local/var/lib/rabbitmq/mnesia/*

Start rabbitmq again :) it should run fine.