rabbitmq-server start ERROR: epmd error for host {machinename}: address (cannot connect to host/port)
Error description:
{could_not_start,rabbit,
{error,
{{shutdown,
{failed_to_start_child,rabbit_epmd_monitor,
{{badmatch,noport},
[{rabbit_epmd_monitor,init,1,
[{file,"src/rabbit_epmd_monitor.erl"},{line,56}]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,328}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,247}]}]}}},
{child,undefined,rabbit_epmd_monitor_sup,
{rabbit_restartable_sup,start_link,
[rabbit_epmd_monitor_sup,
{rabbit_epmd_monitor,start_link,[]},
false]},
transient,infinity,supervisor,
[rabbit_restartable_sup]}}}}--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Hi Luke,
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin>ping hostname
Pinging hostname.my.domain [::1] with 32 bytes of data:Reply from ::1: time<1msReply from ::1: time<1msReply from ::1: time<1msReply from ::1: time<1ms
Ping statistics for ::1: Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),Approximate round trip times in milli-seconds: Minimum = 0ms, Maximum = 0ms, Average = 0ms
set RABBITMQ_ALLOW_INPUT=true
.\rabbitmq-server.batC:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin>set RABBITMQ_ALLOW_INPUT=true
C:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin>.\rabbitmq-server.batERROR: epmd error for host {hostname}: address (cannot connect to host/port)node().Erlang/OTP 19 [erts-8.3] [64-bit] [smp:2:2] [async-threads:10]
Eshell V8.3 (abort with ^G)1> node().nonode@nohostset RABBITMQ_ALLOW_INPUT=true
.\rabbitmq-server.batI got the followingC:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin>set RABBITMQ_ALLOW_INPUT=trueC:\Program Files\RabbitMQ Server\rabbitmq_server-3.6.6\sbin>.\rabbitmq-server.batERROR: epmd error for host {hostname}: address (cannot connect to host/port)
When I run in the Erlang VM shell prompt, I get the followingnode().
Erlang/OTP 19 [erts-8.3] [64-bit] [smp:2:2] [async-threads:10]Eshell V8.3 (abort with ^G)1> node().nonode@nohost
Erlang/OTP 19 [erts-8.3] [64-bit] [smp:2:2] [async-threads:10]
Eshell V8.3 (abort with ^G)1> node().nonode@nohost$hostname = "hostname"$ports = 4369, 5672, 5671, 25672, 15672
Test-NetConnection -ComputerName $hostname
foreach($port in $ports){ Test-NetConnection -ComputerName $hostname -Port $port}