Title: RE: Exception in DeferredDocumentImpl.synchronizeChildren
I have a similar problem that occurs both with DeferredDocumentImpl and DocumentImpl. After a number (big!) of accesses the document returns null pointers from the standard access methods (not just synchronizeChildren
After a servlet that I wrote using Xerces has been running for an
undetermined amount of time (I'm not sure what conditions trigger this), I
get the following exception that comes up *every* time I run my servlet
from then on, until I restart the server:
-
java.lang.NullPointerException
-