As a starting point, you should remove the two symlinks in the directory - with the .ez files and the symlinks, you now have the erlang client and bql installed as plugins twice.<br><br>Once you&#39;ve done this, are you seeing the exact same error message?<br>
<br><div class="gmail_quote">On Fri, Feb 5, 2010 at 7:47 AM, Seema Biradar <span dir="ltr">&lt;<a href="mailto:seemasbiradar@gmail.com">seemasbiradar@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>Hi all,</div>
<div>�</div>
<div>Even after downloading erlang-rfc4627 and latest rabbitmq-bql I am still facing the same error.</div>
<div>�</div>
<div>I have downloded� erlang-rfc4627� from the site</div>
<div><a href="http://hg.opensource.lshift.net/erlang-rfc4627/" target="_blank">http://hg.opensource.lshift.net/erlang-rfc4627/</a></div>
<div>�</div>
<div>rabbitmq-bql from </div>
<div><a href="http://hg.rabbitmq.com/rabbitmq-bql/" target="_blank">http://hg.rabbitmq.com/rabbitmq-bql/</a>.</div>
<div>�</div>
<div>my folder structure is like</div>
<div>�</div>
<div>RabbitMQ server : </div>
<div>�/usr/local/lib/erlang/lib/rabbitmq-public-umbrella/rabbitmq-server</div>
<div>�</div>
<div>Rabbitmq -BQL</div>
<div>/usr/local/lib/erlang/lib/rabbitmq-public-umbrella/rabbitmq-bql</div>
<div>�</div>
<div>Plugin folder of rabbitmq-server contains.</div>
<div>�</div>
<div>lrwxrwxrwx� 1 root rootuser���� 28 Feb� 4 13:44��������������� �rabbitmq-erlang-client -&gt; ../../rabbitmq-erlang-client<br>-rwxrwxrwx� 1 root rootuser� 41041 Feb� 5 12:35������������� �rfc4627_jsonrpc.ez<br>-rwxrwxrwx� 1 root rootuser 238092 Feb� 5 12:37������������� rabbitmq-bql.ez<br>

-rwxrwxrwx� 1 root rootuser 104210 Feb� 5 12:37������������� amqp_client.ez<br>lrwxrwxrwx� 1 root rootuser���� 18 Feb� 5 13:17���������������� rabbitmq-bql -&gt; ../../rabbitmq-bql.</div>
<div>�</div>
<div>Please help me on this.</div>
<div>�</div>
<div>Thanks in advance</div>
<div>Seema<font color="#888888"><br></font></div><div><div></div><div class="h5">
<div>�</div>
<div><br>�</div>
<div><br><br>�</div>
<div class="gmail_quote">On Thu, Feb 4, 2010 at 8:30 PM, Paul Jones <span dir="ltr">&lt;<a href="mailto:pauljones23@gmail.com" target="_blank">pauljones23@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hi Seema,<br><br>It turns out there were two problems in play here. Firstly, as Matthew said in his emails, you&#39;ll also need the erlang-rfc4627 package. You&#39;ll also need to pull in the latest change for rabbitmq-bql, since unfortunately a change in the erlang client resulted in the plugin breaking. I&#39;ve corrected this, and after being able to reproduce the problem before, it is now working for me.<br>

<br>Cheers,<br>Paul.<br><br>
<div class="gmail_quote">
<div>
<div></div>
<div>On Thu, Feb 4, 2010 at 11:40 AM, Seema Biradar <span dir="ltr">&lt;<a href="mailto:seemasbiradar@gmail.com" target="_blank">seemasbiradar@gmail.com</a>&gt;</span> wrote:<br></div></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div>
<div></div>
<div>
<div>Hi All,</div>
<div>�</div>
<div>I am getting the Following error while running the Rabbitmq along with shovel and BQL pluggin.</div>
<div>�</div>
<div><font color="#ff0000">broker running<br>Erlang has closed<br>���������������� {&quot;Kernel pid terminated&quot;,application_controller,&quot;{application_start_failure,rabbitmq_bql,{shutdown,{rabbitmq_bql,start,[normal,[]]}}}&quot;}</font></div>


<div><font color="#ff0000">Crash dump was written to: erl_crash.dump<br>Kernel pid terminated (application_controller) ({application_start_failure,rabbitmq_bql,{shutdown,{rabbitmq_bql,start,[normal,[]]}}})<br>make: *** [run] Error 1<br>

</font></div>
<div>�here are the steps I followed while running Shovel and RabbitMQ BQL pluggins.</div>
<div>�</div>
<div>�</div>
<div>1. hg clone <a href="http://hg.rabbitmq.com/rabbitmq-public-umbrella" target="_blank">http://hg.rabbitmq.com/rabbitmq-public-umbrella</a><br>2 .cd rabbitmq-public-umbrella<br>3 .hg clone <a href="http://hg.rabbitmq.com/rabbitmq-codegen" target="_blank">http://hg.rabbitmq.com/rabbitmq-codegen</a><br>

4 .hg clone <a href="http://hg.rabbitmq.com/rabbitmq-erlang-client" target="_blank">http://hg.rabbitmq.com/rabbitmq-erlang-client</a><br>5 .hg clone <a href="http://hg.rabbitmq.com/rabbitmq-server" target="_blank">http://hg.rabbitmq.com/rabbitmq-server</a><br>

6. hg clone <a href="http://hg.rabbitmq.com/rabbitmq-shovel" target="_blank">http://hg.rabbitmq.com/rabbitmq-shovel</a></div>
<div>7. hg clone <a href="http://hg.rabbitmq.com/rabbitmq-bql" target="_blank">http://hg.rabbitmq.com/rabbitmq-bql</a><br>8. cd rabbitmq-server<br>9. hg up -C bug16653<br>10.make -j<br>11. mkdir -p plugins<br>12. cd plugins<br>

13. ln -s ../../rabbitmq-erlang-client<br>14. ln -s ../../rabbitmq-shovel</div>
<div>15. ln -s ../../rabbitmq-bql<br>16. cd ../../rabbitmq-erlang-client<br>17. make</div>
<div>18. cd ../rabbitmq-shovel<br>19. make</div>
<div>18. cd ../rabbitmq-bql<br>19. make<br>20. cd ../rabbitmq-server<br>21. ./scripts/rabbitmq-activate-plugins<br>22. make cleandb run</div>
<div>�</div>
<div>�</div>
<div>�</div>
<div>Please let me know your suggestions.</div>
<div>�</div>
<div>Thanks in adavance.</div>
<div>Seema</div><br></div></div>_______________________________________________<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>

<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br><br></blockquote></div><br></blockquote></div><br>
</div></div></blockquote></div><br>