<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Paul,<div>That was the problem. It works now.&nbsp;</div><div>Thanks!</div><div><br></div><div><div><div>On Oct 29, 2009, at 1:16 PM, Paul Jones wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Tracey,<br><br>I just noticed in your original email the message:<br>&nbsp; unable to connect to epmd on mymac: nxdomain<br><br>Does "mymac" actually resolve to your local machine's address? Perhaps try adding a hosts entry for it to make completely sure that it will resolve.<br>
<br>Paul.<br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 7:10 PM, tracey eubanks <span dir="ltr">&lt;<a href="mailto:traceye@pmamediagroup.com">traceye@pmamediagroup.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="word-wrap: break-word;">Hey Paul,<div>Here's the output when the server starts;</div><div><div>sudo rabbitmq-server</div><div><br></div><div>+---+ &nbsp; +---+</div><div>| &nbsp; | &nbsp; | &nbsp; |</div><div>| &nbsp; | &nbsp; | &nbsp; |</div>
<div>| &nbsp; | &nbsp; | &nbsp; |</div><div>| &nbsp; +---+ &nbsp; +-------+</div><div>| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</div><div>| RabbitMQ &nbsp;+---+ &nbsp; |</div><div>| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; | &nbsp; | &nbsp; |</div><div>| &nbsp; v1.7.0 &nbsp;+---+ &nbsp; |</div><div>| &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; |</div><div>
+-------------------+</div><div>AMQP 8-0</div><div>Copyright (C) 2007-2009 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.</div><div>Licensed under the MPL. &nbsp;See <a href="http://www.rabbitmq.com/" target="_blank">http://www.rabbitmq.com/</a></div>
<div><br></div><div>node &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;: rabbit@mymac</div><div>app descriptor: /usr/local/lib/erlang/lib/rabbitmq-server-1.7.0/scripts/../ebin/rabbit.app</div><div>home dir &nbsp; &nbsp; &nbsp;: /Users/administrator</div><div>cookie hash &nbsp; : F0FO97xqCdIRZ5FhimfiDg==</div>
<div>log &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; : /var/log/rabbitmq/rabbit.log</div><div>sasl log &nbsp; &nbsp; &nbsp;: /var/log/rabbitmq/rabbit-sasl.log</div><div>database dir &nbsp;: /var/lib/rabbitmq/mnesia/rabbit</div><div><br></div><div>starting database &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...done</div>
<div>starting core processes &nbsp; &nbsp; &nbsp; ...done</div><div>starting recovery &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...done</div><div>starting persister &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;...done</div><div>starting guid generator &nbsp; &nbsp; &nbsp; ...done</div><div>starting builtin applications ...done</div>
<div>starting TCP listeners &nbsp; &nbsp; &nbsp; &nbsp;...done</div><div>starting SSL listeners &nbsp; &nbsp; &nbsp; &nbsp;...done</div><div><br></div><div>broker running</div><div><br></div><div><br></div><div><br></div><div>This is from /var/log/rabbitmq/rabbit.log;</div>
<div><div>=INFO REPORT==== 29-Oct-2009::12:35:48 ===</div><div>disk_log: repairing "/var/lib/rabbitmq/mnesia/rabbit/rabbit_persister.LOG" ...</div><div><br></div><div>=INFO REPORT==== 29-Oct-2009::12:35:48 ===</div>
<div>Repaired persister log - 1 recovered, 0 bad</div><div><br></div><div>=INFO REPORT==== 29-Oct-2009::12:35:48 ===</div><div>Rolling persister log to "/var/lib/rabbitmq/mnesia/rabbit/rabbit_persister.LOG.previous"</div>
<div><br></div><div>=INFO REPORT==== 29-Oct-2009::12:35:48 ===</div><div>started TCP Listener on <a href="http://0.0.0.0:5672/" target="_blank">0.0.0.0:5672</a></div><div><br></div><div><br></div><div>Thanks</div><div><br>
</div></div></div><div><div></div><div class="h5"><div><div>On Oct 29, 2009, at 12:59 PM, Paul Jones wrote:</div><br><blockquote type="cite">Hi Tracey,<br><br>Could you please also supply the output shown when the server starts? (And in the log file). It should also display a cookie hash, which lets you ensure that the cookies being used are the same.<br>
<br>Also, for 1.7.0 onwards, you no longer need to put rabbit into the erlang lib dir - it be installed anywhere (the packages currently put it in /usr/lib/rabbitmq/lib).<br>
<br>Paul.<br><br><div class="gmail_quote">On Thu, Oct 29, 2009 at 6:04 PM, tracey eubanks <span dir="ltr">&lt;<a href="mailto:traceye@pmamediagroup.com" target="_blank">traceye@pmamediagroup.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I downloaded rabbitmq v1.7.0 and installed it into my /usr/local/lib/<br>
erlang/lib (erlang vR13B02-1) directory then linked the rabbitmq-<br>
server, rabbitmqctl, rabbitmq-multi and rabbitmq-env files to /bin. I<br>
can start the server just fine but when I try to connect to it or run<br>
rabbitmqctl status, it gives me this error,<br>
<br>
Error: unable to connect to node rabbit@mymac: nodedown<br>
diagnostics:<br>
- unable to connect to epmd on mymac: nxdomain<br>
- current node: rabbitmqctl19789@mymac<br>
- current node home dir: /Users/administrator<br>
- current node cookie hash: F0FO97xqCdIRZ5FhimfiDg==<br>
<br>
<br>
I'm not sure what's going on. I installed rabbitmq v1.6.0 the same way<br>
and everything works just fine.<br>
<br>
Thanks guys<br>
<br>
_______________________________________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.rabbitmq.com</a><br>
<a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss</a><br>
</blockquote></div><br>
</blockquote></div><br></div></div></div></blockquote></div><br>
</blockquote></div><br></div></body></html>