RABBITMQ_BOOT_MODULE=rabbit_clusterer
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-pa /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.5/plugins/rabbitmq_clusterer.ez/rabbitmq_clusterer-1.0.2/ebin"
"init terminating in do_boot",{{badmatch,{error,{not_started,rabbit_common}}},[{rabbit_clusterer,boot,0,[{file,"src/rabbit_clusterer.erl"},{line,31}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ()
Crash dump is being written to: erl_crash.dump...
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ
Alright, it didn't take long :)
On Tue, Nov 22, 2016 at 9:55 PM, Michael Klishin <mkli...@pivotal.io> wrote:
the clusterer had RabbitMQ listed as a runtime instead of build dependency:I'm going to release a 1.0.3 today or tomorrow but in the meantime give this (technically pre-release,but there are no other changes) build a try (attached)
On Tue, Nov 22, 2016 at 9:47 PM, Stephen Newey <s...@s-n.me> wrote:
HiI'm trying to get rabbitmq-clusterer within a Debian-based Docker image. The plugin has been enabled, and the following environment variables set:RABBITMQ_BOOT_MODULE=rabbit_clusterer
RABBITMQ_SERVER_ADDITIONAL_ERL_ARGS="-pa /usr/lib/rabbitmq/lib/rabbitmq_server-3.6.5/plugins/rabbitmq_clusterer.ez/rabbitmq_clusterer-1.0.2/ebin"On startup I get the following error:"init terminating in do_boot",{{badmatch,{error,{not_started,rabbit_common}}},[{rabbit_clusterer,boot,0,[{file,"src/rabbit_clusterer.erl"},{line,31}]},{init,start_em,1,[]},{init,do_boot,3,[]}]}}
init terminating in do_boot ()
Crash dump is being written to: erl_crash.dump...I'm at a little bit of a loss as to what's happening here. Any suggestions of what I might be doing wrong?I've attached the crash dump, though I don't really know where to begin understanding it.ThanksStephen
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--MKStaff Software Engineer, Pivotal/RabbitMQ