Hi.
My bug was a known issue:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7725
Effectively, we use HttpServletResponse.sendRedirect in our code.
Thanks a lot,
jeff
On Fri, 2002-06-07 at 09:40, Jean-Francois Nadeau wrote:
> Hi.
>
> I found something very interesting this m
Hi.
I found something very interesting this morning in catalina.out file.
Here it is:
java.lang.IllegalStateException: Current state = FLUSHED, new state =
CODING_END
at
java.nio.charset.CharsetEncoder.throwIllegalStateException(CharsetEncoder.java:933)
at
java.nio.charset.Charse
m very happy! :)
Thanks,
jeff
On Wed, 2002-06-05 at 21:25, [EMAIL PROTECTED] wrote:
> Hi,
>
> I found the problem, it seems the lock/unlock were in the wrong order.
>
> Please checkout from head and try again, and let me know if it still
> fails.
>
> ( thanks for reporting
Hi.
I started to load / stress test our web application. It is running under
Apache 1.3.22 and Tomcat 4.03 and the mod_jk binary that came with it.
The OS is Linux 2.4.7, RedHat 7.2 without any updates.
I discovered that httpd processes deadlock after a certain amount of
huge requests.
I decide