RE: java.lang.ArrayIndexOutOfBoundsException under load/stress

"Karachiwala, Aslam" <[email protected]> Fri, 22 Oct 2004 14:57:47 -0400
Newsgroups gmane.comp.jakarta.oro.user
Message-ID <114FF55F1B0AFB4EB793CD8659035DD90A04BD@hd-cambridge.highlinedata.com>
CORRECTION:

As is evident from the code snippet I sent, the PatternCompiler &
PatternMatcher instance vars in my InsRegExpProcessor are _protected_,
not _private static_.

--aslam

-----Original Message-----
From: Karachiwala, Aslam [mailto:[email protected]]=20
Sent: Friday, October 22, 2004 2:52 PM
To: [email protected]
Subject: java.lang.ArrayIndexOutOfBoundsException under load/stress

- ORO 2.0.4
- Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_05-b04, mixed mode)
- Solaris 7

I've seen a couple of mentions of this on the list but no explanation or
workaround. My web app uses ORO to modify query string params of
dynamically generated URLs. I do this using a Singleton called
InsRegExpProcessor, which contains a PatternCompiler & a PatternMatcher
as private, static instance vars...