Re: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException

2004-09-30 Thread paul
gao, u need to put this jar into the classpath : commons-codec-1.2.jar - Original Message - From: "gao maosen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 30, 2004 6:53 PM Subject: java.lang.NoClassDefFoundError: org/apache/commons/codec/DecoderException > when

Re: [VOTE] 3.0 alpha 2 release

2004-09-16 Thread paul
+1 - Original Message - From: "Mailing Lists" <[EMAIL PROTECTED]> To: "'Commons HttpClient Project'" <[EMAIL PROTECTED]> Sent: Friday, September 17, 2004 12:47 PM Subject: RE: [VOTE] 3.0 alpha 2 release > +1 > > > -Original Message- > > From: Michael Becke [mailto:[EMAIL PROTECTE

Re: HttpClient problems

2004-05-28 Thread paul
ecify the same encoding as in the Content-Type header. paul wrote: Ortwin, It seems from the wire logs I gathered, that's the normal behaviour. I am creating a new HttpMethod object for every send. Only when I receive the response, then releaseConnection was called

Re: HttpClient problems

2004-05-27 Thread paul
onManager setMaxConnectionsPerHost = "+MAXHOSTCONNECTIONS); connMgr.setConnectionStaleCheckingEnabled( true ); MQClientConstants.toConsole("MultiThreadedHttpConnectionManager setConnectionStaleCheckingEnabled = "+true); httpClient = new HttpClient

RE: HttpClient problems

2004-05-27 Thread Paul Wee Tian Jou
00 Subject: RE: HttpClient problems > Paul, > > The problem is obviously caused by the server's dropping connection > right after HttpClient is done sending the request. If you have access > to the target server, check the server logs to find out what prompted > the serve

Re: HttpClient problems

2004-05-27 Thread Paul Wee Tian Jou
; Date: Thu, 27 May 2004 08:50:18 -0400 Subject: Re: HttpClient problems > Hi Paul, > > Two quick questions. > > - Have you set > MultiThreadedHttpConnectionManager.setConnectionStaleCheckingEnabled() > to false? If so this could be causing the problem. > >

Re: HttpClient problems

2004-05-27 Thread paul
at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1093) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:675) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529) ===

HttpClient problems

2004-05-27 Thread paul
currently using it on a production system. Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Logging issue

2004-04-07 Thread paul
Ortwin, We are running jdk 1.4 on both machines. Yes, I will try your System properties method and see the results. Thanks. Paul Ortwin Glück wrote: paul wrote: Michael, Both classpaths are the same and both don't have log4j. The jars are commons-httpclient-2.0.jar &

Re: Logging issue

2004-04-06 Thread paul
Michael, Both classpaths are the same and both don't have log4j. The jars are commons-httpclient-2.0.jar & commons-logging.jar . But when compiling, it have log4j before commons-logging.jar, does it matter? Paul Michael Becke wrote: Hi Paul, Most likely this other machine has

Logging issue

2004-04-06 Thread paul
chine, I deployed the same application and the logs weren't printed out. Can anybody help? Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Encountering problems with httpclient

2004-03-31 Thread paul
Michael, I am using the latest version. I have found the solution : use MultiThreadedHttpConnectionManager. Before that I was using the default Simple. Paul Michael Becke wrote: Hi Paul, Sounds like you are using an older version of HttpClient. I suggest upgrading to 2.0. Mike

Encountering problems with httpclient

2004-03-30 Thread paul
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:675) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:529) = Pls help. Thanks Paul - To unsubscribe, e-

Re: Post Method

2003-06-10 Thread Paul Philion
the encoding myself when adding the name/values. Paul Philion [EMAIL PROTECTED] - Original Message - From: "Michael Becke" <[EMAIL PROTECTED]> To: "Commons HttpClient Project" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 10:29 PM Subject: Re: Post Me