ERROR: epmd error for host ISIlchenko: address (cannot connect to host/port)
=WARNING REPORT==== 7-Aug-2015::10:14:51 ===
Kernel poll (epoll, kqueue, etc) is disabled. Throughput and CPU utilization may worsen.
=INFO REPORT==== 7-Aug-2015::10:14:51 ===
Limiting to approx 8092 file handles (7280 sockets)
=INFO REPORT==== 7-Aug-2015::10:14:51 ===
Priority queues enabled, real BQ is rabbit_variable_queue
=INFO REPORT==== 7-Aug-2015::10:14:51 ===
Error description:
{could_not_start,rabbit,
{error,
{{shutdown,
{failed_to_start_child,rabbit_epmd_monitor,
{{badmatch,noport},
[{rabbit_epmd_monitor,init,1,[]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,306}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,237}]}]}}},
{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]}}}}
Log files (may contain more information):
C:/RabbitMQBase//log/RabbitMQ.log
C:/RabbitMQBase//log/RabbitMQ-sasl.log
=CRASH REPORT==== 7-Aug-2015::10:14:51 ===All RabbitMQ and epmd.exe ports are free.
crasher:
initial call: application_master:init/4
pid: <0.137.0>
registered_name: []
exception exit: {bad_return,
{{rabbit,start,[normal,[]]},
{'EXIT',
{error,
{{shutdown,
{failed_to_start_child,rabbit_epmd_monitor,
{{badmatch,noport},
[{rabbit_epmd_monitor,init,1,[]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,306}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,237}]}]}}},
{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]}}}}}}
in function application_master:init/4 (application_master.erl, line 133)
ancestors: [<0.136.0>]
messages: [{'EXIT',<0.138.0>,normal}]
links: [<0.136.0>,<0.7.0>]
dictionary: []
trap_exit: true
status: running
heap_size: 1598
stack_size: 27
reductions: 199
"!ERLANG_HOME!\bin\erl.exe" ^
-pa "!RABBITMQ_EBIN_ROOT!" ^
-noinput -hidden ^
-s rabbit_prelaunch ^
!RABBITMQ_NAME_TYPE! rabbitmqprelaunch!RANDOM!!TIME:~9! ^
-extra "!RABBITMQ_NODENAME!"
if ERRORLEVEL 2 (
rem dist port mentioned in config, do not attempt to set it
) else if ERRORLEVEL 1 (
exit /B 1
) else (
set RABBITMQ_DIST_ARG=-kernel inet_dist_listen_min !RABBITMQ_DIST_PORT! -kernel inet_dist_listen_max !RABBITMQ_DIST_PORT!
)
C:\Program Files (x86)\RabbitMQ Server\rabbitmq_server-3.5.1\sbin>rabbitmq-serve
r.bat
RabbitMQ 3.5.1. Copyright (C) 2007-2014 GoPivotal, Inc.
## ## Licensed under the MPL. See http://www.rabbitmq.com/
## ##
########## Logs: C:/RabbitMQBase//log/RabbitMQ.log
###### ## C:/RabbitMQBase//log/RabbitMQ-sasl.log
##########
Starting broker...
BOOT FAILED
===========
Error description:
{could_not_start,rabbit,
{error,
{{shutdown,
{failed_to_start_child,rabbit_epmd_monitor,
{{badmatch,noport},
[{rabbit_epmd_monitor,init,1,[]},
{gen_server,init_it,6,
[{file,"gen_server.erl"},{line,306}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,237}]}]}}},
{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]}}}}
Log files (may contain more information):
C:/RabbitMQBase//log/RabbitMQ.log
C:/RabbitMQBase//log/RabbitMQ-sasl.log
{"init terminating in do_boot",{could_not_start,rabbit,{error,{{shutdown,{failed
_to_start_child,rabbit_epmd_monitor,{{badmatch,noport},[{rabbit_epmd_monitor,ini
t,1,[]},{gen_server,init_it,6,[{file,"gen_server.erl"},{line,306}]},{proc_lib,in
it_p_do_apply,3,[{file,"proc_lib.erl"},{line,237}]}]}}},{child,undefined,rabbit_
epmd_monitor_sup,{rabbit_restartable_sup,start_link,[rabbit_epmd_monitor_sup,{ra
bbit_epmd_monitor,start_link,[]},false]},transient,infinity,supervisor,[rabbit_r
estartable_sup]}}}}}
Crash dump was written to: erl_crash.dump
init terminating in do_boot ()
On 07.08.2015 11:54, coolerma...@gmail.com wrote:
Does your VPN session change network settings such as the hostname or
the DNS configuration?
--
Jean-Sébastien Pédron
Pivotal / RabbitMQ
I really don't know how to configure the network on Windows, so I'm just
guessing here: could it be possible that the hostname is resolved to an
unroutable address after the VPN session is started? I suppose that it
touches some kind of routing table.
Sorry, I'm not how to help here :(
I remember adding a line for localhost into the hosts file on Windows ages ago to get this to work. Somewhere in the system folders you can find etc/hosts. I don't have a machine to hand, but maybe this gives you enough to go hunting.
Cheers,
Robby
--
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-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I remember adding a line for localhost into the hosts file on Windows ages ago to get this to work. Somewhere in the system folders you can find etc/hosts. I don't have a machine to hand, but maybe this gives you enough to go hunting.
To solve this I tried change hosts file, reset DNS cache and NetBIOS cache, I tried to change network priority - nothing helped.