[rabbitmq-discuss] Error while Running RabbitMQ along with pluggins BQL and Shovel
Paul Jones
pauljones23 at gmail.com
Thu Feb 4 15:00:53 GMT 2010
Hi Seema,
It turns out there were two problems in play here. Firstly, as Matthew said
in his emails, you'll also need the erlang-rfc4627 package. You'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've corrected this,
and after being able to reproduce the problem before, it is now working for
me.
Cheers,
Paul.
On Thu, Feb 4, 2010 at 11:40 AM, Seema Biradar <seemasbiradar at gmail.com>wrote:
> Hi All,
>
> I am getting the Following error while running the Rabbitmq along with
> shovel and BQL pluggin.
>
> broker running
> Erlang has closed
> {"Kernel pid
> terminated",application_controller,"{application_start_failure,rabbitmq_bql,{shutdown,{rabbitmq_bql,start,[normal,[]]}}}"}
> Crash dump was written to: erl_crash.dump
> Kernel pid terminated (application_controller)
> ({application_start_failure,rabbitmq_bql,{shutdown,{rabbitmq_bql,start,[normal,[]]}}})
> make: *** [run] Error 1
> here are the steps I followed while running Shovel and RabbitMQ BQL
> pluggins.
>
>
> 1. hg clone http://hg.rabbitmq.com/rabbitmq-public-umbrella
> 2 .cd rabbitmq-public-umbrella
> 3 .hg clone http://hg.rabbitmq.com/rabbitmq-codegen
> 4 .hg clone http://hg.rabbitmq.com/rabbitmq-erlang-client
> 5 .hg clone http://hg.rabbitmq.com/rabbitmq-server
> 6. hg clone http://hg.rabbitmq.com/rabbitmq-shovel
> 7. hg clone http://hg.rabbitmq.com/rabbitmq-bql
> 8. cd rabbitmq-server
> 9. hg up -C bug16653
> 10.make -j
> 11. mkdir -p plugins
> 12. cd plugins
> 13. ln -s ../../rabbitmq-erlang-client
> 14. ln -s ../../rabbitmq-shovel
> 15. ln -s ../../rabbitmq-bql
> 16. cd ../../rabbitmq-erlang-client
> 17. make
> 18. cd ../rabbitmq-shovel
> 19. make
> 18. cd ../rabbitmq-bql
> 19. make
> 20. cd ../rabbitmq-server
> 21. ./scripts/rabbitmq-activate-plugins
> 22. make cleandb run
>
>
>
> Please let me know your suggestions.
>
> Thanks in adavance.
> Seema
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100204/d02d29b9/attachment.htm
More information about the rabbitmq-discuss
mailing list