Probably you have some DB jars in different places, but accessible by tomat and jdk in same time. If you can send the sourse of that JSP... it will help better, to understant it. - John. -----Original Message----- From: cgambee [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 2:19 PM To: '[EMAIL PROTECTED]' Subject: java.lang.NoSuchMethodError when serving JSP after initial instal lation 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) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] NOTICE: This communication may contain confidential or other privileged information. If you are not the intended recipient, or believe that you have received this communication in error, please do not print, copy, retransmit, disseminate, or otherwise use the information. Also, please indicate to the sender that you have received this email in error, and delete the copy you received. Any communication that does not relate to official Columbia business is that of the sender and is neither given nor endorsed by Columbia. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
