To whom it may concern:
I have received the following error 3 or 4 times (out of perhaps 7 or 8 sessions) when I logout. I do apparently get logged out despite the message.
-----
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.IllegalStateException: Cannot create a session after the response has been committed
org.apache.catalina.connector.Request.doGetSession(Request.java:2400)
org.apache.catalina.connector.Request.getSession(Request.java:2120)
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:833)
org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:844)
com.javaranch.jforum.url.MobileStatus.getMobileRequest(MobileStatus.java:35)
net.jforum.context.web.WebRequestContext.<init>(WebRequestContext.java:105)
net.jforum.JpaFilter.handleExceptionSoNotDisplayedToUser(JpaFilter.java:71)
net.jforum.JpaFilter.doFilter(JpaFilter.java:50)
note The full stack trace of the
root cause is available in the Apache Tomcat/6.0.32 logs.
------