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 251833 - Exception: Listener already exist for s3-sample /Users/jonbaker/NetBeansProjects/s3-sample
Summary: Exception: Listener already exist for s3-sample /Users/jonbaker/NetBeansProje...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-15 01:49 UTC by jdavidbakr
Modified: 2016-09-05 07:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216754


Attachments
stacktrace (1.23 KB, text/plain)
2015-04-15 01:49 UTC, jdavidbakr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jdavidbakr 2015-04-15 01:49:36 UTC
Build: NetBeans IDE Dev (Build 201503270001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b15
OS: Mac OS X

User Comments:
jdavidbakr: Got this error while opening a project.




Stacktrace: 
java.lang.Exception: Listener already exist for s3-sample /Users/jonbaker/NetBeansProjects/s3-sample
   at org.netbeans.modules.cnd.utils.CndUtils.severe(CndUtils.java:200)
   at org.netbeans.modules.cnd.utils.CndUtils.assertNull(CndUtils.java:157)
   at org.netbeans.modules.cnd.modelimpl.platform.CsmEventDispatcher.registerProject(CsmEventDispatcher.java:140)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.registerProjectListeners(ProjectBase.java:860)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.ensureFilesCreated(ProjectBase.java:935)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.onAddedToModelImpl(ProjectBase.java:1274)
Comment 1 jdavidbakr 2015-04-15 01:49:38 UTC
Created attachment 153197 [details]
stacktrace