You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/10/07 18:27:57 UTC

BugRat Report #226 has been filed.

Bug report #226 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/226>

REPORT #226 Details.

Project: Jasper
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: high
Severity: critical
Confidence: public
Environment: 
   Release: Tomcat 3.1
   JVM Release: Blackdown 1.2.2 RC4
   Operating System: Slackware 7
   OS Release: Linux 2.2.13
   Platform: Intel PIII Coppermine 533, w/256MB memory

Synopsis: 
Overflow where JSP tag embedded in HTML tag

Description:
<p>When embedding a JSP tag inside of an HTML tag, the embedded JSP tag will be replaced with the following, and nothing will follow it (and in Netscape it'll be blinking in source view, under Windows and UNIX/Linux):</p>
<br>
<quote>
&lt;h1&gt;Error: 500&lt;/h1&gt;<br>
&lt;h2&gt;Location: /demo/jsp/t/custReg1.jsp&lt;/h2&gt;&lt;b&gt;Internal Servlet Error:&lt;/b&gt;&lt;br&gt;<br>
&lt;pre&gt;<br>
java.lang.IllegalStateException: Response has already been committed<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.core.HttpServletResponseFacade.sendError(HttpServletResponseFacade.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.jasper.runtime.JspServlet.unknownException(JspServlet.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.jasper.runtime.JspServlet.service(JspServlet.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.core.ServletWrapper.handleRequest(ServletWrapper.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.core.ContextManager.service(ContextManager.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.service.connector.Ajp12ConnectionHandler.processConnection(Ajp12ConnectionHandler.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at org.apache.tomcat.service.TcpConnectionThread.run(SimpleTcpEndpoint.java, Compiled Code)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;at java.lang.Thread.run(Thread.java, Compiled Code)<br>
&lt;/pre&gt;
</quote>
<p>The above is a Tomcat or Jasper generated set of HTML tags...I don't have any files currently written that display errors in such a format.</p>