rabbitmq erlang crash

  • June 25, 2009
Table of Contents

So, we’ve been at the reboot:http://reboot.dk for a while now and it’s been a fun time until I decided to rename one of the nodes.

Guess what… suddenly rabbitmq stops working. Apparently the database stops working, when you change your hostname. Just running:

rabbitmq-server --install

will still crash with the same error.

The solution is to delete:

rm -rf /var/lib/rabbitmq/mnesia/rabbit

and rerun rabbitmq install.

rabbitmq-server --install

HTH

comments powered by Disqus

Related Posts

New Skype themes in OSX

So yesterday skype released a new version of Skype for Mac. You con get it here.

Read More

A prettier Terminal in OS-X Part 2 (urxvt and more awesomeness)

Update: thanks to Sung Pae you don’t need to rename perl, you can just set the environment variable:

Read More