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 232714 - AbstractMethodError: org.netbeans.modules.kenai.ui.api.KenaiServer.getTeamMenuActions()[Ljavax/swing/Action;
Summary: AbstractMethodError: org.netbeans.modules.kenai.ui.api.KenaiServer.getTeamMen...
Status: RESOLVED FIXED
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Team Framework (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-15 14:21 UTC by alied
Modified: 2013-07-17 11:06 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202112


Attachments
stacktrace (4.52 KB, text/plain)
2013-07-15 14:21 UTC, alied
Details
stacktrace (1.96 KB, text/plain)
2013-07-17 04:48 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2013-07-15 14:21:49 UTC
Build: NetBeans IDE Dev (Build 201307150106)
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:
alied: I've just finished to install latest dev and restarted

helderneres: Open the IDE after a plugins update. Development version - NetBeans 7.4




Stacktrace: 
java.lang.AbstractMethodError: org.netbeans.modules.kenai.ui.api.KenaiServer.getTeamMenuActions()[Ljavax/swing/Action;
   at org.netbeans.modules.team.ui.TeamMenuAction.getSubMenu(TeamMenuAction.java:122)
   at org.netbeans.modules.team.ui.TeamMenuAction.synchMenuPresenters(TeamMenuAction.java:105)
   at org.netbeans.modules.team.ui.TeamMenuAction.getMenuPresenters(TeamMenuAction.java:89)
   at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:108)
   at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:859)
   at org.openide.loaders.FolderInstance.defaultProcessObjectsFinal(FolderInstance.java:885)
Comment 1 alied 2013-07-15 14:21:51 UTC
Created attachment 137128 [details]
stacktrace
Comment 2 Exceptions Reporter 2013-07-17 04:42:41 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=202112
Comment 3 Exceptions Reporter 2013-07-17 04:48:37 UTC
Created attachment 137277 [details]
stacktrace

update plugins
Comment 4 Tomas Stupka 2013-07-17 11:06:16 UTC
kenai modules where out of sync with the team infrastructure on the update center. 
a new team/kenai plugins update should fix this.