| Steven Hugg 2004-02-18, 7:33 am |
| Here are some error logs generated from the madness of our day-long Customer
Acceptance Test. I was not able to reproduce them, but thought I would throw
them out in case anyone has seen the like:
>SRVE0026E: [Servlet Error]-[Request wrapper is not of type
>HttpServletRequestWrapper]: java.lang.IllegalStateException: Request
wrapper is
>not of type HttpServletRequestWrapper at
>com.ibm.ws.webcontainer.webapp.WebAppDispatcherContext.getWASRequest
>(WebAppDispatcherContext.java(Compiled Code)) at
>...
>org.apache.jasper.runtime.JspRuntimeLibrary.include(JspRuntimeLibrary.java:
991)
>...
Or this message:
>SRVE0026E: [Servlet Error]-[Filter [EMCCAuthorizationFilter]: filter is
>unavailable.]: java.lang.IllegalStateException: Session Object Internals:
id :
>OE-7rjicb9mDYLL3XRvSM-g hashCode : 1518738276 create time : Wed Feb 04
12:47:53
>EST 2004 last access : Wed Feb 04 13:01:54 EST 2004 max inactive interval :
960
>user name : anonymous valid session : false new session : false overflowed
:
>false non-serializable app specific session data : {} serializable app
specific
>session data : {} at
>com.ibm.ws.webcontainer.httpsession.SessionData.getValueGuts(SessionData.ja
va)...
>com.ibm.ws.webcontainer.httpsession.SessionData.getAttribute(SessionData.ja
va)...
Some background: This is an application that uses several filters to do
things like:
A) Create/commit/rollback a database connection for the page
B) Authenticate a user, their URL, and their parameters
C) Substitute the HttpServletRequest object with another in order to get the
session from a different cookie
Filter C) may be related to the first error message... don't know what would
cause the other error message.
TIA,
Steve
|