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 257450 - IllegalStateException: Node has been removed.
Summary: IllegalStateException: Node has been removed.
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-07 04:29 UTC by abien
Modified: 2016-01-07 04:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222007


Attachments
stacktrace (4.46 KB, text/plain)
2016-01-07 04:29 UTC, abien
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abien 2016-01-07 04:29:27 UTC
Build: NetBeans IDE Dev (Build 201601060002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Mac OS X

User Comments:
abien: Removed inconsistent docker configuration then added a new one




Stacktrace: 
java.lang.IllegalStateException: Node has been removed.
   at java.util.prefs.AbstractPreferences.get(AbstractPreferences.java:283)
   at org.netbeans.modules.docker.api.DockerInstance.getUrl(DockerInstance.java:169)
   at org.netbeans.modules.docker.api.DockerAction.ping(DockerAction.java:929)
   at org.netbeans.modules.docker.api.DockerInstance.isAvailable(DockerInstance.java:191)
   at org.netbeans.modules.docker.ui.node.EnhancedDockerInstance$2.run(EnhancedDockerInstance.java:105)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 abien 2016-01-07 04:29:28 UTC
Created attachment 158037 [details]
stacktrace