<HTML>
<HEAD>
<TITLE>Re: [rabbitmq-discuss] Connection issue</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi,<BR>
<BR>
It was indeed a client problem, a properties file not deployed.<BR>
<BR>
Problem solved.<BR>
<BR>
Sebastien<BR>
<BR>
<BR>
On 2/6/10 11:56 AM, "Matthias Radestock" <<a href="matthias@lshift.net">matthias@lshift.net</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Sebastien,<BR>
<BR>
Sebastien Plisson wrote:<BR>
> When my client tries to connect to rabbitmq server this one closes the<BR>
> connection,<BR>
> The rabbit.log says:<BR>
> =INFO REPORT==== 4-Feb-2010::21:53:47 ===<BR>
> starting TCP connection <0.9904.0> from 174.129.177.175:46805<BR>
><BR>
> =ERROR REPORT==== 4-Feb-2010::21:53:57 ===<BR>
> exception on TCP connection <0.9904.0> from 174.129.177.175:46805<BR>
> {handshake_timeout,frame_header}<BR>
><BR>
> =INFO REPORT==== 4-Feb-2010::21:53:57 ===<BR>
> closing TCP connection <0.9904.0> from 174.129.177.175:46805<BR>
><BR>
> I can’t figure out what’s wrong with my setup.<BR>
<BR>
The most likely explanation for the above log trace is that the client<BR>
is establishing a tcp connection to the server but is then not sending<BR>
the required AMQP protocol header. So eventually (after 10 seconds) the<BR>
server closes the connection.<BR>
<BR>
What client are you using?<BR>
<BR>
You may want to use a tool like wireshark to sniff the traffic.<BR>
<BR>
<BR>
Matthias.<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>