<div dir="ltr"><div><div>So, I was recently experimenting with 3.0.2 and needing to go back to 2.8.7 for some additional experimentation.<br><br></div>However, RabbitMQ 2.8.7 won&#39;t start for me any more. I&#39;m using Erlang R15B01<br>
<br>Here&#39;s the console spew for the mq1 node, which I&#39;m unable to start:<br><br>--------<br>Activating RabbitMQ plugins ...<br>8 plugins activated:<br>* amqp_client-0.0.0<br>* mochiweb-2.3.1-rmq0.0.0-gitd541e9a<br>
* rabbitmq_federation-0.0.0<br>* rabbitmq_federation_management-0.0.0<br>* rabbitmq_management-0.0.0<br>* rabbitmq_management_agent-0.0.0<br>* rabbitmq_mochiweb-0.0.0<br>* webmachine-1.9.1-rmq0.0.0-git52e62bc<br><br>{&quot;init terminating in do_boot&quot;,{function_clause,[{lists,usort,[[&#39;rabbit@mq1&#39;|{[&#39;rabbit@mq1&#39;,&#39;rabbit@play&#39;,&#39;rabbit@play2&#39;],disc}]],[{file,&quot;lists.erl&quot;},{line,992}]},{rabbit_upgrade,maybe_upgrade_mnesia,0,[{file,&quot;src/rabbit_upgrade.erl&quot;},{line,126}]},{rabbit,prepare,0,[{file,&quot;src/rabbit.erl&quot;},{line,288}]},{init,eval_script,8,[]},{init,do_boot,3,[]}]}}<br>
<br>Crash dump was written to: erl_crash.dump<br>init terminating in do_boot ()<br>--------<br><br>I&#39;ve blown away both the rabbit@mq1 and rabbit@mq1-plugins-expand 
directories multiple times.<br>In the past, blowing away these directories has always worked to get me to a &quot;fresh state&quot; where Rabbit would always start. Is
 there some additional places that are referenced?<br><br></div><div>Here&#39;s the rabbitmq.config file for mq1:<br><br>--------<br>[<br>{rabbit, [{cluster_nodes, {[&#39;rabbit@mq1&#39;,&#39;rabbit@play&#39;,&#39;rabbit@play2&#39;], disc}}, {disk_free_limit, 104857600}]},<br>
{mnesia, [{debug, trace}]},<br>{rabbitmq_federation, [{exchanges, [[{type, &quot;topic&quot;}, {upstream_set, &quot;skytap_upstreams&quot;}, {virtual_host, &quot;/&quot;}, {exchange, &quot;skytap&quot;}]]}, <br>{upstream_sets, [{&quot;skytap_upstreams&quot;, [[{connection, &quot;upstream-us-west&quot;}, {max_hops, 1}, {exchange, &quot;skytap&quot;}],[{connection, &quot;upstream-us-east&quot;}, {max_hops, 1}, {exchange, &quot;skytap&quot;}]]}]}, <br>
{connections, [{&quot;upstream-us-west&quot;, [{username, &quot;guest&quot;}, {ha_policy, &quot;all&quot;}, {host, &quot;mq2&quot;}, {heartbeat, 5}, {password, &quot;guest&quot;}, {port, 5672}]}, {&quot;upstream-us-east&quot;, [{username, &quot;guest&quot;}, {ha_policy, &quot;all&quot;}, {host, &quot;mq3&quot;}, {heartbeat, 5}, {password, &quot;guest&quot;}, {port, 5672}]}]}, <br>
{local_nodename, &quot;mq_mpietrek&quot;}]}<br>].<br>--------<br><br></div><div>Just for laughs I&#39;ve taken out the play and play2 nodes from the config file and I get the same problem, so I don&#39;t think it&#39;s clustering related.<br>
<br>Thanks,<br><br>Matt<br></div><br></div>