HttpClient 2.0: Null pointer exception

2004-07-28 Thread COURTAULT Francois
Hello, We have a multi threaded Java program which send HTTP POST to a server. Sometimes we got this stack trace: java.lang.NullPointerException GCSM1Container at org.apache.commons.httpclient.HttpParser.readRawLine(HttpParser.java:109) GCSM1Container at org.apache.commons.httpclient.HttpPar

RE: HttpClient 2.0: Null pointer exception

2004-07-29 Thread COURTAULT Francois
HttpClient or have there been any changes made to MultiThreadedHttpConnectionManager or HttpConnection? Also please post a wire/debug log <http://jakarta.apache.org/commons/httpclient/logging.html> of a session where this problem occurs. Thanks, Mike On Jul 28, 2004, at 1:24 PM, COU