Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 72481 invoked by uid 500); 30 Aug 2002 17:56:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 72462 invoked from network); 30 Aug 2002 17:56:49 -0000 Received: from jack.jackinthebox.com (HELO notes3.intfmi.com) (199.170.70.209) by daedalus.apache.org with SMTP; 30 Aug 2002 17:56:49 -0000 To: users@httpd.apache.org X-Mailer: Lotus Notes Release 5.0.10 March 22, 2002 Message-ID: From: "Arturo Koosau" Date: Fri, 30 Aug 2002 10:56:51 -0700 X-MIMETrack: Serialize by Router on Notes3/SRV/FMI(Release 5.0.8 |June 18, 2001) at 08/30/2002 10:56:52 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Error: 500 Hello, I am using Apache 1.3.14 and Tomcat as a Servlet Server and I am getting the following error: Error: 500 Location: /servlet/What Internal Servlet Error: java.lang.NoClassDefFoundError: org/apache/xerces/dom/NamedNodeMapImpl at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at What.printVer(What.java:88) at What.doGet(What.java:47) at javax.servlet.http.HttpServlet.service(HttpServlet.java) at javax.servlet.http.HttpServlet.service(HttpServlet.java) at org.apache.tomcat.facade.ServletHandler.doService(ServletHandler.java:574) at org.apache.tomcat.core.Handler.invoke(Handler.java:322) at org.apache.tomcat.core.Handler.service(Handler.java:235) at org.apache.tomcat.facade.ServletHandler.service(ServletHandler.java:485) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:917) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:833) at org.apache.tomcat.modules.server.Ajp13Interceptor.processConnection(Ajp13Interceptor.java:341) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:494) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:516) at java.lang.Thread.run(Unknown Source) I am a newbie with this web server stuff, so any direction as to how to troubleshoot this problem is very much appreciated. The error_log file does not have any entries, but the access_log file has the following: 10.100.138.65 - - [30/Aug/2002:10:48:48 -0700] "GET /servlet/What HTTP/1.1" 401 483 10.100.138.65 - koosau [30/Aug/2002:10:48:53 -0700] "GET /servlet/What HTTP/1.1" 500 1254 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org