<p><br></p>
<p>Hello,<br>
 <br>
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.<br>

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