<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, &quot;Matthias Radestock&quot; &lt;<a href="matthias@lshift.net">matthias@lshift.net</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Sebastien,<BR>
<BR>
Sebastien Plisson wrote:<BR>
&gt; When my client tries to connect to rabbitmq server this one closes the<BR>
&gt; connection,<BR>
&gt; The rabbit.log says:<BR>
&gt; =INFO REPORT==== 4-Feb-2010::21:53:47 ===<BR>
&gt; starting TCP connection &lt;0.9904.0&gt; from 174.129.177.175:46805<BR>
&gt;<BR>
&gt; =ERROR REPORT==== 4-Feb-2010::21:53:57 ===<BR>
&gt; exception on TCP connection &lt;0.9904.0&gt; from 174.129.177.175:46805<BR>
&gt; {handshake_timeout,frame_header}<BR>
&gt;<BR>
&gt; =INFO REPORT==== 4-Feb-2010::21:53:57 ===<BR>
&gt; closing TCP connection &lt;0.9904.0&gt; from 174.129.177.175:46805<BR>
&gt;<BR>
&gt; I can&#8217;t figure out what&#8217;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>