I have problem, which happen very irregularly, sometimes it is not possible to connect to RMQ. This errors starts when we upgrade from version 3.6.10 to 3.7.0 (now we are using 3.7.4).
I found on this problem that problem is with resolving hostname, but we dont use clustering, no VPN and i added hostname into "hosts" file (RMQ is running on Windows server).
It is possible to configure RMQ to completly disable cluster or do not resolve hostname or is there any other solution for this problem.
2018-04-16 22:41:16 =CRASH REPORT====
crasher:
initial call: rabbit_reader:init/4
pid: <0.26542.3>
registered_name: []
exception error: {{badmatch,{error,nxdomain}},[{rabbit_nodes,cluster_name_default,0,[{file,"src/rabbit_nodes.erl"},{line,77}]},{rabbit_nodes,cluster_name,0,[{file,"src/rabbit_nodes.erl"},{line,72}]},{rabbit_reader,server_properties,1,[{file,"src/rabbit_reader.erl"},{line,251}]},{rabbit_reader,start_connection,3,[{file,"src/rabbit_reader.erl"},{line,1060}]},{rabbit_reader,handle_input,3,[{file,"src/rabbit_reader.erl"},{line,1010}]},{rabbit_reader,recvloop,4,[{file,"src/rabbit_reader.erl"},{line,461}]},{rabbit_reader,run,1,[{file,"src/rabbit_reader.erl"},{line,443}]},{rabbit_reader,start_connection,4,[{file,"src/rabbit_reader.erl"},{line,362}]}]}
ancestors: [<0.26540.3>,<0.1193.0>,<0.1192.0>,<0.1191.0>,rabbit_sup,<0.255.0>]
message_queue_len: 1
messages: [{'EXIT',#Port<0.1226099>,normal}]
links: [<0.26540.3>]
trap_exit: true
status: running
heap_size: 987
stack_size: 27
reductions: 2887
neighbours:
2018-04-16 22:41:16 =SUPERVISOR REPORT====
Supervisor: {<0.26540.3>,rabbit_connection_sup}
Context: child_terminated
Reason: {{badmatch,{error,nxdomain}},[{rabbit_nodes,cluster_name_default,0,[{file,"src/rabbit_nodes.erl"},{line,77}]},{rabbit_nodes,cluster_name,0,[{file,"src/rabbit_nodes.erl"},{line,72}]},{rabbit_reader,server_properties,1,[{file,"src/rabbit_reader.erl"},{line,251}]},{rabbit_reader,start_connection,3,[{file,"src/rabbit_reader.erl"},{line,1060}]},{rabbit_reader,handle_input,3,[{file,"src/rabbit_reader.erl"},{line,1010}]},{rabbit_reader,recvloop,4,[{file,"src/rabbit_reader.erl"},{line,461}]},{rabbit_reader,run,1,[{file,"src/rabbit_reader.erl"},{line,443}]},{rabbit_reader,start_connection,4,[{file,"src/rabbit_reader.erl"},{line,362}]}]}
Offender: [{pid,<0.26542.3>},{name,reader},{mfargs,{rabbit_reader,start_link,[<0.26541.3>,{acceptor,{0,0,0,0},5672},#Port<0.1226099>]}},{restart_type,intrinsic},{shutdown,30000},{child_type,worker}]
Thanks for help.