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 221151

Summary: AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V
Product: connecteddeveloper Reporter: markiewb
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: RESOLVED FIXED    
Severity: normal CC: alesak, jdlee, michbarsinai
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 194253
Attachments: stacktrace
stacktrace

Description markiewb 2012-10-31 08:38:44 UTC
Build: NetBeans IDE Dev (Build 201210310001)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01, Java(TM) SE Runtime Environment, 1.6.0_37-b06
OS: Windows 7

User Comments:
jdlee: I get this error at application start.

markiewb: Starting a NetBeans Dev Build

alesak: when ide starts




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V
   at org.netbeans.modules.bugtracking.kenai.KenaiRepositories.addPropertyChangeListener(KenaiRepositories.java:118)
   at org.netbeans.modules.bugtracking.api.RepositoryManager.<init>(RepositoryManager.java:84)
   at org.netbeans.modules.bugtracking.api.RepositoryManager.getInstance(RepositoryManager.java:93)
   at org.netbeans.modules.tasks.ui.DashboardTopComponent.componentOpened(DashboardTopComponent.java:210)
   at org.openide.windows.WindowManager.componentOpenNotify(WindowManager.java:307)
   at org.netbeans.core.windows.WindowManagerImpl.notifyTopComponentOpened(WindowManagerImpl.java:1140)
Comment 1 markiewb 2012-10-31 08:38:46 UTC
Created attachment 126828 [details]
stacktrace
Comment 2 Ondrej Vrabec 2012-10-31 08:52:21 UTC
spec version not increased in core-main #7ab3e20b91be when the SPI change was made
Comment 3 Ondrej Vrabec 2012-10-31 08:54:14 UTC
fix: http://hg.netbeans.org/core-main/rev/cf3a67e90c30
Comment 4 Tomas Stupka 2012-10-31 19:01:53 UTC
*** Bug 221203 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2012-11-01 02:44:05 UTC
Integrated into 'main-golden', will be available in build *201211010001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/cf3a67e90c30
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #221151 - AbstractMethodError: org.netbeans.modules.bugtracking.kenai.spi.KenaiAccessor.addPropertyChangeListener(Ljava/beans/PropertyChangeListener;)V
increasing the spec version to force the current version of the module showing in updates
Comment 6 michbarsinai 2012-11-02 15:17:07 UTC
Created attachment 127025 [details]
stacktrace

Selected the git>commit item from the project contextual menu.
The error report dialog appeared behind the git commit dialog.