This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164281 - org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
Summary: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to inser...
Status: RESOLVED DUPLICATE of bug 154502
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-01 19:45 UTC by Jesse Glick
Modified: 2009-05-01 20:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150458


Attachments
stacktrace (3.84 KB, text/plain)
2009-05-01 19:45 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2009-05-01 19:45:26 UTC
This issue was originally marked as duplicate of issue 154502, that is already fixed. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 090429)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Linux, 2.6.28-11-generic, i386

User Comments:
jglick: Editing nbbuild/build.xml, tried to save.



Stacktrace: 
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. 
        at com.sun.org.apache.xerces.internal.dom.ParentNode.internalInsertBefore(ParentNode.java:356)
        at com.sun.org.apache.xerces.internal.dom.ParentNode.insertBefore(ParentNode.java:284)
        at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.insertBefore(CoreDocumentImpl.java:389)
        at com.sun.org.apache.xerces.internal.dom.NodeImpl.appendChild(NodeImpl.java:235)
        at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.cloneNode(CoreDocumentImpl.java:347)
        at com.sun.org.apache.xerces.internal.dom.DocumentImpl.cloneNode(DocumentImpl.java:155)
Comment 1 Jesse Glick 2009-05-01 19:45:29 UTC
Created attachment 81387 [details]
stacktrace
Comment 2 Jesse Glick 2009-05-01 20:21:22 UTC

*** This issue has been marked as a duplicate of 154502 ***