may be, but therefore i not understand why that's work well in other
jsp....

Patrick PIERRA



                    Abhishek Sharan
                    <Abhishek.Sharan@        To:     [EMAIL PROTECTED]
                    NOKIA.COM>               cc:
                    Sent by: A               Subject:     Re: response already commited
                    mailing list
                    about Java Server
                    Pages
                    specification and
                    reference
                    <JSP-INTEREST@JAV
                    A.SUN.COM>


                    05/11/01 12:22 PM
                    Please respond to
                    A mailing list
                    about Java Server
                    Pages
                    specification and
                    reference






hi,
i think the problem is with your classpath setings.tomcat is not able to
instantiate the object..

> -----Original Message-----
> From: ext Patrick Pierra [mailto:[EMAIL PROTECTED]]
> Sent: 11. May 2001 12:25
> To: [EMAIL PROTECTED]
> Subject: response already commited
>
>
> Hello,
>
> I' try to create an Object in a JSP :
>
> <%
>      User tUser = new User();
> ......
> %>
>
> When i run this JSP on Tomcat i receive this error message :
>
> Error: 500
> Location: /odata1/Registration.jsp
> Internal Servlet Error:
> 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.se
> rvlet.http.HttpServletResponse,
>
> java.lang.Throwable)
>            void
> org.apache.jasper.runtime.JspServlet.service(javax.servlet.htt
> p.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.Request,
>
> org.apache.tomcat.core.Response)
>            void
> org.apache.tomcat.core.ContextManager.service(org.apache.tomca
> t.core.Request,
>
> org.apache.tomcat.core.Response)
>            void
> org.apache.tomcat.service.http.HttpConnectionHandler.processCo
> nnection(org.apache.tomcat.service.TcpConnection,
>
> java.lang.Object [])
>            void org.apache.tomcat.service.TcpConnectionThread.run()
>            void java.lang.Thread.run()
>
>
> any explication ?
>
> Patrick PIERRA
>
> ==============================================================
> =============
> To unsubscribe: mailto [EMAIL PROTECTED] with body:
> "signoff JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set
> JSP-INTEREST DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to