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-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org