This is not a known issue with HttpClient and I'm surprised that running on a different JVM makes a difference since the rules for when you get a current thread not owner exception haven't changed to my knowledge.
Could you please take a look at http://jakarta.apache.org/commons/httpclient/logging.html and produce a log with trace and wire trace enabled so that we can track down the problem. It is also very worthwhile to read http://jakarta.apache.org/commons/httpclient/troubleshooting.html for tips on tracking down problems with HttpClient. A simple test case showing the problem would also be very useful. When reporting exceptions with any java product it is vital to include the full stack trace that was included with the exception so we know where to start to look. In HttpClient's case the extra trace log will help as well. Regards, Adrian Sutton, Software Engineer Ephox Corporation www.ephox.com -----Original Message----- From: Robert McIntosh [mailto:[EMAIL PROTECTED] Sent: Saturday, 31 May 2003 12:08 AM To: [EMAIL PROTECTED] Subject: [httpclient] jdk1.2 I'm using httpclient from a JSP and I get an IllegalStateMonitorException saying that the "current thread not owner". This is under tomcat 3.2.1 and jdk1.2.2. I don't have this problem when running under 1.3+, but our production box only has 1.2.2. Any known workarounds? Thanks, Robert --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
