<div dir="ltr">To kill epmd run: epmd -kill<div><br></div><div>If there&#39;s another Erlang application running in your machine and that application is using epmd, then epmd will complain. More info here:�<a href="http://www.erlang.org/doc/man/epmd.html">http://www.erlang.org/doc/man/epmd.html</a></div>
<div><br></div><div>Regards,</div><div><br></div><div>Alvaro</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 31, 2013 at 4:44 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@rabbitmq.com" target="_blank">matthias@rabbitmq.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 29/10/13 04:49, saritha wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I have changed to RabbitMQ 3.2.0<br>
erl -sname <a href="mailto:rabbit@192.168.1.26" target="_blank">rabbit@192.168.1.26</a><br>
I am getting the same error..<br>
<br>
In /etc/rabbitmq/rabbitmq-env.<u></u>conf<br>
NODE_IP_ADDRESS=192.168.1.26<br>
NODENAME=<a href="mailto:rabbit@192.168.1.26" target="_blank">rabbit@192.168.1.26</a><br>
<br>
If I call rabbitmqctl status<br>
Still I getting the same error<br>
{error_logger,{{2013,10,28},{<u></u>7,43,47}},&quot;Can&#39;t set short node name!\nPlease<br>
check your configuration\n&quot;,[]}<br>
Please help me out...<br>
</blockquote>
<br></div>
As Alvaro said, you probably ran something with &#39;-name&#39; instead of &#39;-sname&#39; at some point, and as a result you&#39;ll need to kill the epmd process that is now sitting there expecting long names.<br>
<br>
But what you are doing above just isn&#39;t going to work. you must supply a proper hostname in -sname, and that hostname must resolve to the correct IP.<br>
<br>
Regards,<br>
<br>
Matthias.<div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
</div></div></blockquote></div><br></div>