mjlorbet
04-16-2008, 11:02 AM
Wow, my first post...
So, here's the problem, I've spent the past 3 weeks developing an application for the Blackboard Content System using a servlet relying on 5 classes I've written (yes compiled into class files & placed in the WEB-INF/classes directory, and jarred and placed in the WEB-INF/lib directory) and all was well until (because of a glitch in Tomcat 5.5.x) I had to abandon my servlet in exchange for 4 jsp pages. Given the exact same structure, the classes are being completely ignored for some reason, causing server error 500 with the specific error message which i will paste below.
The only things i cannot do to fix this:
restart tomcat (people will scream at me if i do)
change tomcat's configuration in any way (voids our support contract apparently)
so here's the message:
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 JSPAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a
type org.apache.jasper.servlet.JspServletWrapper.handleJspException
(JspServletWrapper.java:510) org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service
(HttpServlet.java:802) sun.reflect.GeneratedMethodAccessor7159.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) blackboard.platform.servlet.ContentTypeFilter.doFilter
(ContentTypeFilter.java:56) sun.reflect.GeneratedMethodAccessor7158.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native
Method) blackboard.platform.servlet.RequestSessionFilter.handleRequest
(RequestSessionFilter.java:314) blackboard.platform.servlet.RequestSessionFilter.doFilter
(RequestSessionFilter.java:152) sun.reflect.GeneratedMethodAccessor7157.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
root cause org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a
type org.apache.jasper.compiler.DefaultErrorHandler.javacError
(DefaultErrorHandler.java:84) org.apache.jasper.compiler.ErrorDispatcher.javacError
(ErrorDispatcher.java:328) org.apache.jasper.compiler.JDTCompiler.generateClass
(JDTCompiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:297) org.apache.jasper.compiler.Compiler.compile
(Compiler.java:276) org.apache.jasper.compiler.Compiler.compile(Compiler.java:264) org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:303) org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service
(HttpServlet.java:802) sun.reflect.GeneratedMethodAccessor7159.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) blackboard.platform.servlet.ContentTypeFilter.doFilter
(ContentTypeFilter.java:56) sun.reflect.GeneratedMethodAccessor7158.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native
Method) blackboard.platform.servlet.RequestSessionFilter.handleRequest
(RequestSessionFilter.java:314) blackboard.platform.servlet.RequestSessionFilter.doFilter
(RequestSessionFilter.java:152) sun.reflect.GeneratedMethodAccessor7157.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
i think this is less than helpful, because all this is generated by the import of the package HERZ_JSP (the package containing the classes i wrote/need).
if anyone has any ideas i would greatly appreciate them, i've spent hours upon hours searching, i've tried all the fixes i've found but nothing seems to work. i think i may have to compile the jsp so that it's not entirely up to the jit compiler to locate the dependencies, but i'm fairly new on the java scene and am not familiar with how to do that.
Thanks in advance
So, here's the problem, I've spent the past 3 weeks developing an application for the Blackboard Content System using a servlet relying on 5 classes I've written (yes compiled into class files & placed in the WEB-INF/classes directory, and jarred and placed in the WEB-INF/lib directory) and all was well until (because of a glitch in Tomcat 5.5.x) I had to abandon my servlet in exchange for 4 jsp pages. Given the exact same structure, the classes are being completely ignored for some reason, causing server error 500 with the specific error message which i will paste below.
The only things i cannot do to fix this:
restart tomcat (people will scream at me if i do)
change tomcat's configuration in any way (voids our support contract apparently)
so here's the message:
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 JSPAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a
type org.apache.jasper.servlet.JspServletWrapper.handleJspException
(JspServletWrapper.java:510) org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:375) org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service
(HttpServlet.java:802) sun.reflect.GeneratedMethodAccessor7159.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) blackboard.platform.servlet.ContentTypeFilter.doFilter
(ContentTypeFilter.java:56) sun.reflect.GeneratedMethodAccessor7158.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native
Method) blackboard.platform.servlet.RequestSessionFilter.handleRequest
(RequestSessionFilter.java:314) blackboard.platform.servlet.RequestSessionFilter.doFilter
(RequestSessionFilter.java:152) sun.reflect.GeneratedMethodAccessor7157.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
root cause org.apache.jasper.JasperException: Unable to compile class for JSPAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyObjectPair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:PermissionObject cannot be resolvedAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:JSON cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a typeAn error occurred at line: 16 in the jsp
file: /QE_UserLoad.jspGenerated servlet error:KeyValuePair cannot be resolved to a
type org.apache.jasper.compiler.DefaultErrorHandler.javacError
(DefaultErrorHandler.java:84) org.apache.jasper.compiler.ErrorDispatcher.javacError
(ErrorDispatcher.java:328) org.apache.jasper.compiler.JDTCompiler.generateClass
(JDTCompiler.java:414) org.apache.jasper.compiler.Compiler.compile(Compiler.java:297) org.apache.jasper.compiler.Compiler.compile
(Compiler.java:276) org.apache.jasper.compiler.Compiler.compile(Compiler.java:264) org.apache.jasper.JspCompilationContext.compile
(JspCompilationContext.java:563) org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:303) org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:314) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service
(HttpServlet.java:802) sun.reflect.GeneratedMethodAccessor7159.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:161) java.security.AccessController.doPrivileged(Native Method) blackboard.platform.servlet.ContentTypeFilter.doFilter
(ContentTypeFilter.java:56) sun.reflect.GeneratedMethodAccessor7158.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege
(SecurityUtil.java:217) java.security.AccessController.doPrivileged(Native
Method) blackboard.platform.servlet.RequestSessionFilter.handleRequest
(RequestSessionFilter.java:314) blackboard.platform.servlet.RequestSessionFilter.doFilter
(RequestSessionFilter.java:152) sun.reflect.GeneratedMethodAccessor7157.invoke(Unknown
Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) java.lang.reflect.Method.invoke
(Method.java:585) org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:243) java.security.AccessController.doPrivileged
(Native Method) javax.security.auth.Subject.doAsPrivileged(Subject.java:517) org.apache.catalina.security.SecurityUtil.execute
(SecurityUtil.java:275) org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:217)
i think this is less than helpful, because all this is generated by the import of the package HERZ_JSP (the package containing the classes i wrote/need).
if anyone has any ideas i would greatly appreciate them, i've spent hours upon hours searching, i've tried all the fixes i've found but nothing seems to work. i think i may have to compile the jsp so that it's not entirely up to the jit compiler to locate the dependencies, but i'm fairly new on the java scene and am not familiar with how to do that.
Thanks in advance