Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Reynir Hübner
Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

Re: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread David Brown
Reynir Hübner writes: Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

REPOST: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Reynir Hübner
Hello, Sorry I probably did not provide enough information in the first request, so this is my second attempt: Well it looks as if it's an exception being thrown from coyote http connector, that I am using, in a tomcat-standalone setup (no apache/IIS isntl) As this is a server running more

Re: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Remy Maucherat
Reynir Hübner wrote: Hi, When using version tc. 4.1.14 this exception sometimes occures : java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:615) at

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Reynir Hübner
Thanx remy! -reynir -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED]] Sent: 27. nóvember 2002 13:11 To: Tomcat Users List Subject: Re: Coyote:: ArrayIndexOutOfBoundsException Reynir Hübner wrote: Hi, When using version tc. 4.1.14 this exception

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Shapira, Yoav
Hi, java.lang.ArrayIndexOutOfBoundsException at org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffe r.ja snip The exception can be ignored (it might happen only in the case of a client disconnect, so at this point, what happens doesn't really matter anymore; this

RE: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Neil Milne
You can see the fix in CVS - it was just a case of moving a few lines of code within the commit() method. Thanks to Remy for that! Neil. -- Neil MilneHippo IT Consultants Ltd -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: REPOST: Coyote:: ArrayIndexOutOfBoundsException

2002-11-27 Thread Bill Barker
Actually, you should probably move to 4.1.16 :). There was a bug that looks a lot like this in earlier versions of the CoyoteConnector. However, in those cases, the bug should be much more harmless than what you're seeing. If you can try at least the 4.1.16 connector code and report what you