我使用RabbitMQ的。我試圖在Window 7機器上進行羣集。我遵循下面的鏈接程序。聚類臺機器上失敗的RabbitMQ
http://www.rabbitmq.com/clustering.html#single-machine
我用下面的命令。
SET RABBITMQ_NODE_PORT=5673
SET RABBITMQ_SERVER_START_ARGS="-rabbitmq_management listener [{port,15673}]"
SET RABBITMQ_NODENAME=hare
rabbitmq-server -detached
當我發出命令時,它給了我下面的錯誤。
BOOT FAILED
===========
Error description:
{could_not_start,rabbitmq_stomp,
{{shutdown,
{failed_to_start_child,'rabbit_stomp_listener_sup_:::61613',
{shutdown,
{failed_to_start_child,tcp_listener,
{cannot_listen,{0,0,0,0,0,0,0,0},61613,eaddrinuse}}}}},
{rabbit_stomp,start,[normal,[]]}}}
Log files (may contain more information):
C:/Users/IISU45/AppData/Roaming/RabbitMQ/log/hare .log
C:/Users/IISU45/AppData/Roaming/RabbitMQ/log/hare -sasl.log
{"init terminating in do_boot",{could_not_start,rabbitmq_stomp,{{shutdown,{faile
d_to_start_child,'rabbit_stomp_listener_sup_:::61613',{shutdown,{failed_to_start
_child,tcp_listener,{cannot_listen,{0,0,0,0,0,0,0,0},61613,eaddrinuse}}}}},{rabb
it_stomp,start,[normal,[]]}}}}
init terminating in do_boot()
我還參觀了上面的鏈接:Stuck with "A cluster on a single machine" explained in https://www.rabbitmq.com/clustering.html
而我依然面臨着同樣的問題。
RabbitMQ的版本:RabbitMQ的服務器 - 3.5.0