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 239831 - IllegalStateException: Listener 1945863693 is already attached to J2SEProjectPlatform 102628088 for Project Fit.
Summary: IllegalStateException: Listener 1945863693 is already attached to J2SEProject...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.4
Hardware: All All
: P4 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-27 19:03 UTC by Exceptions Reporter
Modified: 2014-02-14 11:39 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206260


Attachments
stacktrace (1.18 KB, text/plain)
2013-12-27 19:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-12-27 19:03:40 UTC
This bug was originally marked as duplicate of bug 232400, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Windows 7

User Comments:
GUEST: Nothing unusual, compiling, running app.
I don't like this feature, how to turn it off, very annoying !!!
I don't need notifications.

GUEST: Just started.

SuRam: I dont remember.But It always shows an error at the startup for a past few days now.




Stacktrace: 
java.lang.IllegalStateException: Listener 1945863693 is already attached to J2SEProjectPlatform 102628088 for Project Fit.
   at org.netbeans.modules.javawebstart.JWSProjectOpenHook$PlatformListener.attach(JWSProjectOpenHook.java:207)
   at org.netbeans.modules.javawebstart.JWSProjectOpenHook.projectOpened(JWSProjectOpenHook.java:91)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:248)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:1230)
Comment 1 Exceptions Reporter 2013-12-27 19:03:42 UTC
Created attachment 143485 [details]
stacktrace
Comment 2 Tomas Zezula 2014-01-06 10:31:17 UTC
2 instances of a POH or asymmetry in calling open and close.
See issue #232400 for details.
Comment 3 Milos Kleint 2014-01-21 07:13:22 UTC
all 7.4 reports come from a single user in a span of few days.
Comment 4 Milos Kleint 2014-01-21 07:32:01 UTC
appears to be indeed duplicate of issue 232400, reassigning