[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Regarding JSP Compilation in JBoss 4.0.5.GA
sharanhere
do-not-reply at jboss.com
Tue Mar 4 14:30:14 EST 2008
We are seeing below exception in our production logs: Not sure why the container is trying to recompile the JSP's?
appreciate your feedback.
2008-02-12 18:20:17,114 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/].[jsp]] Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: Unable to compile class for JSP
Generated servlet error:
Duplicate field form1_jsp._jspx_fnmap_0
Generated servlet error:
Duplicate field form1_jsp._jspx_fnmap_0
Generated servlet error:
_jspx_fnmap_0 cannot be resolved
Generated servlet error:
_jspx_fnmap_0 cannot be resolved
An error occurred at line: 43 in the jsp file: /WEB-INF/presentations/7014/jsp/form1.jsp
Generated servlet error:
_jspx_fnmap_0 cannot be resolved
An error occurred at line: 52 in the jsp file: /WEB-INF/presentations/7014/jsp/form1.jsp
Generated servlet error:
_jspx_fnmap_0 cannot be resolved
An error occurred at line: 59 in the jsp file: /WEB-INF/presentations/7014/jsp/form1.jsp
Generated servlet error:
_jspx_fnmap_0 cannot be resolved
at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:328)
at org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:414)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:297)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:276)
at org.apache.jasper.compiler.Compiler.compile(Compiler.java:264)
at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:563)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:305)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134036#4134036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134036
More information about the jboss-user
mailing list