[rabbitmq-discuss] Problem when running second consumer

Balachandar R.A. balachandar.ra at gmail.com
Wed May 15 09:09:47 BST 2013


Hello,

I have a problem with running my consumer. I have a machine A wherein I run
both my producer and consumer, and it is running fine. Now, I want to
launch one more consumer in another machine B. When I start my consumer in
B, I get the following error. Can someone tell where things are going
wrong?. The rabbitMQ is running in a virtual machine X. A is the head node
of a cluster and B is one of the computing nodes.



Caught: com.rabbitmq.client.PossibleAuthenticationFailureException:
Possibly caused by authentication failure
com.rabbitmq.client.PossibleAuthenticationFailureException: Possibly caused
by authentication failure
        at
com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:289)
        at
com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:383)
        at
com.rabbitmq.client.ConnectionFactory.newConnection(ConnectionFactory.java:403)
        at com.rabbitmq.client.ConnectionFactory$newConnection.call(Unknown
Source)
        at Client.run(Client.groovy:560)
Caused by: com.rabbitmq.client.AlreadyClosedException: clean connection
shutdown; reason: Attempt to use closed channel
        at
com.rabbitmq.client.impl.AMQChannel.ensureIsOpen(AMQChannel.java:181)
        at com.rabbitmq.client.impl.AMQChannel.rpc(AMQChannel.java:208)
        at com.rabbitmq.client.impl.AMQChannel.rpc(AMQChannel.java:194)
        at
com.rabbitmq.client.impl.AMQConnection.start(AMQConnection.java:281)
        ... 4 more



With thanks and regards
Balachandar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130515/6960aa96/attachment.htm>


More information about the rabbitmq-discuss mailing list