[rabbitmq-discuss] Can't set short node name!\nPlease check your configuration\n

Alvaro Videla videlalvaro at gmail.com
Thu Oct 31 18:37:16 GMT 2013


To kill epmd run: epmd -kill

If there's another Erlang application running in your machine and that
application is using epmd, then epmd will complain. More info here:
http://www.erlang.org/doc/man/epmd.html

Regards,

Alvaro


On Thu, Oct 31, 2013 at 4:44 PM, Matthias Radestock
<matthias at rabbitmq.com>wrote:

> On 29/10/13 04:49, saritha wrote:
>
>> I have changed to RabbitMQ 3.2.0
>> erl -sname rabbit at 192.168.1.26
>> I am getting the same error..
>>
>> In /etc/rabbitmq/rabbitmq-env.**conf
>> NODE_IP_ADDRESS=192.168.1.26
>> NODENAME=rabbit at 192.168.1.26
>>
>> If I call rabbitmqctl status
>> Still I getting the same error
>> {error_logger,{{2013,10,28},{**7,43,47}},"Can't set short node
>> name!\nPlease
>> check your configuration\n",[]}
>> Please help me out...
>>
>
> As Alvaro said, you probably ran something with '-name' instead of
> '-sname' at some point, and as a result you'll need to kill the epmd
> process that is now sitting there expecting long names.
>
> But what you are doing above just isn't going to work. you must supply a
> proper hostname in -sname, and that hostname must resolve to the correct IP.
>
> Regards,
>
> Matthias.
>
> ______________________________**_________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.**rabbitmq.com<rabbitmq-discuss at lists.rabbitmq.com>
> https://lists.rabbitmq.com/**cgi-bin/mailman/listinfo/**rabbitmq-discuss<https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20131031/c210e90e/attachment.htm>


More information about the rabbitmq-discuss mailing list