Hi all, I've got this exception:
java.lang.NullPointerException
at org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren(DeferredDocumentImpl.java:1406)
at org.apache.xerces.dom.DocumentImpl.getDocumentElement(DocumentImpl.java:578)
(... rest of stack is irrelevant)
This has occurred when multiple threads parse many documents while the java virtual machine is HotSpot 1.0.1 (mixed mode, under Windows NT only).
So it looks like a synchronization problem.
I'm using Xerces-J 1.3.0. This bug was also present in 1.2.0.
My workaround is to use the -classic option to prevent hotspot from running.
Thanks for your help.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
