RE: HttpRecoverableException

2004-08-25 Thread Labajo, Dennis
Hi Oleg, Thank you for the info. I'll try this one out and will let you know. Thanks a bunch. Dennis -Original Message- From: Oleg Kalnichevski [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 8:47 AM To: Commons HttpClient Project Subject: RE: HttpRecoverableException

RE: HttpRecoverableException

2004-08-25 Thread Oleg Kalnichevski
also are on dialup > but different ISP but works just fine. Operating system is Windows is 98. > > > Any help is greatly appreciated. > > Thanks. > > Dennis > > > > > > -Original Message- > From: Ortwin GlÃck [mailto:[EMAIL PROTECTED] > Sent: F

RE: HttpRecoverableException

2004-08-20 Thread Labajo, Dennis
P but works just fine. Operating system is Windows is 98. Any help is greatly appreciated. Thanks. Dennis -Original Message- From: Ortwin Glück [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 1:52 AM To: Commons HttpClient Project Subject: Re: HttpRecoverableException

Re: HttpRecoverableException

2004-08-19 Thread Ortwin Glück
Dennis, The question is, why does the method need to be retried in the first place. You should avoid having to retry expensive methods like POST and PUT normally. Furthermore a lot of questinos arise here: * Which version of HttpClient are you using? * Is it an authentication problem? (would ex

Re: HttpRecoverableException: failed to attemt retry

2004-07-28 Thread d . madama
> Daniele, > > It's hard to say why the HttpRecoverableException is thrown repeatedly. > I'd be able to say more if you produced a wire/debug log of the session > that exhibits the problem > > Please see HttpClient logging guide for details as to how wire/debug > logging can be activated > > http:

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: HttpRecoverableException when using httpClient only in certai n situation

2004-05-05 Thread Michael Becke
pache.commons.logging.simplelog.defaultlog", "debug"); -Original Message----- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 9:16 PM To: Commons HttpClient Project Subject: Re: HttpRecoverableException when using httpClient only in certain si

RE: HttpRecoverableException when using httpClient only in certai n situation

2004-05-05 Thread Jing Chen
System.setProperty("org.apache.commons.logging.simplelog.defaultlog", "debug"); -Original Message----- From: Michael Becke [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 9:16 PM To: Commons HttpClient Project Subject: Re: HttpRecoverableException when using httpClient o

Re: HttpRecoverableException when using httpClient only in certain si tuation

2004-05-04 Thread Michael Becke
Hi Jing, Are you using one instance of HttpClient from multiple threads? If so, makes sure you have a look at . If the problems continue please post some sample code and a wire log

Re: HttpRecoverableException

2003-10-31 Thread [EMAIL PROTECTED]
Oleg Kalnichevski wrote: IOTimeoutException usually is a wrapper for java.io.InterruptedIOException. I guess the name does not adequately reflect the nature of this exception. I forgot to tell you my opinion about this: the name itself was clear to me, I expected it to be thrown instead of an Int

Re: HttpRecoverableException

2003-10-31 Thread [EMAIL PROTECTED]
Hi, I am running a multithreaded application in which each thread executes PostMethod in sequence. This is the relevant part of httpclient classes, in which Checker273 gets java.net.SocketTimeoutException and Checker34 gets org.apache.commons.httpclient.HttpConnection$ConnectionTimeoutException:

Re: HttpRecoverableException

2003-10-30 Thread Oleg Kalnichevski
Fabio, HttpConnection.ConnectionTimeoutException should have been replaced with ConnectTimeoutException. It's my oversight, for which I'll provide a fix. IOTimeoutException usually is a wrapper for java.io.InterruptedIOException. I guess the name does not adequately reflect the nature of this excep

Re: HttpRecoverableException: Error in parsing the status line...

2003-02-04 Thread Loren Siebert
Thanks! I've put a retry loop around the whole thing and it handles the timeout properly now. Cheers, Loren - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: HttpRecoverableException: Error in parsing the status line...

2003-02-04 Thread Adrian Sutton
Hi Loren, >I occasionally get this exception while trying to readResponse() from a >HttpMethodBase and am trying to learn more about why it happens, and what I >should do about it. I am using 2.0-a2. I have searched bugzilla and found >this bug [ http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1