[rabbitmq-discuss] PossibleAuthenticationFailureException intermittent
Simon MacMullen
simon at rabbitmq.com
Mon Oct 8 22:16:28 BST 2012
PossibleAuthenticationFailureException just means "the server closed the
connection unexpectedly during AMQP handshake". It's required to do that
in the case of authentication failure, but there can be other reasons,
hence the name.
Check the server logs at the time the error occurs, more detail should
be logged there.
Cheers, Simon
On 08/10/2012 8:17PM, m.luchak at smartasking.com wrote:
> Hi All,
>
> I have an intermittent error, PossibleAuthenticationFailureException,
> when restablishing connections to rabbit (2.8.6). This only occurs when
> I am testing a client connected on 3G and reconnect after I receive a
> shutdownexception (heartbeat). Again, only "sometimes"...
>
> It can't be a basic user/password fail as it only occurs @ 1 in 25 times
> on reconnect.
>
> Is there a config on the server that limits the number of connectons per
> client that could give this error? Perhaps a connection lingering on
> the server?
>
> Any other hints or pointers?
>
> thanks all,
>
> Matthew
>
>
>
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
>
More information about the rabbitmq-discuss
mailing list