Re: Random ArrayIndexOutOfBoundsException

2003-06-26 Thread Gabriel Egolf
uffer this problem. Gabriel, did this work? Geoff -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 6:42 PM To: [EMAIL PROTECTED] Subject: Re: Random ArrayIndexOutOfBoundsException Hello Gabriel, you seem to have the infamous endorsed libs

RE: Random ArrayIndexOutOfBoundsException

2003-06-26 Thread Jorg Heymans
"randomly receiving the content of 2 unrelated pages together" smells like some non-threadsafe code to me. -Original Message- From: Gabriel Egolf [mailto:[EMAIL PROTECTED] Sent: Mittwoch, 25. Juni 2003 20:48 To: [EMAIL PROTECTED] Subject: Random ArrayIndexOutOfBoundsException Hello all.

RE: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Schaper, Christoph
We got a very similar looking problem with a different jdk and different app server (but as well cocoon 2.0.4). Difference was that the exception was not in "endElement" but in "comment". We never really traced it down. I happended only on one certain page, and after we restructured it a bit the pr

Re: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Joerg Heinicke
More or less :-) It was meant in the sense that the Cocoon Xalan version is not used, but JDK version. Though it works in most cases (e.g. using JDK's 2.2.D11 instead of Cocoon 2.0.4's 2.3.1), it sometimes crashes. The environment check would clarify it. And of course it was only a guess. Joerg

RE: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Geoff Howard
nt: Wednesday, June 25, 2003 6:42 PM > To: [EMAIL PROTECTED] > Subject: Re: Random ArrayIndexOutOfBoundsException > > > Hello Gabriel, > > you seem to have the infamous endorsed libs problem. Try the environment > check mentioned at > http://wiki.cocoondev.org/Wiki.jsp?pa

Re: Random ArrayIndexOutOfBoundsException

2003-06-25 Thread Joerg Heinicke
Hello Gabriel, you seem to have the infamous endorsed libs problem. Try the environment check mentioned at http://wiki.cocoondev.org/Wiki.jsp?page=NoMoreDtmIdError to be sure. Also a short overview about solutions is given. A more complete description of the problem can be found at http://wik