You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Massimo Scali <sc...@tin.it> on 2000/02/21 13:38:17 UTC

NullPointerException in DeferredDocumentImpl.synchronizeChildren

Has anybody seen this exception when reloading an XML page?
It seems to me that it raises when I update either the stylesheet or the
xml document.

The current configuration is
Windows NT 4.0 sp3
Apache 1.3.9
Cocoon 1.6.1
Xerces 1.0.1
Xalan 0.19.2

java.lang.NullPointerException
             at
org.apache.xerces.dom.DeferredDocumentImpl.synchronizeChildren(DeferredDocumentImpl.java:1218)

              at
org.apache.xerces.dom.NodeImpl.getChildNodes(NodeImpl.java:520)
              at org.apache.cocoon.Utils.getFirstPI(Utils.java:116)
              at
org.apache.cocoon.processor.ProcessorFactory.getType(ProcessorFactory.java:79)

              at
org.apache.cocoon.processor.ProcessorFactory.getProcessor(ProcessorFactory.java:70)

              at org.apache.cocoon.Engine.handle(Engine.java:282)
              at org.apache.cocoon.Cocoon.service(Cocoon.java:145)
              at
javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
              at
org.apache.jserv.JServConnection.processRequest(JServConnection.java:314)

              at
org.apache.jserv.JServConnection.run(JServConnection.java:188)
              at java.lang.Thread.run(Thread.java:479)

Massimo Scali