On 2 March 2016 at 19:55:54, Jim Anderson (
jim...@gmail.com) wrote:
> > Running rabbitmqctl status gives this:
> > {"init terminating in do_boot",
> > {undef,[{rabbit_nodes,ensure_epmd,[],[]},
> > {rabbit_cli,start_distribution,0,[{file,"src/rabbit_cli.erl"},{line,152}]},
> > {rabbit_cli,ensure_cli_distribution,0,[{file,"src/rabbit_cli.erl"},{line,49}]},
> > {rabbit_cli,main,3,[{file,"src/rabbit_cli.erl"},{line,62}]},
> > {init,start_it,1,[{file,"init.erl"},{line,1054}]},
> > {init,start_em,1,[{file,"init.erl"},{line,1035}]}]}}
> > init terminating in do_boot ()
>
> Reinstalled 3.6.0 and successfully recovered.
>
>
> Any ideas of what might be happening?
First of all, this does not seem to be a "RabbitMQ crash” but an unhandled exception
rabbit_nodes:ensure_epmd/0 (a function) cannot be found. It is certainly
there in 3.6.1. You probably have an older rabbit_common.ez on the code path somehow.