type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 8 in the jsp file: /include/openConnections.inc
connectionHandlers.Promotion cannot be resolved to a type
5: {
6: {
7: for (int index = 0; index < connectionCount; index++)
8: connections[index] = connectionHandlers.Promotion.getConnection();
9: }
10: %>
An error occurred at line: 17 in the jsp file: /include/closeConnections.inc
connectionHandlers.Promotion cannot be resolved to a type
14: {
15: try
16: {
17: connectionHandlers.Promotion.freeConnection(connection);
18: }
19: catch (Exception e)
20: {
Stacktrace:
org.apache.jasper.compiler.DefaultErrorHandler.javacError(Unknown Source)
org.apache.jasper.compiler.ErrorDispatcher.javacError(Unknown Source)
org.apache.jasper.compiler.JDTCompiler.generateClass(Unknown Source)
org.apache.jasper.compiler.Compiler.compile(Unknown Source)
org.apache.jasper.compiler.Compiler.compile(Unknown Source)
org.apache.jasper.compiler.Compiler.compile(Unknown Source)
org.apache.jasper.JspCompilationContext.compile(Unknown Source)
org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source)
org.apache.jasper.servlet.JspServlet.serviceJspFile(Unknown Source)
org.apache.jasper.servlet.JspServlet.service(Unknown Source)
javax.servlet.http.HttpServlet.service(Unknown Source)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0-snapshot logs.