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=7013>. 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=7013 Entering a servlet path with non-ISO8859-1 characters sends Tomcat into a death spiral ------- Additional Comments From [EMAIL PROTECTED] 2002-03-10 19:35 ------- Somehow the error log I put in got mangled. Here's what it looks like: 2002-03-10 05:53:26 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Bogus path info "/,?,?,?E?Es-ja_JP.png" 2002-03-10 05:53:26 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Not an ISO 8859_1 character:? 2002-03-10 05:53:26 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Not an ISO 8859_1 character:? 2002-03-10 05:53:26 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Not an ISO 8859_1 character:? ... thousands of identical copies of above error ... 2002-03-10 06:03:10 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Not an ISO 8859_1 character:? 2002-03-10 06:03:19 - Ctx( /jsp ): Exception in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) - java.lang.OutOfMemoryError 2002-03-10 06:03:19 - Ctx( /jsp ): IOException in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) Not an ISO 8859_1 character:? 2002-03-10 06:03:30 - Ctx( /jsp ): Exception in: R( /jsp + /servlet/graph + /,?,?,?E?Es-ja_JP.png) - java.lang.OutOfMemoryError ... hundreds of copies of above invalid character/out of memory errors ... java.lang.OutOfMemoryError java.lang.OutOfMemoryError java.lang.IllegalStateException: failed initialize JspWriter at org.apache.jasper.runtime.PageContextImpl._initialize(PageContextImpl.java:186) at org.apache.jasper.runtime.PageContextImpl.initialize(PageContextImpl.java:149) at org.apache.jasper.runtime.JspFactoryImpl.getPageContext(JspFactoryImpl.java:99) java.lang.OutOfMemoryError Internal error java.lang.OutOfMemoryError java.lang.OutOfMemoryError Here Tomcat just sat, ignoring all incoming requests. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>