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 255007 - IllegalStateException: Node has been removed.
Summary: IllegalStateException: Node has been removed.
Status: RESOLVED DUPLICATE of bug 236789
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 11:54 UTC by IrianR
Modified: 2016-07-13 15:46 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215718


Attachments
stacktrace (1.69 KB, text/plain)
2015-09-04 11:54 UTC, IrianR
Details
stacktrace (1.69 KB, text/plain)
2016-05-03 08:51 UTC, aldobrucale
Details
stacktrace (1.69 KB, text/plain)
2016-07-13 14:33 UTC, kRk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IrianR 2015-09-04 11:54:54 UTC
Build: NetBeans IDE Dev (Build 201509030002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
IrianR: Saving project specific formatting configuration

gtzabari: Imported formatting rules from another library. Tried to save changes, exception thrown.




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:252)
   at org.openide.util.Mutex.readAccess(Mutex.java:250)
Comment 1 IrianR 2015-09-04 11:54:56 UTC
Created attachment 155899 [details]
stacktrace
Comment 2 IrianR 2015-09-04 12:00:23 UTC
Maybe duplicate of 236789

Got this while performing

Test Formatting properties Test Case which passed anyway
Comment 3 aldobrucale 2016-05-03 08:51:11 UTC
Created attachment 159519 [details]
stacktrace

Closing a project that had just been (or was still being) opened
Comment 4 Exceptions Reporter 2016-05-03 08:51:16 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=215718
Comment 5 kRk 2016-07-13 14:33:54 UTC
Created attachment 160373 [details]
stacktrace

Applying forrmating options
Comment 6 Tomas Stupka 2016-07-13 15:46:18 UTC

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