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 234463 - IllegalStateException: Listener 653415582 is already attached to J2SEProjectPlatform 1871799563 for Project JemmyFXTestViewer.
Summary: IllegalStateException: Listener 653415582 is already attached to J2SEProjectP...
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-08-15 16:01 UTC by SimonLissack
Modified: 2013-08-19 18:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 203077


Attachments
stacktrace (1.30 KB, text/plain)
2013-08-15 16:01 UTC, SimonLissack
Details

Note You need to log in before you can comment on or make changes to this bug.
Description SimonLissack 2013-08-15 16:01:16 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 201308141142)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_11-b21
OS: Windows 8

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.




Stacktrace: 
java.lang.IllegalStateException: Listener 653415582 is already attached to J2SEProjectPlatform 1871799563 for Project JemmyFXTestViewer.
   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 SimonLissack 2013-08-15 16:01:17 UTC
Created attachment 138752 [details]
stacktrace
Comment 2 Tomas Zezula 2013-08-19 18:56:50 UTC

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