Return-Path: X-Original-To: apmail-tomcat-users-archive@www.apache.org Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A4C82108C3 for ; Fri, 6 Dec 2013 18:08:13 +0000 (UTC) Received: (qmail 44678 invoked by uid 500); 6 Dec 2013 18:08:08 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 44639 invoked by uid 500); 6 Dec 2013 18:08:04 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 44630 invoked by uid 99); 6 Dec 2013 18:08:03 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 18:08:03 +0000 Received: from localhost (HELO [192.168.23.9]) (127.0.0.1) (smtp-auth username markt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Dec 2013 18:08:02 +0000 Message-ID: <52A21279.6030306@apache.org> Date: Fri, 06 Dec 2013 18:07:53 +0000 From: Mark Thomas User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Transfer-Encoding: chunked not working References: <529F6D02.7020809@christopherschultz.net> <52A0CCCA.6020100@christopherschultz.net> <5a082225-de9b-49ef-9440-3a12389830e7@email.android.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 06/12/2013 17:33, C. Benson Manica wrote: > I'm sure it *is* some kind of buffer boundary - 16384 is not a > random number ;-) As it happens, I *did* miss some logging (my IDE > made it easy to miss). I have no idea what this exception means > though: > > SEVERE: Servlet.service() for servlet [jsp] in context with path [] > threw exception [java.lang.ArrayIndexOutOfBoundsException: 0] with > root cause java.lang.ArrayIndexOutOfBoundsException: 0 at > org.apache.jsp.index_jsp._jspService(org.apache.jsp.index_jsp:785) > at > org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109) > > at javax.servlet.http.HttpServlet.service(HttpServlet.java:728) > > (rest of stack trace omitted) > > Presumably this is my actual problem, whatever it is? It means that there is a bug in your JSP. Whether that bug is in code generated by Tomcat (i.e. a Tomcat bug) or an application bug is TBD. You'll need to look at line 785 of the generated java file for that JSP (it is in the work directory) and see. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org