Hi Gurus! I'm still a newbie to JSPs and Servlets, can you please tell me
what the error below means. I'm currently running NT 4, Apache + Tomcat. I
get the error when I try to access the JSP page. I've defined my servlets in
my web.xml and server.xml. All the other JSPs are running quite good except
for the other one. I think the problem might be with the
org.apache.jasper.JasperException.
Can somebody out there help me? I will really appreciate it.
Thank You
Error: 500
Location: /LeaveForm/BusUnManRep.jsp
Internal Servlet Error:
org.apache.jasper.JasperException: Unable to compile class for JSP
        void
org.apache.jasper.servlet.JspServlet.service(javax.servlet.http.HttpServletR
equest, javax.servlet.http.HttpServletResponse)
        void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
        void
org.apache.tomcat.core.ServletWrapper.doService(org.apache.tomcat.core.Reque
st, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.Handler.service(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ServletWrapper.service(org.apache.tomcat.core.Request
, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ContextManager.internalService(org.apache.tomcat.core
.Request, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request
, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(org.apache.tomcat.service.TcpConnection, java.lang.Object[])
        void
org.apache.tomcat.service.TcpWorkerThread.runIt(java.lang.Object[])
        void org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
        void java.lang.Thread.run()
Root cause:
java.lang.NullPointerException
        void
org.apache.jasper.servlet.JspServlet.service(javax.servlet.http.HttpServletR
equest, javax.servlet.http.HttpServletResponse)
        void
javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
        void
org.apache.tomcat.core.ServletWrapper.doService(org.apache.tomcat.core.Reque
st, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.Handler.service(org.apache.tomcat.core.Request,
org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ServletWrapper.service(org.apache.tomcat.core.Request
, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ContextManager.internalService(org.apache.tomcat.core
.Request, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request
, org.apache.tomcat.core.Response)
        void
org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection
(org.apache.tomcat.service.TcpConnection, java.lang.Object[])
        void
org.apache.tomcat.service.TcpWorkerThread.runIt(java.lang.Object[])
        void org.apache.tomcat.util.ThreadPool$ControlRunnable.run()
        void java.lang.Thread.run()

===========================================================================
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

Reply via email to