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 270171 - IllegalStateException: Node has been removed.
Summary: IllegalStateException: Node has been removed.
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-22 15:25 UTC by wissenstein
Modified: 2017-03-22 15:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228515


Attachments
stacktrace (1.69 KB, text/plain)
2017-03-22 15:25 UTC, wissenstein
Details

Note You need to log in before you can comment on or make changes to this bug.
Description wissenstein 2017-03-22 15:25:22 UTC
This bug was originally marked as duplicate of bug 236789, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201703060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Windows 10

User Comments:
wissenstein: Edited Formatting section for a project and tried to save it.




Stacktrace: 
java.lang.IllegalStateException: Node has been removed.
   at java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:283)
   at org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider$AuxiliaryConfigBasedPreferences.access$1901(AuxiliaryConfigBasedPreferencesProvider.java:447)
   at org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider$AuxiliaryConfigBasedPreferences$2.run(AuxiliaryConfigBasedPreferencesProvider.java:676)
   at org.netbeans.modules.projectapi.AuxiliaryConfigBasedPreferencesProvider$AuxiliaryConfigBasedPreferences$2.run(AuxiliaryConfigBasedPreferencesProvider.java:674)
   at org.netbeans.modules.openide.util.DefaultMutexImplementation.readAccess(DefaultMutexImplementation.java:209)
   at org.openide.util.Mutex.readAccess(Mutex.java:250)
Comment 1 wissenstein 2017-03-22 15:25:25 UTC
Created attachment 163919 [details]
stacktrace