On lion OS, after installation, when running, error happens.
At first, not using rabbitmq-env.config file
, starting by "sudo rabbitmq-server"
, the following message shows:
yus-iMac:rabbitmq yuchen$ sudo rabbitmq-server
Activating RabbitMQ plugins ...
********************************************************************************
********************************************************************************
0 plugins activated:
ERROR: epmd error for host "yus-iMac": address (unable to establish tcp connection)
Then I add rabbitmq-env.conf
file. The content is as follows:
RABBITMQ_NODENAME=rabbitb@yus-iMac.local
When starting, another error message is given:
yus-iMac:rabbitmq yuchen$ sudo rabbitmq-server
Activating RabbitMQ plugins ...
********************************************************************************
********************************************************************************
0 plugins activated:
{error_logger,{{2012,5,26},{21,47,13}},"Can't set short node name!\n Please check your configuration\n",[]}
I think the message means short node can't be used. But I don't know how to control rabbitmq-server
for using name
, rather than sname
?