[rabbitmq-discuss] Connection issue

Sebastien Plisson splisson at veodia.com
Mon Feb 8 19:33:05 GMT 2010


Hi,

It was indeed a client problem, a properties file not deployed.

Problem solved.

Sebastien


On 2/6/10 11:56 AM, "Matthias Radestock" <matthias at lshift.net> wrote:

Sebastien,

Sebastien Plisson wrote:
> When my client tries to connect to rabbitmq server this one closes the
> connection,
> The rabbit.log says:
> =INFO REPORT==== 4-Feb-2010::21:53:47 ===
> starting TCP connection <0.9904.0> from 174.129.177.175:46805
>
> =ERROR REPORT==== 4-Feb-2010::21:53:57 ===
> exception on TCP connection <0.9904.0> from 174.129.177.175:46805
> {handshake_timeout,frame_header}
>
> =INFO REPORT==== 4-Feb-2010::21:53:57 ===
> closing TCP connection <0.9904.0> from 174.129.177.175:46805
>
> I can't figure out what's wrong with my setup.

The most likely explanation for the above log trace is that the client
is establishing a tcp connection to the server but is then not sending
the required AMQP protocol header. So eventually (after 10 seconds) the
server closes the connection.

What client are you using?

You may want to use a tool like wireshark to sniff the traffic.


Matthias.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20100208/fd58b67c/attachment.htm 


More information about the rabbitmq-discuss mailing list