Re: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-30 Thread Janeve George
Konstantin / Chris, In reply to Chris' question, the server is deployed as a service layer that exposes web services. Only SOAP requests are processed in the server. There are also few JSP files which are used by Nagios to monitor these servers. After having a look at the bug description that

Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-29 Thread Janeve George
Hi, We are frequently getting following exception while running the tomcat server. Exception in thread HttpProcessor[8080][7] java.lang.NullPointerException at org.apache.catalina.connector.http.HttpResponseStream.checkHead(HttpResponseStream.java:253) at

RE: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-29 Thread Caldarale, Charles R
From: Janeve George [mailto:[EMAIL PROTECTED] Subject: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException We are having no clue of why this exception is being frequently thrown. Don't suppose you'd care to supply some useful information: 1) Tomcat version 2) JRE

Re: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-29 Thread Janeve George
in thread HttpProcessor[8080][2] java.lang.NullPointerException We are having no clue of why this exception is being frequently thrown. Don't suppose you'd care to supply some useful information: 1) Tomcat version 2) JRE/JDK version and vendor 3) platform of interest Blindly posting

Re: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Janeve, Also, is it possible to sniff the HTTP request that is causing this exception? I'm wondering if you're dealing with a client that is sending a broken HTTP request. - -chris -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.7 (MingW32)

Re: Exception in thread HttpProcessor[8080][2] java.lang.NullPointerException

2007-10-29 Thread Konstantin Kolinko
1. Tomcat 4.0.3 is pretty old and unsupported. The last version in the 4.x series is 4.1.36. 2. Trying to google checkHead site:mail-archives.apache.org shows some mentions of similar issues in the year 2002, e.g. (note: The bugzilla server name has changed, but bug ids are the same)