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 209565 - IllegalStateException: Node has been removed.
Summary: IllegalStateException: Node has been removed.
Status: RESOLVED DUPLICATE of bug 209418
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.2
Hardware: Other Linux
: P1 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2012-03-14 12:58 UTC by Jaroslav Tulach
Modified: 2012-03-14 13:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2012-03-14 12:58:00 UTC
Caused by: 
 java.lang.IllegalStateException:  Node has been removed. 
 
   j.util.prefs.AbstractPreferences.remove(AbstractPreferences.java:295) 
   org.netbeans.core.startup.preferences.NbPreferences.stateChanged(NbPreference 
 s.java:314) 
   org.netbeans.core.startup.preferences.PropertiesStorage$4.fileChanged(Propert 
 iesStorage.java:354) 
   sun.reflect.GeneratedMethodAccessor40.invoke(Unknown Source) 
   sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl. 
 java:25) 
   j.lang.reflect.Method.invoke(Method.java:597) 
   org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java: 
 457) 
   $Proxy1.fileChanged(Unknown Source) 
   org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCL 
 Support.java:145) 
   org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupp 
 ort.java:128) 
   org.openide.filesystems.FCLSupport.dispatchEvent(FCLSupport.java:105) 
   org.openide.filesystems.FileObject$ED.dispatch(FileObject.java:1280) 
   org.openide.filesystems.EventControl.invokeDispatchers(EventControl.java:213) 
   org.openide.filesystems.EventControl.exitAtomicAction(EventControl.java:188) 
   org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:129) 
   org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:607) 
   org.netbeans.core.startup.preferences.PropertiesStorage.runAtomic(PropertiesS 
 torage.java:321) 
   org.netbeans.core.startup.preferences.NbPreferences$1.run(NbPreferences.java: 
 78) 
   org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1411) 
   org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1991)
Comment 1 Jaroslav Tulach 2012-03-14 13:11:55 UTC
The failure happens in JDEVADF_MAIN_GENERIC_120312.0409.6285 which contains sources of NetBeans at changeset f576398eafca
Comment 2 Theofanis Oikonomou 2012-03-14 13:25:32 UTC

*** This bug has been marked as a duplicate of bug 209418 ***