Re: java.lang.ArrayIndexOutOfBoundsException: 8192

2009-12-16 Thread Michael Glavassevich
Hi Xiang, >From the stack trace your application is clearly not picking up Xerces 2.9.1. com.sun.org.apache.xerces.internal.* is Sun's fork of the Apache codebase in their JDK (5 or 6). I have no idea whether they have fixed this problem. The Apache Xerces packages are org.apache.xerces.* and yo

Re: java.lang.ArrayIndexOutOfBoundsException: 8192

2009-12-16 Thread Xiang Zhao
Hi, I think I encountered the same error as described at http://marc.info/?l=xerces-j-user&m=120452263925040&w=2, another email thread. Console message: Exception in thread "main" *java.lang.ArrayIndexOutOfBoundsException*: 8192 at com.sun.org.apache.xerces.internal.impl.io.UTF8Reader.read( *UT