type Informe de Excepción mensaje descripción El servidor encontró un error interno () que hizo que no pudiera rellenar este requerimiento. excepción org.apache.jasper.JasperException: No se puede compilar la clase para JSP: Ha tenido lugar un error en la línea: 8 en el archivo jsp: /WEB-INF/jsp/v2/valoresDatosGenerales.jsp Syntax error, insert ";" to complete LocalVariableDeclarationStatement 5: String rutaNoticias = "/mnt/filer/html/produccion/DATOS/uedit/expansion/data/valores/"; 6: rutaNoticias = (valor.getCodigo().substring(1,2).equals(".")) ? rutaNoticias + valor.getCodigo().substring(0,1) : rutaNoticias + valor.getCodigo().substring(0,2); 7: String includeNoticias = rutaNoticias + "/" + valor.getCodigo().substring(2) + ".html"; 8: String includeNoticiasDestacadas = rutaNoticias + "/" + valor.getCodigo().substring(2) + "_1.html" 9: if (valor.isDivisa()) { 10: includeNoticiasDestacadas = rutaNoticias + "/" + valor.getCodigo().substring(0,2) + "/" + valor.getCodigo().substring(2) + "_1.html"; 11: } Ha tenido lugar un error en la línea: 9 en el archivo jsp: /WEB-INF/jsp/v2/valoresDatosGenerales.jsp The method isDivisa() is undefined for the type Valor 6: rutaNoticias = (valor.getCodigo().substring(1,2).equals(".")) ? rutaNoticias + valor.getCodigo().substring(0,1) : rutaNoticias + valor.getCodigo().substring(0,2); 7: String includeNoticias = rutaNoticias + "/" + valor.getCodigo().substring(2) + ".html"; 8: String includeNoticiasDestacadas = rutaNoticias + "/" + valor.getCodigo().substring(2) + "_1.html" 9: if (valor.isDivisa()) { 10: includeNoticiasDestacadas = rutaNoticias + "/" + valor.getCodigo().substring(0,2) + "/" + valor.getCodigo().substring(2) + "_1.html"; 11: } 12: %> Ha tenido lugar un error en la línea: 125 en el archivo jsp: /WEB-INF/jsp/v2/valoresDatosGenerales.jsp The method isDivisa() is undefined for the type Valor 122:
  • 12M
  • 123:
  • 2A
  • 124:
  • 125: <% if (!valor.isDivisa()) { %> 126:
    127: 128: Stacktrace: org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:92) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:330) org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:415) org.apache.jasper.compiler.Compiler.compile(Compiler.java:308) org.apache.jasper.compiler.Compiler.compile(Compiler.java:286) org.apache.jasper.compiler.Compiler.compile(Compiler.java:273) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:316) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:336) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:112) org.springframework.web.servlet.view.AbstractView.render(AbstractView.java:249) org.springframework.web.servlet.DispatcherServlet.render(DispatcherServlet.java:1063) org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:827) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:736) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:396) org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:350) javax.servlet.http.HttpServlet.service(HttpServlet.java:690) javax.servlet.http.HttpServlet.service(HttpServlet.java:803) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96) nota La traza completa de la causa de este error se encuentra en los archivos de diario de JBossWeb/2.0.1.GA.