Distributed Erlang

Sean Hinde Sean.Hinde@REDACTED
Fri Oct 25 15:27:27 CEST 2002


> I have two nodes that need to communicate with each other.  I 
> use the same cookie for both nodes, but I keep on getting 
> 
> ** Connection attempt form dissalowed node

I've only ever seen this behaviour when the cookies have not been set
properly. How are you setting them?

You can double check using erlang:get_cookie(). and change the cookie with
erlang:set_cookie(node(), cookie) (both in the erlang module hiding (err,
documented) under the kernel application).

If that all doesn't work then I'd suspect something pretty horrible

Sean



NOTICE AND DISCLAIMER:
This email (including attachments) is confidential.  If you have received
this email in error please notify the sender immediately and delete this
email from your system without copying or disseminating it or placing any
reliance upon its contents.  We cannot accept liability for any breaches of
confidence arising through use of email.  Any opinions expressed in this
email (including attachments) are those of the author and do not necessarily
reflect our opinions.  We will not accept responsibility for any commitments
made by our employees outside the scope of our business.  We do not warrant
the accuracy or completeness of such information.




More information about the erlang-questions mailing list