[rabbitmq-discuss] error connecting to rabbitmq node

Ben Hood 0x6e6562 at gmail.com
Mon Sep 15 20:11:04 BST 2008


Hi Sarah,

On Mon, Sep 15, 2008 at 7:45 PM, Sarah Jelinek <sjjelinek at gmail.com> wrote:
> Why would this connection be disallowed?

The short answer to your question is that this is due to the cookie
mechanism in Erlang.

To fix this, you can can use the -setcookie argument when starting
Erlang (make sure that 2 nodes are using the same cookie) or create a
.erlang.cookie containing the plain text of a cookie in the home
directory of the user starting rabbit.

Furthermore, the log shows that the server did actually start, and so
you might just skip the rabbitmqctl script and start using a client to
test the connectivity of the broker.

I'm a bit short of time to look into what adjustments you had to make
to get things going, so I've just tried to give you some information
to get yourself going as quickly as possible.

HTH,

Ben




More information about the rabbitmq-discuss mailing list