DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12883>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12883 java.lang.ArrayIndexOutOfBoundsException: 4104 from org.apache.xalan.serialize.SerializerToXML.accum ------- Additional Comments From [EMAIL PROTECTED] 2002-09-23 14:59 ------- I am caching the xsl templates after the first request. The JVM for the web servers (iWS 6.0 sp1) are running with 128MB (min) and 256 MB (max) heap size. I was testing the xsl-xml transformation with 100 users. The transformation logic is same as in the ApplyXSLT sample servlet. I didnt have any problems when I tested the application with 50 users. As the number of user increases, I am getting ArrayIndexOfBoundsException.
