[rabbitmq-discuss] getting authentication failure Exception?

Matthias Radestock matthias at rabbitmq.com
Tue Oct 11 09:11:07 BST 2011


On 11/10/11 09:00, sameekmishra wrote:
> I am using Rabbitmq server 2.5 is install on machine IP -192.168.1.64.when i
> try to get connected with machine i got the error:" java.io.IOException:
> Possibly caused by authentication failure".used code to connect with server:
>
>        ConnectionFactory factory = new ConnectionFactory();
>        factory.setUsername("guest");
>        factory.setPassword("guest");
>        factory.setVirtualHost("/");
>        factory.setHost("192.168.1.64");
>        factory.setPort("5672");
>        conn = factory.newConnection();
>
> please help me to get resolve above problem.

What does rabbit's log say?

Matthias.


More information about the rabbitmq-discuss mailing list