You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Niranjan Kundapur <ni...@air2web.com> on 2002/04/30 15:42:13 UTC

Intermittent DOM008 exception

Hello,

I see an intermittent DOM008 exception during the execution of
theNode.replaceChild(nodeToInsert, theChild) using **Xalan 2.2D13**. We are
using Xalan/Xerces in a Weblogic 6.1 server environment.
org.w3c.dom.DOMException: DOM008 Not found
        at
org.apache.xerces.dom.ParentNode.internalInsertBefore(ParentNode.java:403)
        at
org.apache.xerces.dom.ParentNode.replaceChild(ParentNode.java:638)
        at .....

It is intermittent; I see this error once in about 15 hours. Given the same
input document again, I don't see the error; that makes me infer that it is
not a bug in my application. 

Would any one please advise why this is happening and whether upgrading to
Xalan 2.3.1 will alleviate this problem? Thank you in advance for any
assistance.

- Niranjan