[rabbitmq-discuss] Connection problems with Rabbitmq 1.4.0

Maarten Engelen maarten at iridia.nl
Thu Nov 27 14:10:18 GMT 2008


Hi Matthias,

2008/11/27 Matthias Radestock <matthias at lshift.net>:
>> The following output came back from the Tracer:
>>
>> com.rabbitmq.tools.Tracer.WITHHOLD_INBOUND_HEARTBEATS = false
>> com.rabbitmq.tools.Tracer.WITHHOLD_OUTBOUND_HEARTBEATS = false
>> com.rabbitmq.tools.Tracer.NO_ASSEMBLE_FRAMES = false
>> com.rabbitmq.tools.Tracer.NO_DECODE_FRAMES = false
>> java.io.EOFException
>>        at
>> java.io.DataInputStream.readUnsignedByte(DataInputStream.java:264)
>>        at com.rabbitmq.client.impl.Frame.readFrom(Frame.java:111)
>>        at
>> com.rabbitmq.tools.Tracer$DirectionHandler.readFrame(Tracer.java:167)
>>        at
>> com.rabbitmq.tools.Tracer$DirectionHandler.doFrame(Tracer.java:198)
>>        at com.rabbitmq.tools.Tracer$DirectionHandler.run(Tracer.java:231)
>>        at java.lang.Thread.run(Thread.java:613)
>
> Looks like tracing at the AMQP level isn't getting us anywhere :(
>
> So let's try tracing at the network level. You will need to have tcpdump
> installed and be able to get root privileges. Run
>  sudo /usr/sbin/tcpdump -i lo dst port 5672 -w trace.pcap
> then run TestMain and send me the resulting trace.pcap.

I have attached the zipped trace.pcap. It contains a single run of TestMain.

Maarten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trace.pcap.zip
Type: application/zip
Size: 445 bytes
Desc: not available
Url : http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20081127/44b465f3/attachment.zip 


More information about the rabbitmq-discuss mailing list