hi all,

i have a pb with socket established by httpclient.
they fall down after 10 seconds !

PostMethod post = new PostMethod("http://.....";);
post.getParams().setSoTimeout(new Integer(150000));

2007-12-04 17:40:38,780 main TRACE methods.EntityEnclosingMethod - enter EntityEnclosingMethod.hasRequestContent() 2007-12-04 17:40:38,780 main TRACE httpclient.HttpConnection - enter HttpConnection.getRequestOutputStream() 2007-12-04 *17:40:48*,807 main DEBUG httpclient.HttpMethodDirector - Closing the connection. 2007-12-04 17:40:48,807 main TRACE httpclient.HttpConnection - enter HttpConnection.close() 2007-12-04 17:40:48,807 main TRACE httpclient.HttpConnection - enter HttpConnection.closeSockedAndStreams() 2007-12-04 17:40:48,808 main DEBUG transformer.WFSProxyHttpClient - HttpMethodRetryHandler Exception : Broken pipe


10 second after the first write on the socket, it fall down.


any idea ???

The server needs more than 10 seconds to process the service...I know it's too long...
thanks

--
Sébastien Geindre
DPREVI/AERO/DEV
sebastien.geindre __at__ meteo.fr


Reply via email to