<span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Hi everyone, I know it is trivial but I could not do anything so far, i guess cos i am a noob in Erlang<div>
Anyway I have followed the port install way to install both erlang and rabbitmq. Rabbit is install in the the lib folder of Erland</div><div>and erlang loads rabbit</div><div> </div><div><div>2> code:which(rabbit).</div>
<div>"/opt/local/lib/erlang/lib/rabbitmq_server-1.6.0/ebin/rabbit.beam"</div><div><br></div><div>Despite that when i start the rabbit by sudo rabbitmq-server i get the usual</div><div><br></div><div><div><br></div>
<div>Crash dump was written to: erl_crash.dump</div><div>Kernel pid terminated (application_controller) ({application_start_failure,kernel,{shutdown,{kernel,start,[normal,[]]}}})</div><div><br></div><div>the rabbit.log has this output</div>
<div><br></div><div><div>=INFO REPORT==== 23-Jun-2009::15:23:02 ===</div><div> application: mnesia</div><div> exited: stopped</div><div> type: temporary</div><div><br></div><div>=INFO REPORT==== 23-Jun-2009::15:23:07 ===</div>
<div>Added vhost <<"/">></div><div><br></div><div>=INFO REPORT==== 23-Jun-2009::15:23:07 ===</div><div>Created user <<"guest">></div><div><br></div><div>=INFO REPORT==== 23-Jun-2009::15:23:07 ===</div>
<div> application: rabbit</div><div> exited: {{bad_type,realm_exchange,{realm_resource,'_',<<"amq.fanout">>}},</div><div> {rabbit,start,[normal,[]]}}</div><div> type: temporary</div>
<div><br></div><div>=INFO REPORT==== 23-Jun-2009::15:23:07 ===</div><div> application: mnesia</div><div> exited: stopped</div><div> type: temporary</div><div><br></div><div>=INFO REPORT==== 23-Jun-2009::15:23:07 ===</div>
<div> application: os_mon</div><div> exited: stopped</div><div> type: temporary</div><div><br></div><div>I have no clue, i am sorry :) But i hope to learn it some day</div></div></div></div></span>