I'm trying to cluster 2 nodes on EC2. &nbsp;I have the erlang cookie in place on both instances and I verified this. &nbsp;Both instances have the same rabbitmq.config file:<div><br></div><div><div>[</div><div>&nbsp; {rabbit, [</div><div>&nbsp; &nbsp; {cluster_nodes, ['ip-10-114-25-195.ec2.internal','ip-10-158-69-124.ec2.internal']},</div><div>&nbsp; &nbsp; {default_user, &lt;&lt;"guest"&gt;&gt;},</div><div>&nbsp; &nbsp; {default_pass, &lt;&lt;"guest"&gt;&gt;}</div><div>&nbsp; ]}</div><div>].</div></div><div><br></div><div>When I try to start up a single node, I get the following crash report in the log: &nbsp;</div><div><br></div><div><div>=CRASH REPORT==== 6-Feb-2013::11:38:00 ===</div><div>&nbsp; crasher:</div><div>&nbsp; &nbsp; initial call: application_master:init/4</div><div>&nbsp; &nbsp; pid: &lt;0.112.0&gt;</div><div>&nbsp; &nbsp; registered_name: []</div><div>&nbsp; &nbsp; exception exit: {bad_return,{{rabbit,start,[normal,[]]},</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;{'EXIT',{rabbit,failure_during_boot}}}}</div><div>&nbsp; &nbsp; &nbsp; in function &nbsp;application_master:init/4</div><div>&nbsp; &nbsp; ancestors: [&lt;0.111.0&gt;]</div><div>&nbsp; &nbsp; messages: [{'EXIT',&lt;0.114.0&gt;,normal}]</div><div>&nbsp; &nbsp; links: [&lt;0.111.0&gt;,&lt;0.7.0&gt;]</div><div>&nbsp; &nbsp; dictionary: []</div><div>&nbsp; &nbsp; trap_exit: true</div><div>&nbsp; &nbsp; status: running</div><div>&nbsp; &nbsp; heap_size: 2584</div><div>&nbsp; &nbsp; stack_size: 24</div><div>&nbsp; &nbsp; reductions: 245</div><div>&nbsp; neighbours:</div></div><div><br></div><div>Everything works fine when I pull out the cluster_nodes configuration. &nbsp;I'm not quite sure what I'm doing wrong. &nbsp;I've also tried using rabbit1, rabbit2 as hostnames with /etc/hosts mapped to their internal IP address but ran into the same issue. &nbsp;Any help would be greatly appreciated.</div><div><br></div><div>Thanks!</div><div><br></div>