> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > When I load test my document generation under Cocoon it throws me this: > > java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException > at > org.apache.xalan.transformer.TransformerImpl.run(TransformerImpl.java:32 31) > at java.lang.Thread.run(Thread.java:484) >
Xalan (IMHO) has nasty error logging. This could be re-thrown exception, and you original stacktrace might be lost. See/hack TransformerImpl.java:3231. Vadim > This happens when I have ~80 user trying to generate the same document, it's > XSP+ESQL(Oracle) ->XSLT (to FO)-> XSLT (to HTML). > > I increased all pool sizes to 200 for transformers. > Argyn --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>