<br>Rabbitmq 2.7.1-1 and erlang R14B-04.1<br><br>We normally use CentOS 5.7 which has its shortcomings.&nbsp; In order to try CentOS 6.2 I installed it into an Oracle(Sun) VirtualBox VM.&nbsp; That all works fine.<br><br>Among the infrastructure that we need are postgres and memcached - they install and run fine.<br><br>For rabbit, stated by making an EPEL repo then installed both erlang and rabbitmq.<br><br>Try to start rabbitmq - service rabbitmq-server - and I get:<br><br><br><blockquote style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">[blah@localhost init.d]# pwd<br>/etc/init.d<br>[blah@localhost init.d]# service rabbitmq-server start<br>Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}<br>rabbitmq-server.<br>[blah@localhost init.d]# cat /var/log/rabbitmq/startup_err<br>Erlang has closed<br><br>Crash dump was written to: erl_crash.dump<br>Kernel pid terminated (application_controller) ({application_start_failure,rabbit,{bad_return,{{rabbit,start,[normal,[]]},{'EXIT',{rabbit,failure_during_boot}}}}})<br>[blah@localhost init.d]# ps aux | grep rabbit<br>rabbitmq&nbsp; 4069&nbsp; 0.0&nbsp; 0.0&nbsp; 10880&nbsp;&nbsp; 468 ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; S&nbsp;&nbsp;&nbsp; 13:15&nbsp;&nbsp; 0:00 /usr/lib64/erlang/erts-5.8.5/bin/epmd -daemon<br>blah &nbsp;&nbsp;&nbsp;&nbsp; 4460&nbsp; 0.0&nbsp; 0.0 103300&nbsp;&nbsp; 844 pts/3&nbsp;&nbsp;&nbsp; S+&nbsp;&nbsp; 13:59&nbsp;&nbsp; 0:00 grep rabbit<br>[blah@localhost init.d]# <br><br></blockquote><div>&nbsp;<br>Epmd started up.&nbsp; I think the next thing to start is beam.smp (looking at my CentOS 5.7 machine where this all works).<br><br>I've used rabbitmq for some time, but have never had to dig into it...<br><br>Tried rebooting - no.&nbsp; Then uninstall and reinstall - no.<br><br>Any suggestions appreciated.<br><br>Pat<br><br></div><br>