Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 38167 invoked from network); 3 Oct 2000 13:52:15 -0000 Received: from unknown (HELO janus.neoworks.co.uk) (root@195.224.239.78) by locus.apache.org with SMTP; 3 Oct 2000 13:52:15 -0000 Received: from titan.neoworks.co.uk (titan.neoworks.co.uk [195.224.239.102]) by janus.neoworks.co.uk (8.8.7/8.8.7) with ESMTP id PAA22688 for ; Tue, 3 Oct 2000 15:54:41 +0100 Received: by titan.neoworks.co.uk with Internet Mail Service (5.5.2650.21) id <4FQAAGFF>; Tue, 3 Oct 2000 14:52:02 +0100 Message-ID: <487B2B5FD092D411977400D0B73EB0A2012B58@titan.neoworks.co.uk> From: Stuart Farnan To: "'tomcat-user@jakarta.apache.org'" Subject: NullPointerException Date: Tue, 3 Oct 2000 14:52:01 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hi, I am using Tomcat version 3.1 and Apache v1.3.12. I am using mod_jserv to communicate between the two, however when I try to run a jsp page I get the following error on the tomcat window. HANDLER THREAD PROBLEM: java.lang.NullPointerException java.lang.NullPointerException at org.apache.tomcat.core.ContextManager.handleError(ContextManager.java:644) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:566) at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection Ajp12ConnectionHandler.java:156) at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java:338 ) at java.lang.Thread.run(Thread.java:484) I have set up the tomcat-apache.conf file to load the appropriate things, and have let apache know what requests to forward to Tomcat. I guess this is working as Tomcat gets the final requests and then it breaks as above. I have also set the server.xml file in the tomcat distribution to know about the same project as I have set up in the tomcat-apache.conf file, so I am unsure of anything I have done wrong. I am wondering if anyone has seen this error before, or if I am doing something wrong. Thanks in advance, Stuart