Re: unusual IllegalStateException

2010-05-28 Thread Dan Armbrust
Thanks for the thoughts... few things inline > > 2. Does your unexpectedError.jsp use sessions? Does it have <%...@page > session="false"%>? No, I don't think so. I'll have to check into this. > 3. If the response was already partially sent to the client and you > receive an "unexpected" e

Re: unusual IllegalStateException

2010-05-27 Thread Konstantin Kolinko
2010/5/27 Dan Armbrust : > I have a webapp running in Tomcat 6.0.20. Some quick thoughts. Sorry if some are too trivial. 1. "Cannot create a session after the response has been committed" means the following: - "response was committed" means that some data were already sent to the client, which a

unusual IllegalStateException

2010-05-27 Thread Dan Armbrust
I have a webapp running in Tomcat 6.0.20. One of my testers caused this to appear in the logs: May 11, 2010 2:23:14 PM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext SEVERE: Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the res