https://issues.apache.org/bugzilla/show_bug.cgi?id=51340
--- Comment #3 from Mark Thomas <[email protected]> 2011-06-08 15:47:46 UTC --- I got some more details from Glyn off-list. Virgo may use multiple threads for deployment depending on circumstances. Looking at the xml parsing code, there are 4 digesters each using the same ruleset. Neither object is threadsafe but we sync on the digester so there could be multiple threads using the same webruleset which is a possible explanation for this issue. I'll proceed on the basis that this is the root cause. We can always re-open if this re-occurs. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
