On Friday 20 January 2006 12:27 pm, Galarneau, Neil wrote:
> I'm just kibitzing from the sidelines here, but for situations like this
> it might be nice to see all java thread stacks.
>
> This is now possible in java 1.5 by calling Thread.getAllStackTraces().
> This call could be done reflectively
I'm just kibitzing from the sidelines here, but for situations like this
it might be nice to see all java thread stacks.
This is now possible in java 1.5 by calling Thread.getAllStackTraces().
This call could be done reflectively so as to not make a dependency on
1.5
Neil
> On Thursday 19 Janua
Cool, thanks. If you get a chance, run it with a diffferent JVM and
see if anything changes. The issue I was having only showed up under
1.4.2 versions.
- Charlie
On 1/19/06, David Corbin <[EMAIL PROTECTED]> wrote:
> On Thursday 19 January 2006 12:42, Charles O Nutter wrote:
> > Can you toss over
On Thursday 19 January 2006 12:42, Charles O Nutter wrote:
> Can you toss over the error next time you see it?
REXML::ParseException: attempted adding second root element to document
/usr/lib/ruby/1.8/rexml/parsers/treeparser.rb:85:in `parse'
/usr/lib/ruby/1.8/rexml/document.rb:176:in `
Can you toss over the error next time you see it? This could be that
JVM issue I was seeing. It went away now, but I've got no guarantees
it won't come back, and it certainly behaved like a threading issue
even though there was only a single thread running.
At any rate, I'll keep an eye out for an