Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-04 Thread Pid
On 04/05/2012 11:30, hunters1094 wrote: > Hi > > This is my stack trace > > May 3, 2012 10:35:43 AM org.apache.jasper.runtime.JspFactoryImpl > internalGetPageContext > SEVERE: Exception initializing page context > java.lang.IllegalStateException: Cannot create a session

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-04 Thread hunters1094
Hi This is my stack trace May 3, 2012 10:35:43 AM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext SEVERE: Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread David Wall
Just a quick update on these several threads of Tomcat 7 oddball exceptions. It looks to be as Chuck believed that it was a coding error on our end that was causing this. In particular, it was the no-no misuse of instance variables in a controlling servlet. Thanks for everyone's help! David

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hunters1094, On 5/3/12 6:52 AM, hunters1094 wrote: > I have this problem too. I tried to find the solution, tried to use > this > > http://stackoverflow.com/questions/8072311/illegalstateexception-cannot-create-a-session-after-the-response-has-been-c

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Terence, On 5/3/12 10:40 AM, Terence M. Bandoian wrote: > On 1:59 PM, David Wall wrote: >> >> My actual JSP source file top lines looks normal: >> >> > "http://www.w3.org/TR/html4/strict.dtd";> <%@page >> contentType="text/html; charset=ISO-8859-1"

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Terence M. Bandoian
: Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Request.java:2855) at org.apache.catalina.connector.Request.getSession(Request.java:2306

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread Pid
On 03/05/2012 11:52, hunters1094 wrote: > hi > > I have this problem too. I tried to find the solution, tried to use this > > http://stackoverflow.com/questions/8072311/illegalstateexception-cannot-create-a-session-after-the-response-has-been-commi > > Solution state-saving-method > > But it on

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-03 Thread hunters1094
. Thanks. -- View this message in context: http://tomcat.10.n6.nabble.com/Tomcat-7-Exception-initializing-page-context-Cannot-create-a-session-after-the-response-has-been-comd-tp4947014p4948903.html Sent from the Tomcat - User mailing list archive at Nabble.com

Re: Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-02 Thread Christopher Schultz
2012 3:03:45 AM org.apache.jasper.runtime.JspFactoryImpl > internalGetPageContext SEVERE: Exception initializing page context > java.lang.IllegalStateException: Cannot create a session after the > response has been committed Seems straightforward enough. > That line of code in our JSP

Tomcat 7 Exception initializing page context; Cannot create a session after the response has been committed

2012-05-02 Thread David Wall
We are running Tomcat 7.0.26 (no httpd front end) with BIO/NIO and SSL (entire webapp is in security context) and see this exception periodically on our Linux server: May 2, 2012 3:03:45 AM org.apache.jasper.runtime.JspFactoryImpl internalGetPageContext SEVERE: Exception initializing page

Re: "Exception Initializing Page Context"

2009-08-20 Thread Ognjen Blagojevic
Gwen Way wrote: Hmmm... I will check with the developers then, although the three people on my team are theoretically the only ones with access to make changes to the app. Thank you again, Mark. If you worry how come that application previously worked but now it doesn't, I can think of at le

RE: "Exception Initializing Page Context"

2009-08-19 Thread Gwen Way
Mark Thomas wrote: >The only thing I can think of that would change that is a change to your >application code. Hmmm... I will check with the developers then, although the three people on my team are theoretically the only ones with access to make changes to the app. Thank you again, Mark. Gw

Re: "Exception Initializing Page Context"

2009-08-19 Thread Mark Thomas
Gwen Way wrote: > Thank you, Mark. I appreciate you taking the time to get back to me on > this. > > I've been doing a little more research and it seems that there were no > updates this week for Tomcat and nothing has changed in terms of this > CentOS server or are application. It does not seem

RE: "Exception Initializing Page Context"

2009-08-19 Thread Gwen Way
;Exception Initializing Page Context" Gwen Way wrote: > java.lang.IllegalStateException: Cannot create a session after the > response has been committed Seems pretty clear. Creating a session requires setting some headers (to send the session cookie to the client). You can't do that a

Re: "Exception Initializing Page Context"

2009-08-18 Thread Mark Thomas
Gwen Way wrote: > java.lang.IllegalStateException: Cannot create a session after the > response has been committed Seems pretty clear. Creating a session requires setting some headers (to send the session cookie to the client). You can't do that after the response has been committed (usually aft

"Exception Initializing Page Context"

2009-08-18 Thread Gwen Way
ajp-0.0.0.0-8009-3 FATAL org.apache.jasper.runtime.JspFactoryImpl Exception initializing page context java.lang.IllegalStateException: Cannot create a session after the response has been committed at org.apache.catalina.connector.Request.doGetSession(Re

FW: JspFactoryImpl: Exception initializing page context

2005-12-02 Thread Karthik
Hi Plese Some body tell me Why is thgis error appearing Frequently "JspFactoryImpl: Exception initializing page context" O/s = HP - UNIX JDK =1.2.2 TOMCAT = 4.1.27 [ The JDK cannot be upgraded to 1.4.x ,because the web application is aproduction server used by t

JspFactoryImpl: Exception initializing page context

2005-12-02 Thread Karthik
Hi Plese Some body tell me Why is thgis error appearing Frequently "JspFactoryImpl: Exception initializing page context" O/s = HP - UNIX JDK =1.2.2 TOMCAT = 4.1.27 [ The JDK cannot be upgraded to 1.4.x ,because the web application is aproduction server used by t