[rabbitmq-discuss] Error while doing channel.basicConsume

rathi riteshrathi at gmail.com
Wed Aug 26 14:42:13 BST 2009


I am using rabbitmq's java client. While doing channel.basicConsule it
throws the below exception. This is a 64bit machine. But when I use the same
code in 32 bit machine it is working.

java.io.IOException
        at com.rabbitmq.client.impl.AMQChannel.wrap(AMQChannel.java:121)
        at com.rabbitmq.client.impl.ChannelN.basicConsume(ChannelN.java:703)
        at com.rabbitmq.client.impl.ChannelN.basicConsume(ChannelN.java:661)
        at com.rabbitmq.client.impl.ChannelN.basicConsume(ChannelN.java:647)
        at
com.adventnet.repl.replicator.ExchangeQueueListener.startListener(ExchangeQueueListener.java:73)
        at
com.adventnet.repl.replicator.ExchangeQueueListener.run(ExchangeQueueListener.java:33)
        at java.lang.Thread.run(Thread.java:595)
Caused by: com.rabbitmq.client.ShutdownSignalException (connection error;
reason:
{#method<connection.close>(reply-code=541,reply-text=INTERNAL_ERROR,class-id=0,method-id=0),null,""})
        at
com.rabbitmq.client.impl.AMQConnection.shutdown(AMQConnection.java:606)
        at
com.rabbitmq.client.impl.AMQConnection.handleConnectionClose(AMQConnection.java:561)
        at
com.rabbitmq.client.impl.AMQConnection.processControlCommand(AMQConnection.java:541)
        at
com.rabbitmq.client.impl.AMQConnection$1.processAsync(AMQConnection.java:84)
        at
com.rabbitmq.client.impl.AMQChannel.handleCompleteInboundCommand(AMQChannel.java:159)
        at
com.rabbitmq.client.impl.AMQChannel.handleFrame(AMQChannel.java:110)
        at
com.rabbitmq.client.impl.AMQConnection$MainLoop.run(AMQConnection.java:446)


In the rabbit log we get the following error : *
*
=ERROR REPORT==== 26-Aug-2009::17:12:34 ===
connection <0.224.0> (running), channel 1 - error:
{undef,[{ssl_base64,encode,

[<<127,81,49,251,211,111,84,61,174,121,190,249,69,78,177,
                       123>>]},
        {rabbit_misc,string_guid,1},
        {rabbit_misc,binstring_guid,1},
        {rabbit_channel,handle_method,3},
        {rabbit_channel,handle_message,2},
        {buffering_proxy,'-mainloop/4-fun-0-',3},
        {lists,foldl,3},
        {buffering_proxy,mainloop,4}]}

=WARNING REPORT==== 26-Aug-2009::17:12:34 ===
Non-AMQP exit reason '{undef,
                          [{ssl_base64,encode,
                               [<<127,81,49,251,211,111,84,61,174,121,190,
                                  249,69,78,177,123>>]},
                           {rabbit_misc,string_guid,1},
                           {rabbit_misc,binstring_guid,1},
                           {rabbit_channel,handle_method,3},
                           {rabbit_channel,handle_message,2},
                           {buffering_proxy,'-mainloop/4-fun-0-',3},
                           {lists,foldl,3},
                           {buffering_proxy,mainloop,4}]}'

=INFO REPORT==== 26-Aug-2009::17:12:34 ===
closing TCP connection <0.224.0> from 127.0.0.1:46753



Can someone help me with this problem.

thanks & regards,
rathi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20090826/878b467a/attachment.htm 


More information about the rabbitmq-discuss mailing list