<div dir="ltr"><div><div>Hi Simon,<br><br>I am running the latest version of RabbitMQ: {rabbit,"RabbitMQ","3.2.4"}<br><br>You're right about the Erlang versions (see below).� It's weird - I had initially dismissed this possibility because I installed RabbitMQ on two brand new Amazon EC2 server instances within one minute of each other today, using the same installation method.� I don't know why one would differ from the other.<br>

<br></div>I am running Ubuntu 12.04 (64-bit).� I just tried completely removing RabbitMQ and all of its dependencies on each server instance and re-installing (according to the instructions here: <a href="http://www.rabbitmq.com/install-debian.html">http://www.rabbitmq.com/install-debian.html</a>), and the Erlang version mismatch remains!<br>

<br></div>How do I update R14B04 to R16B01? <div><div><br><b>rabbit1:</b><br>{erlang_version,<br>���� "Erlang R16B01 (erts-5.10.2) [source] [64-bit] [async-threads:30] [kernel-poll:true]\n"}<br><br><b>rabbit2:</b><br>

{erlang_version,<br>���� "Erlang R14B04 (erts-5.8.5) [source] [64-bit] [rq:1] [async-threads:30] [kernel-poll:true]\n"}<br><br><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 25, 2014 at 2:08 PM, Simon MacMullen <span dir="ltr"><<a href="mailto:simon@rabbitmq.com" target="_blank">simon@rabbitmq.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">That looks like the nodes of the cluster are running different Erlang versions. They should all be on the same version.<br>


<br>
That said, I thought we'd converted that to a more intelligible error message (it could hardly be less). Which version of RabbitMQ are you running?<br>
<br>
Cheers, Simon<div><div class="h5"><br>
<br>
On 25/03/2014 17:49, Kevin Behr wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hello,<br>
<br>
I am trying to cluster a slave node (rabbit2) with a master node<br>
(rabbit1) in RabbitMQ. I am receiving the following error from the<br>
|join_cluster| command, though. I don't know Erlang, so I am having<br>
trouble determining the cause. Any ideas as to what the error is, or how<br>
to fix it?<br>
<br>
Both nodes can talk to each other via ping, and I have ensured that the<br>
.erlang.cookie for each node is the same.<br>
<br>
|root@rabbit2:~# rabbitmqctl stop_app<br>
root@rabbit2:~# rabbitmqctl join_cluster rabbit@rabbit1<br>
Clustering node 'rabbit@rabbit2' with 'rabbit@rabbit1' ...<br>
Error: {{case_clause,<br>
� � � � � � �{{error,<br>
� � � � � � � � � {aborted,<br>
� � � � � � � � � � � {function_clause,<br>
� � � � � � � � � � � � � [{mnesia_schema,cs2list,<br>
� � � � � � � � � � � � � � � �[{cstruct,schema,set,[],<br>
� � � � � � � � � � � � � � � � � � ['rabbit@rabbit1'],<br>
� � � � � � � � � � � � � � � � � � [],0,read_write,false,[],[],<u></u>false,schema,<br>
� � � � � � � � � � � � � � � � � � [table,cstruct],<br>
� � � � � � � � � � � � � � � � � � [],[],[],<br>
� � � � � � � � � � � � � � � � � � {{1395,763528,28278},<br>
� � � � � � � � � � � � � � � � � � �'rabbit@rabbit1'},<br>
� � � � � � � � � � � � � � � � � � {{2,0},[]}}]},<br>
� � � � � � � � � � � � � �{mnesia_schema,do_merge_<u></u>schema,1},<br>
� � � � � � � � � � � � � �{mnesia_tm,apply_fun,3},<br>
� � � � � � � � � � � � � �{mnesia_tm,execute_<u></u>transaction,5},<br>
� � � � � � � � � � � � � �{mnesia_schema,schema_<u></u>coordinator,3}]}}},<br>
� � � � � � � ['rabbit@rabbit1']}},<br>
� � � � �[{rabbit_mnesia,change_extra_<u></u>db_nodes,2},<br>
� � � � � {rabbit_mnesia,init_db,3},<br>
� � � � � {rabbit_mnesia,init_db_and_<u></u>upgrade,3},<br>
� � � � � {rabbit_mnesia,init_db_with_<u></u>mnesia,4},<br>
� � � � � {rabbit_mnesia,join_cluster,2}<u></u>,<br>
� � � � � {rpc,'-handle_call_call/6-fun-<u></u>0-',5}]}|<br>
<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
rabbitmq-discuss mailing list<br>
<a href="mailto:rabbitmq-discuss@lists.rabbitmq.com" target="_blank">rabbitmq-discuss@lists.<u></u>rabbitmq.com</a><br>
<a href="https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss" target="_blank">https://lists.rabbitmq.com/<u></u>cgi-bin/mailman/listinfo/<u></u>rabbitmq-discuss</a><br>
<br>
</blockquote>
<br>
</blockquote></div><br></div>