You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/05/24 20:15:27 UTC

DO NOT REPLY [Bug 9382] - IOException: Cannot find message associated with key 'responseStream.suspended'

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9382>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9382

IOException: Cannot find message associated with key 'responseStream.suspended'

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From remm@apache.org  2002-05-24 18:15 -------
This happens if you're trying to do something with the ouptut stream or writer
after the response has been finished (either by using sendRedirect, sendError,
or after a forward).
If you're not doing any of this, you can try Coyote to see if it fixes the problem.
If this doesn't fix it, reopen the bug and submit a test case or give very
detailed explanations on how to reproduce it.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>