I have seen this error before.  In my case it was because I was using a JSP
keyword for a field name in the database refered to in the JSP.  It happened
to be the 'page' directive.  I hope this helps.

Mark



-----Original Message-----
From: Arif Shaikh [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 07, 2001 10:55 AM
To: [EMAIL PROTECTED]
Subject: Recuring problem - please help


Hi Everybody;

I am having problems with invoking my JSPs.
i am using Apache-Tomcat inside VisualAge for Java 3.5. the simple JSPs are
working where it has to show only the html (static) content. but if any JSP
needs to get something from the database it gives me the following error (i
have checked in the debugger to find whether it is able to get the
connection, which has no problems whatsoever).


java.lang.IllegalStateException: Response has already been committed
java.lang.Throwable(java.lang.String)
java.lang.Exception(java.lang.String)
java.lang.RuntimeException(java.lang.String)
java.lang.IllegalStateException(java.lang.String)
void org.apache.tomcat.core.HttpServletResponseFacade.sendError(int,
java.lang.String)
void
org.apache.jasper.runtime.JspServlet.unknownException(javax.servlet.http.Htt
pServletResponse, java.lang.Throwable)
void
org.apache.jasper.runtime.JspServlet.service(javax.servlet.http.HttpServletR
equest, javax.servlet.http.HttpServletResponse)
void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
void
org.apache.tomcat.core.ServletWrapper.handleRequest(org.apache.tomcat.core.R
equest, org.apache.tomcat.core.Response)
void
org.apache.tomcat.core.RequestDispatcherImpl.forward(javax.servlet.ServletRe
quest, javax.servlet.ServletResponse)
 void
javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest
, javax.servlet.http.HttpServletResponse)
void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,
javax.servlet.ServletResponse)
void
org.apache.tomcat.core.ServletWrapper.handleRequest(org.apache.tomcat.core.R
equest, org.apache.tomcat.core.Response)
void
org.apache.tomcat.core.ContextManager.service(org.apache.tomcat.core.Request
, org.apache.tomcat.core.Response)
void
org.apache.tomcat.service.http.HttpConnectionHandler.processConnection(org.a
pache.tomcat.service.TcpConnection, java.lang.Object [])
void org.apache.tomcat.service.TcpConnectionThread.run()
void java.lang.Thread.run()

 
i will really appreciate your help guys as i am unable to understand the
origin of the problem.
 
Thanks
Arif Shaikh

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to