Badly need any hint on Illegal State exception

2004-12-02 Thread Pradeep Chauhan
Hi, Please any body provide any hint on following error. Because of this User got INTERNAL SERVER 500 Error. 2004-11-26 12:50:48 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException at

RE: Badly need any hint on Illegal State exception

2004-12-02 Thread Allistair Crossley
look at at org.apache.jsp.DreamScreen_jsp._jspService(DreamScreen_jsp.java:564) in tomcat/work .. it gives you the line number. -Original Message- From: Pradeep Chauhan [mailto:[EMAIL PROTECTED] Sent: 02 December 2004 17:30 To: Tomcat Users List Subject: Badly need any hint

Re: Badly need any hint on Illegal State exception

2004-12-02 Thread Tim Funk
http://jakarta.apache.org/tomcat/faq/misc.html#illegalstate Hint - you are performing a redirect after the response is committed. -Tim Pradeep Chauhan wrote: Hi, Please any body provide any hint on following error. Because of this User got INTERNAL SERVER 500 Error. 2004-11-26 12:50:48

RE: Badly need any hint on Illegal State exception

2004-12-02 Thread Pradeep Chauhan
Thanks i will try to reproduce the issue at development enviorment and then apply the fix to assure this is only reason of error. Pradeep -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent: 02.12.2004 11:03 PM To: Tomcat Users List Subject: Re: Badly need any hint

Re: Badly need any hint on Illegal State exception

2004-12-02 Thread David Stevenson
Are you using sendRedirect on your web page? Look at DreamScreen_jsp.java, Line 564 in your Tomcat working directory. The following is repeated from a previous response. I believe the java.lang.IllegalStateException occurs when the responseis committed. sendRedirect requires changing the HTTP