Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 65633 invoked from network); 13 Aug 2004 18:49:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Aug 2004 18:49:18 -0000 Received: (qmail 56476 invoked by uid 500); 13 Aug 2004 18:48:18 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 56354 invoked by uid 500); 13 Aug 2004 18:48:17 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 56279 invoked by uid 99); 13 Aug 2004 18:48:17 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [63.244.250.132] (HELO mustang.mpi.com) (63.244.250.132) by apache.org (qpsmtpd/0.27.1) with ESMTP; Fri, 13 Aug 2004 11:48:14 -0700 Received: from thunderbolt.mpi.com (thunderbolt [63.244.253.70]) by mustang.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id i7DIi947014066 for ; Fri, 13 Aug 2004 14:44:09 -0400 (EDT) Received: from US-VS1.corp.mpi.com (us-be2.corp.mpi.com [63.244.252.32]) by thunderbolt.mpi.com (Switch-3.1.6/Switch-3.1.6) with ESMTP id i7DIlW67020025 for ; Fri, 13 Aug 2004 14:48:02 -0400 (EDT) X-MimeOLE: Produced By Microsoft Exchange V6.0.6487.1 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: Tomcat 5.0.16 causes; java.lang.ArrayIndexOutOfBoundsException Date: Fri, 13 Aug 2004 14:46:15 -0400 Message-ID: <9C5166762F311146951505C6790A9CF80229BEB1@US-VS1.corp.mpi.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Tomcat 5.0.16 causes; java.lang.ArrayIndexOutOfBoundsException Thread-Index: AcSBZNbxH+G+Tg3wQCOctT+u2gh2JwAAO+/A From: "Shapira, Yoav" To: "Tomcat Users List" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Fixed long ago, update to a more modern release. Yoav Shapira Millennium Research Informatics >-----Original Message----- >From: alan sparago [mailto:alanjay@qwest.net] >Sent: Friday, August 13, 2004 2:39 PM >To: tomcat-user@jakarta.apache.org >Subject: Tomcat 5.0.16 causes; java.lang.ArrayIndexOutOfBoundsException > >I am running Tomcat 5.0.16 standalone, front-ended by a load balancer. It >runs on a Debian Linux 2.4.26 SMP i686 server. It threw the following error >to the catalina.log file. After throwing this exception, Tomcat still >appears to be working and servicing requests but it stopped writing to the >catalina.log file. In researching this issue all I could find were >references to this problem being fixed in an earlier version of Tomcat (I >believe 4.1.16). This was on a production box so I have no idea what >request >or user caused this exception. > > > >java.lang.ArrayIndexOutOfBoundsException: 49152 > at >org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffe r.ja >v >a:731) > at >org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffe r.ja >v >a:659) > at >org.apache.coyote.http11.InternalOutputBuffer.sendHeader(InternalOutput Buff >e >r.java:539) > at >org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processo r.ja >v >a:1515) > at >org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:89 8) > at org.apache.coyote.Response.action(Response.java:226) > at org.apache.coyote.Response.sendHeaders(Response.java:418) > at >org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:364) > at >org.apache.coyote.tomcat5.OutputBuffer.close(OutputBuffer.java:325) > at >org.apache.coyote.tomcat5.CoyoteResponse.finishResponse(CoyoteResponse. java >: >497) > at >org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:213) > at >org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:8 05) > at >org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process Conn >e >ction(Http11Protocol.java:696) > at >org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:6 05) > at >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo l.ja >v >a:677) > at java.lang.Thread.run(Thread.java:534) >Aug 12, 2004 7:09:48 PM org.apache.coyote.http11.Http11Processor process >SEVERE: Error finishing response >java.lang.ArrayIndexOutOfBoundsException: 49153 > at >org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffe r.ja >v >a:731) > at >org.apache.coyote.http11.InternalOutputBuffer.sendStatus(InternalOutput Buff >e >r.java:471) > at >org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processo r.ja >v >a:1511) > at >org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:89 8) > at org.apache.coyote.Response.action(Response.java:224) > at >org.apache.coyote.http11.InternalOutputBuffer.endRequest(InternalOutput Buff >e >r.java:431) > at >org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:8 42) > at >org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process Conn >e >ction(Http11Protocol.java:696) > at >org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:6 05) > at >org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo l.ja >v >a:677) > at java.lang.Thread.run(Thread.java:534) --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org