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 150483 - org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Summary: org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a no...
Status: RESOLVED INCOMPLETE
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker with 1 vote (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-17 04:51 UTC by cadorca
Modified: 2009-08-08 17:32 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 2868


Attachments
stacktrace (1.41 KB, text/plain)
2008-10-17 04:51 UTC, cadorca
Details
stacktrace (2.57 KB, text/plain)
2008-11-12 20:12 UTC, Maksim Khramov
Details
stacktrace (2.57 KB, text/plain)
2008-12-22 12:05 UTC, Maksim Khramov
Details
stacktrace (1.41 KB, text/plain)
2009-05-15 14:20 UTC, spaquet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cadorca 2008-10-17 04:51:33 UTC
Build: NetBeans IDE Dev (Build 200810161401)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc2-b32
OS: Linux, 2.6.24-21-generic, i386

User Comments:
GUEST: Moving item in the VWP page navigator

paulr5930: Clicked OK in Table Properties dialog in VWP.

derusc: moving a grid component in navigator tree component

krystyna: -dragging copmponents in Navigator
-trunk build 4450

pchytil: - opened Visual Web page
- DnD some basic and layout elements from palette to page
- DnD these elements in Navigator from one layout element to other one, DnD some layout element with some basic elements into another layout element...

krystyna: -trunk build moving items in Navigator

rbuss: I created a ComboBox in VisualWebEditor and tried to move it in design view

krystyna: -trying to recover from issue 125243 using Navigator

GUEST: Selecting the property "block" in a groupPanel component

jiai: While rearranging windows of the IDE, trying to use the navigator window.

mkroll: Move an textField in an VWP.

erudite: Unable to reposition gridpanel after having moved the gridpanel outside of it's containing gridpanel.

kate: I was D&D component nodes (Button, Static Text, Drop Down, Layout Panel) in Navigator Window when this exception occurs.

kate: I was D&D component nodes (Button, Static Text, Drop Down, Layout Panel) in Navigator Window when this exception occurs.

jim99: I was in Design mode for a VW page and clicked a button with an image. This exception was then thrown.

GUEST: Working on tutorial on http://www.netbeans.org/kb/60/web/fixedpagelayout.html. After dragging Link onto design page, I then tried dragging an entity on the design page to somewhere else on the design page.



Stacktrace: 
org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
        at org.apache.xerces.dom.ParentNode.internalInsertBefore(ParentNode.java:0)
        at org.apache.xerces.dom.ParentNode.insertBefore(ParentNode.java:0)
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.moveBean(FacesPageUnit.java:774)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.moveBean(LiveUnit.java:918)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.reorderBeanChidren(LiveUnit.java:949)
        at org.netbeans.modules.visualweb.insync.live.DesignBeanNode$BeanChildren$IndexSupport$1.run(DesignBeanNode.java:2118)
Comment 1 cadorca 2008-10-17 04:51:39 UTC
Created attachment 72079 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-10-17 08:58:34 UTC
Reassigning - according to the stacktrace it belongs to visualweb. Please evaluate.
Thanks.
Comment 3 Peter Zavadsky 2008-10-17 19:05:14 UTC
This comes from insync code. Needs to be investigated deeper.
Comment 4 Peter Zavadsky 2008-10-17 21:21:17 UTC
This is similar to issue #150493. Those might share the same cause.
Comment 5 Peter Zavadsky 2008-10-17 22:13:16 UTC
I couldn't reproduce this one either. Could you, please, add some steps how to get into this? Thanks.
Comment 6 Maksim Khramov 2008-11-12 20:12:03 UTC
Build: NetBeans IDE Dev (Build 200809270201)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. 
        at org.apache.xerces.dom.ParentNode.internalInsertBefore(ParentNode.java:0)
        at org.apache.xerces.dom.ParentNode.insertBefore(ParentNode.java:0)
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.moveBean(FacesPageUnit.java:774)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.moveBean(LiveUnit.java:918)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.moveComponent(JsfForm.java:1820)
        at org.netbeans.modules.visualweb.designer.jsf.text.DomDocumentImpl.reparentComponent(DomDocumentImpl.java:1674)
Comment 7 Maksim Khramov 2008-11-12 20:12:13 UTC
Created attachment 73696 [details]
stacktrace
Comment 8 Maksim Khramov 2008-12-22 12:04:36 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted. 
        at org.apache.xerces.dom.ParentNode.internalInsertBefore(ParentNode.java:0)
        at org.apache.xerces.dom.ParentNode.insertBefore(ParentNode.java:0)
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.moveBean(FacesPageUnit.java:774)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.moveBean(LiveUnit.java:918)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.moveComponent(JsfForm.java:1820)
        at org.netbeans.modules.visualweb.designer.jsf.text.DomDocumentImpl.reparentComponent(DomDocumentImpl.java:1674)
Comment 9 Maksim Khramov 2008-12-22 12:05:26 UTC
Created attachment 75242 [details]
stacktrace
Comment 10 Exceptions Reporter 2009-04-30 09:05:41 UTC
This issue already has 100 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=2868
Comment 11 spaquet 2009-05-15 14:19:56 UTC
Build: NetBeans IDE Dev (Build 200905080201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-77, Java(TM) SE Runtime Environment, 1.6.0_13-b03-196
OS: Mac OS X, 10.5.7, x86_64

User Comments: 
Just moving a component within a VisualJSF page

Stacktrace: 
org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
        at org.apache.xerces.dom.ParentNode.internalInsertBefore(ParentNode.java:0)
        at org.apache.xerces.dom.ParentNode.insertBefore(ParentNode.java:0)
        at org.netbeans.modules.visualweb.insync.faces.FacesPageUnit.moveBean(FacesPageUnit.java:779)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.moveBean(LiveUnit.java:918)
        at org.netbeans.modules.visualweb.insync.live.LiveUnit.reorderBeanChidren(LiveUnit.java:949)
        at org.netbeans.modules.visualweb.insync.live.DesignBeanNode$BeanChildren$IndexSupport$1.run(DesignBeanNode.java:2118)
Comment 12 spaquet 2009-05-15 14:20:07 UTC
Created attachment 82195 [details]
stacktrace