ox-it / ords

Automatically exported from code.google.com/p/ords
0 stars 0 forks source link

Stack trace error when trying to access database pages in Dev #728

Closed jajwilson closed 8 years ago

jajwilson commented 8 years ago

Since this morning I seem to be unable to get to any database pages in Dev - I click on a database name in a project page and get the following error. My Sherlock-like skills of deduction suggest it may be related to the billing component again...

HTTP Status 500 - Unable to compile class for JSP: An error occurred at line: 94 in the jsp file: /database.jsp Project.showBilling cannot be resolved 91: <%= lang.getString("creationdate") %><%=StringEscapeUtils.escapeHtml4(database.getCreationDate())%> 92: <%= lang.getString("datasources") %><%=StringEscapeUtils.escapeHtml4(database.getDataSources())%> 93: <%= lang.getString("datagathering") %><%=StringEscapeUtils.escapeHtml4(database.getDataGatheringProcess())%> 94: <% if (Project.showBilling) { %> 95: <%= lang.getString("datainterfacename") %><%=StringEscapeUtils.escapeHtml4(database.getDataInterfaceName())%> 96: <% } %> 97: Stacktrace:

type Exception report

message Unable to compile class for JSP: An error occurred at line: 94 in the jsp file: /database.jsp Project.showBilling cannot be resolved 91: <%= lang.getString("creationdate") %><%=StringEscapeUtils.escapeHtml4(database.getCreationDate())%> 92: <%= lang.getString("datasources") %><%=StringEscapeUtils.escapeHtml4(database.getDataSources())%> 93: <%= lang.getString("datagathering") %><%=StringEscapeUtils.escapeHtml4(database.getDataGatheringProcess())%> 94: <% if (Project.showBilling) { %> 95: <%= lang.getString("datainterfacename") %><%=StringEscapeUtils.escapeHtml4(database.getDataInterfaceName())%> 96: <% } %> 97: Stacktrace:

description The server encountered an internal error (Unable to compile class for JSP: An error occurred at line: 94 in the jsp file: /database.jsp Project.showBilling cannot be resolved 91: <%= lang.getString("creationdate") %><%=StringEscapeUtils.escapeHtml4(database.getCreationDate())%> 92: <%= lang.getString("datasources") %><%=StringEscapeUtils.escapeHtml4(database.getDataSources())%> 93: <%= lang.getString("datagathering") %><%=StringEscapeUtils.escapeHtml4(database.getDataGatheringProcess())%> 94: <% if (Project.showBilling) { %> 95: <%= lang.getString("datainterfacename") %><%=StringEscapeUtils.escapeHtml4(database.getDataInterfaceName())%> 96: <% } %> 97: Stacktrace:) that prevented it from fulfilling this request.

exception

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

An error occurred at line: 94 in the jsp file: /database.jsp Project.showBilling cannot be resolved 91: <%= lang.getString("creationdate") %><%=StringEscapeUtils.escapeHtml4(database.getCreationDate())%> 92: <%= lang.getString("datasources") %><%=StringEscapeUtils.escapeHtml4(database.getDataSources())%> 93: <%= lang.getString("datagathering") %><%=StringEscapeUtils.escapeHtml4(database.getDataGatheringProcess())%> 94: <% if (Project.showBilling) { %> 95: <%= lang.getString("datainterfacename") %><%=StringEscapeUtils.escapeHtml4(database.getDataInterfaceName())%> 96: <% } %> 97:

Stacktrace: org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:102) org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:331) org.apache.jasper.compiler.JDTCompiler.generateClass(JDTCompiler.java:469) org.apache.jasper.compiler.Compiler.compile(Compiler.java:378) org.apache.jasper.compiler.Compiler.compile(Compiler.java:353) org.apache.jasper.compiler.Compiler.compile(Compiler.java:340) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:722) note The full stack trace of the root cause is available in the Apache Tomcat/7.0.28 logs.

scottbw commented 8 years ago

Another issue caused by the tendrils of Billing reaching into odd places. I've removed the reference and retested locally - should be fixed now.