Tomcat JSP issues

N

Nicole.Winfrey

I'm deploying a war file to Tomcat 5.5. The war file contains
precompiled JSPs.
Noted that in the WEB-INF/compiledjsp folder, there is a
generated_web.xml (generated by jspc).
When I go to the JSP after the war file is deployed, I got the
following error, which I never got it before on Tomcat 4.1.24. It used
to work on Tomcat 4.1.24.
Any clues as to the possible causes for this error?? Is it a
configuration issue on Tomcat 5.5 that I haven't set?

org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet index_jsp threw exception
java.lang.NullPointerException
at
org.apache.jasper.runtime.TagHandlerPool.reuse(TagHandlerPool.java:
132)
at index_jsp._jspx_meth_html_link_0(index_jsp.java:270)
at index_jsp._jspService(index_jsp.java:105)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:
803)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:
269)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:
188)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:
213)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:
174)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:
127)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:
117)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:
108)
at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
151)
at
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:
874)
at org.apache.coyote.http11.Http11BaseProtocol
$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:
665)
at
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:
528)
at
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:
81)
at org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool.java:689)
at java.lang.Thread.run(Thread.java:595)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top