[rabbitmq-discuss] Clustered server doesn't permit local connections

Glade gladed at gmail.com
Wed May 23 00:38:12 BST 2012


I have two clustered rabbitmq entities. But connections are rejected for no 
reason I can understand.

rabbitmqctl cluster_status returns:

[{nodes,[{disc,['rabbit at ip-10-70-82-246','rabbit at ip-10-12-183-2']}]},
 {running_nodes,['rabbit at ip-10-12-183-2','rabbit at ip-10-70-82-246']}]

And rabbitmqctl status returns:

[{pid,3502},
 {running_applications,[{rabbit,"RabbitMQ","2.8.2"},
                        {os_mon,"CPO  CXC 138 46","2.2.5"},
                        {sasl,"SASL  CXC 138 11","2.1.9.3"},
                        {mnesia,"MNESIA  CXC 138 12","4.4.17"},
                        {stdlib,"ERTS  CXC 138 10","1.17.3"},
                        {kernel,"ERTS  CXC 138 10","2.14.3"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R14B02 (erts-5.8.3) [source] [64-bit] [rq:1] 
[async-threads:30] [kernel-poll:true]\n"},
 {memory,[{total,24960632},
          {processes,10147656},
          {processes_used,10142176},
          {system,14812976},
          {atom,1136665},
          {atom_used,1134545},
          {binary,151104},
          {code,11322346},
          {ets,877880}]},
 {vm_memory_high_watermark,0.39999999994925645},
 {vm_memory_limit,1576555315},
 {disk_free_limit,3941388288},
 {disk_free,3753910272},
 {file_descriptors,[{total_limit,924},
                    {total_used,6},
                    {sockets_limit,829},
                    {sockets_used,4}]},
 {processes,[{limit,1048576},{used,136}]},
 {run_queue,0},
 {uptime,368}]

But client connections are rejected. My log shows data like this:

=INFO REPORT==== 22-May-2012::23:31:29 ===
accepting AMQP connection <0.244.0> (127.0.0.1:58081 -> 127.0.0.1:5672)

=ERROR REPORT==== 22-May-2012::23:31:32 ===
closing AMQP connection <0.240.0> (127.0.0.1:58080 -> 127.0.0.1:5672):
{channel0_error,opening,
                {error,{badarg,{error,bad_module}},
                       'connection.open',
                       [{rabbit_reader,control_throttle,1},
                        {rabbit_reader,handle_method0,2},
                        {rabbit_reader,handle_method0,3},
                        {rabbit_reader,handle_input,3},
                        {rabbit_reader,recvloop,2},
                        {rabbit_reader,start_connection,7},
                        {proc_lib,init_p_do_apply,3}]}}

What is wrong here?

Thanks for any help.

-Glade Diviney
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20120522/c8bf4aa2/attachment.htm>


More information about the rabbitmq-discuss mailing list