[rabbitmq-discuss] Fwd: RabbitMQ error

Matthias Radestock matthias at lshift.net
Mon May 5 15:08:02 BST 2008


Michael,

Michael Arnoldus wrote:
> On May 5, 2008, at 15:38 , Matthias Radestock wrote:
>> Connects/disconnects are recorded in rabbit.log, so with some log 
>> analysis you should be able to get an idea on the current connection 
>> count. Plus of course there's the 'netstat' OS command.
> 
> All I get in the log is
> 
> =WARNING REPORT==== 5-May-2008::15:17:40 ===
> Attempt by client to use invalid ticket 0
> 
> =WARNING REPORT==== 5-May-2008::15:17:40 ===
> Lax ticket check mode: fabricating full ticket number 0

You should see messages like

=INFO REPORT==== 5-May-2008::08:37:48 ===
accepted TCP connection on 0.0.0.0:5672 from 127.0.0.1:53449

=INFO REPORT==== 5-May-2008::08:37:53 ===
closing TCP connection from 127.0.0.1:49606

for the opening and closing of a connection, respectively. In fact I 
know you do - the above are copy&pasted from the log you sent earlier  :)


Matthias




More information about the rabbitmq-discuss mailing list