Pausing the reader thread helps this situation (in eclipse debug view / call stack / right click on reader thread and pause it).
If someone can explain how to configure the http connection to increase the timeout, that would a bit more work, but would be even better. -Mike > -----Original Message----- > From: Alexey Zavizionov [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 26, 2008 11:55 AM > To: [email protected] > Subject: While debugging - SocketTimeoutException: Read timed out > > Hello, list > > When I use debugger I see timed out exception. > How can I fix it? > > Caused by: java.net.SocketTimeoutException: Read timed out > at java.net.SocketInputStream.socketRead0(Native Method) > at > java.net.SocketInputStream.read(SocketInputStream.java:129) > at > java.io.BufferedInputStream.fill(BufferedInputStream.java:218) > at > java.io.BufferedInputStream.read1(BufferedInputStream.java:256) > at > java.io.BufferedInputStream.read(BufferedInputStream.java:313) > at > sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:659) > at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:604) > at > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLCon > nection.java:961) > at > java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:367 > ) > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleR > esponse(HTTPConduit.java:1937) > at > org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(H > TTPConduit.java:1865) > at > org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:6 > 6) > at > org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:593) > at > org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndi > ngInterceptor.handleMessage(MessageSenderInterceptor.java:62) > > > > > Regards, > Alexey
