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 72780 invoked from network); 14 Feb 2001 22:18:55 -0000 Received: from masquerade.micron.com (HELO mail-srv1.micron.com) (137.201.242.130) by h31.sny.collab.net with SMTP; 14 Feb 2001 22:18:55 -0000 Received: from mail-srv1.micron.com (localhost [127.0.0.1]) by mail-srv1.micron.com (8.9.2/8.9.2) with ESMTP id PAA11725 for ; Wed, 14 Feb 2001 15:18:35 -0700 (MST) Received: from ntexchange01.micron.com (ntexchange01.micron.com [137.201.104.84]) by mail-srv1.micron.com (8.9.2/8.9.2) with ESMTP id PAA11712 for ; Wed, 14 Feb 2001 15:18:34 -0700 (MST) Received: by ntexchange01.micron.com with Internet Mail Service (5.5.2653.19) id <191TKCC0>; Wed, 14 Feb 2001 15:18:33 -0700 Message-ID: <0FD82907AECAD21199510001FA7E7AB00D5AEB70@ntexchange04.micron.com> From: cgambee To: "'tomcat-user@jakarta.apache.org'" Subject: java.lang.NoSuchMethodError when serving JSP after initial instal lation Date: Wed, 14 Feb 2001 15:18:33 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N I'm getting this Error when trying to access any JSP's. I just installed Tomcat and have gone through any troubleshooting I know how do to - TOMCAT_HOME, JAVA_HOME, CLASSPATH are all set. Any clues for solving this? java.lang.NoSuchMethodError: javax.servlet.ServletException: method getRootCause()Ljava/lang/Throwable; not found at org.apache.tomcat.context.ExceptionHandler.doService(DefaultCMSetter.java:27 3) at org.apache.tomcat.core.Handler.service(Handler.java:286) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.handleError(Compiled Code) at org.apache.tomcat.core.Handler.service(Handler.java:311) at org.apache.tomcat.core.ServletWrapper.service(ServletWrapper.java:372) at org.apache.tomcat.core.ContextManager.internalService(ContextManager.java:79 7) at org.apache.tomcat.core.ContextManager.service(ContextManager.java:743) at org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(HttpC onnectionHandler.java:210) at org.apache.tomcat.service.TcpWorkerThread.runIt(Compiled Code) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(Compiled Code) at java.lang.Thread.run(Thread.java:479)