The cause of this error is hard to tell, but it is some kind of an error in your JSP. Looks like the page you want to access does not exist - maybe there is a case sensitivity problem ? Also, it would help if you turn off your JIT (or install Hotspot, which I would recommend), so that the stack traces have more accurate information. Petr > -----Original Message----- > From: Kim [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, November 21, 2000 10:41 AM > To: [EMAIL PROTECTED] > Subject: Jasper error!!!! (Distress call) > > > Any idea what caused this error? > > Error: 500 > Location: /webmail/reply.jsp > Internal Servlet Error: > null > nullorg.apache.jasper.JasperException: Unable to compile > class for JSPnull > at > org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:4 > 25)null at > org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfN > ecessary(JspSe > rvlet.java:149)null at > org.apache.jasper.runtime.JspServlet$JspServletWrapper.service > (JspServlet.ja > va:161)null at > org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet > .java:261)null > at > org.apache.jasper.runtime.JspServlet.service(JspServlet.java:3 > 69)null at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)null at > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWra > pper.java:503) > null at > org.apache.tomcat.core.ContextManager.service(ContextManager.j > ava:559)null > at > org.apache.tomcat.service.http.HttpConnectionHandler.processCo > nnection(HttpC > onnectionHandler.java:160)null at > org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEnd > point.java:338 > )null at java.lang.Thread.run(Unknown Source)null > nullRoot cause:null > nulljava.lang.NullPointerExceptionnull at > java.io.Win32FileSystem.normalize(Unknown Source)null at > java.io.Win32FileSystem.getUserPath(Unknown Source)null at > java.io.Win32FileSystem.resolve(Unknown Source)null at > java.io.File.getAbsolutePath(Unknown Source)null at > org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:1 > 50)null at > org.apache.jasper.compiler.JspReader.pushFile(JspReader.java:1 > 25)null at > org.apache.jasper.compiler.JspReader.(JspReader.java:219)null at > org.apache.jasper.compiler.JspReader.createJspReader(JspReader > .java:225)null > at > org.apache.jasper.compiler.Compiler.compile(Compiler.java:155)null at > org.apache.jasper.runtime.JspServlet.loadJSP(JspServlet.java:4 > 13)null at > org.apache.jasper.runtime.JspServlet$JspServletWrapper.loadIfN > ecessary(JspSe > rvlet.java:149)null at > org.apache.jasper.runtime.JspServlet$JspServletWrapper.service > (JspServlet.ja > va:161)null at > org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet > .java:261)null > at > org.apache.jasper.runtime.JspServlet.service(JspServlet.java:3 > 69)null at > javax.servlet.http.HttpServlet.service(HttpServlet.java:853)null at > org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWra > pper.java:503) > null at > org.apache.tomcat.core.ContextManager.service(ContextManager.j > ava:559)null > at > org.apache.tomcat.service.http.HttpConnectionHandler.processCo > nnection(HttpC > onnectionHandler.java:160)null at > org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEnd > point.java:338 > )null at java.lang.Thread.run(Unknown Source)null > null > > ============================================================== > ============= > To unsubscribe: mailto [EMAIL PROTECTED] with body: > "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set > JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.html > http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP > http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
