Re: HttpRecoverableException: failed to attemt retry

2004-07-09 Thread Michael Becke
Hi Daniele, I am not familiar with slide and cannot say if it is compatible with HttpClient 2.0. You might want to check with the slide folks. Assuming that HttpClient 2.0 works with slide, we will be better able to help if you post the exception message that you are seeing. Mike Daniele Mada

Re: FW: Exception: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated

2004-07-09 Thread Oleg Kalnichevski
Salman, Well, it's kind of not easy to add to what's already been said by the error message: entity enclosing methods (such as PUT & POST) cannot be repeated if the content of the request body is not buffered. In other words, if the request body is being streamed out (that is, read directly from a

Re: Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread Oleg Kalnichevski
David, What is the exact version of JRE you are using? Early releases of Sun's Java 1.4.0.x and 1.4.1.x were SO buggy that it is not even worth the trouble looking onto the problem unless you can confirm the problem is reproducible with Java 1.4.2.2 or above Oleg On Fri, 2004-07-09 at 19:37, Dav

DO NOT REPLY [Bug 30009] - No HTTP response leads to no return from HttpParser.readRawLine()

2004-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread Eric Johnson
Make sure you are using the MultiThreadedConnectionManager, and that you call releaseConnection after each request. It strikes me that you could be getting into a situation where the server thinks it is doing HTTP pipelining, which HttpClient doesn't actually support, particularly if you are n

DO NOT REPLY [Bug 30009] - No HTTP response leads to no return from HttpParser.readRawLine()

2004-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 30009] New: - No HTTP response leads to no return from HttpParser.readRawLine()

2004-07-09 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Bytes written over the 'wire' are dropped on the floor?

2004-07-09 Thread David Tonhofer, m-plify S.A.
Hello, I have spent the past few hours tracking down a problem that seems to occur if you push bytes too quickly over a socket. As it happened with HTTPClient, I though I might ask here. Maybe somebody has already heard about it and can tell me whether there is a simple trick I don't know about. Fi

HttpRecoverableException: failed to attemt retry

2004-07-09 Thread Daniele Madama
Hi, I'm writing a webapplication that use slide-webdavclient, I put also http-client 2.0 in the classpath, but I got some HttpRecoverableException when execute put, proppatch or propfind method. I follow http-client tutorial and I implement retry with 3 attempts; unfortunately this isn't my solu

FW: Exception: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not be repeated

2004-07-09 Thread Salman, Cemal (cundus AG)
Hello, can anyone help me?? -Original Message- From: Salman, Cemal (cundus AG) Sent: Fri 7/9/2004 13:02 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject:FW: Exception: org.apache.commons.httpclient.ProtocolException: Unbuffered entity enclosing request can not b