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 235590 - IllegalStateException: Listener 1461453602 is already attached to J2SEProjectPlatform 1880218075 for Project omc-server.
Summary: IllegalStateException: Listener 1461453602 is already attached to J2SEProject...
Status: RESOLVED DUPLICATE of bug 232400
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-06 09:02 UTC by aldobrucale
Modified: 2013-09-17 11:58 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203636


Attachments
stacktrace (1.30 KB, text/plain)
2013-09-06 09:02 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2013-09-06 09:02:00 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 Dev (Build 201309060001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Linux

User Comments:
simonlissack: Creating a new project group by going to File>Project Group> New Group
It created a new group, but I got this exception too.

aldobrucale: Created a new project group




Stacktrace: 
java.lang.IllegalStateException: Listener 1461453602 is already attached to J2SEProjectPlatform 1880218075 for Project omc-server.
   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 aldobrucale 2013-09-06 09:02:03 UTC
Created attachment 139741 [details]
stacktrace
Comment 2 Tomas Zezula 2013-09-17 11:58:33 UTC

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