Wow! Bang! Right there Matthias.<br><br>RabbitMQ is up and runnig. Really thanks for that. Finally going deep in my studies. Hope have fun with rabbit.<br><br>Sincerely<br><br>Paulo Suzart<br><br><div class="gmail_quote">2009/7/23 Matthias Radestock <span dir="ltr"><<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Paulo,<br>
<div class="im"><br>
Paulo Suzart wrote:<br>
> Firstly thanks for helping. Here go the two logs.<br>
><br>
> startup_err:<br>
><br>
> Crash dump was written to: erl_crash.dump<br>
> init terminating in do_boot ()<br>
><br>
> startup_log:<br>
><br>
> {"init terminating in<br>
> do_boot",{undef,[{rabbit_multi,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>
</div>The error indicates that erlang could not find the RabbitMQ code<br>
modules. In a package-managed installation of RabbitMQ like yours one<br>
typical reason for that is a secondary installation of Erlang that is on<br>
the PATH before the package-managed one. To test that, run 'erl' and<br>
inspect the output of evaluating<br>
code:lib_dir().<br>
That will tell you where Erlang is looking for its libraries. If 'erl'<br>
is the package-managed installation then this will usually point to<br>
'/usr/lib/erlang/lib', and you will find a rabbitmq_server-<vsn><br>
directory underneath that. I suspect in your case it will point<br>
elsewhere (and there is no rabbitmq_server subdir there). If so, remove<br>
your secondary Erlang installation and that should solve the problem.<br>
Alternatively you can also create a symlink in the reported library dir<br>
to /usr/lib/erlang/lib/rabbitmq_server-<vsn> (assuming that is where the<br>
package manager installed the RabbitMQ modules).<br>
<br>
There could be other reasons for the reported error, but the above<br>
scenario is the one people run into most frequently.<br>
<br>
<br>
Regards,<br>
<font color="#888888"><br>
Matthias.<br>
</font></blockquote></div><br>