RabbitMQ Failed to initialize erlang distribution

admin

Administrator
Staff member
I have installed RabbitMQ but when I try to use
Code:
rabbitmqctl status
in cmd I have next result:
Code:
D:\RabbitMQ\rabbitmq_server-3.6.2\sbin>rabbitmqctl status
Error: Failed to initialize erlang distribution: {{shutdown, {failed_to_start_child, net_kernel, {'EXIT',nodistribution}}}, {child,undefined, net_sup_dynamic, {erl_distribution, start_link, [['rabbitmq-cli-70', shortnames]]}, permanent,1000,supervisor, [erl_distribution]}}.
Folder with Erlang : D:\erl7.3 <br>
I have following environment variables : <br>
ERLANG_HOME : D:\erl7.3 <br>
ERLANG_SERVICE_MANAGER_PATH : D:\erl7.3\erts-7.3\bin <br>
How can I fix this to RabbitMQ install correctly?
<br><br>
Additionally: I've done all steps from this tutorial <a href="http://programmershandbook.wordpress.com/2015/03/22/rabbitmq-setup" rel="nofollow noreferrer">programmershandbook.wordpress.com/2015/03/22/rabbitmq-setup</a> but when I try work with
Code:
cmd
i have the same error.
And
Code:
erl_crush.dump
have following first strings: <br>
Code:
=erl_crash_dump:0.3
Fri May 20 12:29:12 2016
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,kernel,{{shutdown,{failed_to_start_child,net_sup,{shutdown,{failed_to_start_child,net_kernel,{'EXIT',nodistribution}}}}},{k
System version: Erlang/OTP 18 [erts-7.3] [64-bit] [smp:4:4] [async-threads:10]
Compiled: Mon Mar 14 21:51:02 2016
Taints: 
Atoms: 4811
Calling Thread: scheduler:3
<br>
It can be connected with using Windows 10 or something else?