控制rabbitmq'名称'不是'sname'

时间:2012-05-26 14:21:30

标签: crash erlang osx-lion rabbitmq startup

在狮子操作系统上,安装后,运行时会发生错误。 首先,不使用rabbitmq-env.config file,从"sudo rabbitmq-server"开始,以下消息显示:

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)

然后我添加rabbitmq-env.conf文件。内容如下:

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",[]}

我认为该消息意味着无法使用短节点。但我不知道如何控制rabbitmq-server使用name,而不是sname

1 个答案:

答案 0 :(得分:6)

在Google上搜索找到this link,这应该可以解决您在开始时看到的问题。 如果无法访问,这是相关部分:

  

确保您的计算机名称(在我的情况下为rs-mbp)位于/ private / etc / hosts

##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting.  Do not change this entry.
##
127.0.0.1       localhost rs-mbp
255.255.255.255 broadcasthost
::1             localhost
fe80::1%lo0     localhost