HTTP Status 500 – Internal Server Error


Type Exception Report

Message Unable to compile class for JSP:

Description The server encountered an unexpected condition that prevented it from fulfilling the request.

Exception

org.apache.jasper.JasperException: Unable to compile class for JSP: 

An error occurred at line: [3] in the jsp file: [/aseguradoras/nota-legal.jsp]
legal cannot be resolved to a variable
1: <% 
2: String scope = " ";
3: String page2 = legal;
4: String title = Nota legal;
5: %>
6: 


An error occurred at line: [4] in the jsp file: [/aseguradoras/nota-legal.jsp]
Nota cannot be resolved to a variable
1: <% 
2: String scope = " ";
3: String page2 = legal;
4: String title = Nota legal;
5: %>
6: 
7: 	<%@include file="header.jsp" %>


An error occurred at line: [4] in the jsp file: [/aseguradoras/nota-legal.jsp]
Syntax error on token "legal", delete this token
1: <% 
2: String scope = " ";
3: String page2 = legal;
4: String title = Nota legal;
5: %>
6: 
7: 	<%@include file="header.jsp" %>


Stacktrace:
	org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:103)
	org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:392)
	org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:594)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:400)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:370)
	org.apache.jasper.compiler.Compiler.compile(Compiler.java:354)
	org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:660)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:400)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:339)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
	org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)

Note The full stack trace of the root cause is available in the server logs.


Apache Tomcat/7.0.107