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 220955 - 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 INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Schema2Beans (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: schema2beans-issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-27 14:48 UTC by amninder
Modified: 2012-12-14 14:26 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 194179


Attachments
stacktrace (5.03 KB, text/plain)
2012-10-27 14:48 UTC, amninder
Details

Note You need to log in before you can comment on or make changes to this bug.
Description amninder 2012-10-27 14:48:45 UTC
This bug was originally marked as duplicate of bug 155451, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 (Build 201207171143)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows Vista

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.CoreDocumentImpl.insertBefore(CoreDocumentImpl.java:391)
   at org.netbeans.modules.schema2beans.Schema2BeansUtil.mergeNode(Schema2BeansUtil.java:198)
   at org.netbeans.modules.schema2beans.Schema2BeansUtil.mergeUnsupportedElements(Schema2BeansUtil.java:125)
   at org.netbeans.modules.schema2beans.BaseBean.mergeTree(BaseBean.java:1865)
   at org.netbeans.modules.schema2beans.BaseBean.mergeTreeRoot(BaseBean.java:1478)
   at org.netbeans.modules.schema2beans.BaseBean.mergeUpdate(BaseBean.java:1403)
Comment 1 amninder 2012-10-27 14:48:47 UTC
Created attachment 126662 [details]
stacktrace
Comment 2 Petr Jiricka 2012-12-14 14:26:53 UTC
Hi, can you please provide steps to reproduce, and then reopen the issue? It is not possible to find out what's wrong based on just the stack trace and log file. Thanks.