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 232516 - IllegalStateException: Listener 888896246 is not attached to J2SEProjectPlatform 1782957990 for Project MemoryView.
Summary: IllegalStateException: Listener 888896246 is not attached to J2SEProjectPlatf...
Status: RESOLVED DUPLICATE of bug 232400
Alias: None
Product: platform
Classification: Unclassified
Component: Lookup (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-10 13:12 UTC by Jiri Kovalsky
Modified: 2013-07-10 14:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202041


Attachments
stacktrace (1.06 KB, text/plain)
2013-07-10 13:12 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2013-07-10 13:12:40 UTC
Build: NetBeans IDE 7.4 Beta (Build 201307092200)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b13
OS: Linux

User Comments:
jkovalsky: I was debugging DeadlockTest.java, detected deadlock, finished debugging session, closed JUnitSampleProjectAnt project and closed MemoryViewAnt project when this exception occurred.




Stacktrace: 
java.lang.IllegalStateException: Listener 888896246 is not attached to J2SEProjectPlatform 1782957990 for Project MemoryView.
   at org.netbeans.modules.javawebstart.JWSProjectOpenHook$PlatformListener.detach(JWSProjectOpenHook.java:219)
   at org.netbeans.modules.javawebstart.JWSProjectOpenHook.projectClosed(JWSProjectOpenHook.java:164)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectClosed(ProjectOpenedHook.java:89)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectClosed(UILookupMergerSupport.java:260)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectClosed(ProjectOpenedHook.java:89)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyClosed(OpenProjectList.java:1254)
Comment 1 Jiri Kovalsky 2013-07-10 13:12:41 UTC
Created attachment 136954 [details]
stacktrace
Comment 2 Tomas Zezula 2013-07-10 14:05:51 UTC

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