Discussion:
[rabbitmq-users] Crashes after updating to Windows 10
Caleb Cassel
2015-07-29 20:05:28 UTC
Permalink
I just updated to Windows 10 and now the rabbit service crashes shortly
after startup. I've uninstalled Erlang and Rabbit, and reinstalled with the
latest versions after upgrading Windows.

This is the error I'm getting:

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,328}]},
{proc_lib,init_p_do_apply,3,
[{file,"proc_lib.erl"},{line,239}]}]}}},
{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]}}}}

I'd appreciate any insight someone might have on this.

Caleb
--
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+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Michael Klishin
2015-07-29 20:07:32 UTC
Permalink
Post by Caleb Cassel
I just updated to Windows 10 and now the rabbit service crashes
shortly after startup. I've uninstalled Erlang and Rabbit,
and reinstalled with the latest versions after upgrading Windows.
{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,328}]},
{proc_lib,init_p_do_apply,3,
You need to make sure RabbitMQ and related processes (erl, epmd) are allowed to bind to
specific ports. See Port Access on http://www.rabbitmq.com/networking.html.
--
MK

Staff Software Engineer, Pivotal/RabbitMQ
--
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+***@googlegroups.com.
To post to this group, send an email to rabbitmq-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Continue reading on narkive:
Loading...