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=7402>.
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=7402

Localized responseStream.suspended message not found

           Summary: Localized responseStream.suspended message not found
           Product: Tomcat 4
           Version: 4.0 Beta 1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Catalina
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Lately I've been getting this exception when trying to run JSPs from within Cocoon2:

java.io.IOException: Cannot find message associated with key 'responseStream.suspended'
        at org.apache.catalina.connector.ResponseStream.flush(ResponseStream.java:237)
        at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:128)
        at org.apache.cocoon.reading.JSPReader.generate(JSPReader.java:105)
        ...

Looking at org/apache/catalina/connector/LocalStrings.properties, which is where the 
message should be, a key for "responseStream.suspended" does not 
exist.  Adding:

responseStream.suspended=The response stream has been suspended.

to that file fixes the problem.  I assume that it would also have to be added to 
LocalProperties_{es,jp}.properties.

Why the stream is being suspended is another issue, but I thought I'd bring this to 
your attention.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to