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 271287 - NoSuchMethodError: org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.getInstance(Lorg/netbeans/modules/cnd/debugger/common2/debugger/DialogManager;Ljavax/swing/JButton;Lorg/netbea
Summary: NoSuchMethodError: org.netbeans.modules.cnd.debugger.common2.debugger.actions...
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-14 08:14 UTC by Exceptions Reporter
Modified: 2017-08-14 15:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230024


Attachments
stacktrace (3.62 KB, text/plain)
2017-08-14 08:14 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-08-14 08:14:17 UTC
Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.121-b13, Java(TM) SE Runtime Environment, 1.8.0_121-b13
OS: Linux

User Comments:
GUEST: Extracted zip Netbeans installation with additional gdbserver plugin installed. I import a makefile project with existing sources and click on Attach Debugger




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.cnd.debugger.common2.debugger.actions.AttachPanel.getInstance(Lorg/netbeans/modules/cnd/debugger/common2/debugger/DialogManager;Ljavax/swing/JButton;Lorg/netbeans/modules/cnd/debugger/common2/debugger/api/EngineType;)Lorg/netbeans/modules/cnd/debugger/common2/debugger/actions/AttachPanel;
   at org.netbeans.modules.cnd.debugger.gdb2.actions.GdbAttachType.getCustomizer(GdbAttachType.java:83)
   at org.netbeans.spi.debugger.ui.AttachType$ContextAware.getCustomizer(AttachType.java:187)
   at org.netbeans.modules.debugger.ui.actions.ConnectorPanel.refresh(ConnectorPanel.java:209)
   at org.netbeans.modules.debugger.ui.actions.ConnectorPanel.<init>(ConnectorPanel.java:170)
   at org.netbeans.modules.debugger.ui.actions.ConnectAction.actionPerformed(ConnectAction.java:132)
   at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022)
Comment 1 Exceptions Reporter 2017-08-14 08:14:22 UTC
Created attachment 164944 [details]
stacktrace
Comment 2 Maria Tishkova 2017-08-14 15:10:51 UTC
Please update platform (it is required fir correct work of GDB server plugin).
as gdb server plugin is supposed to work for the  8.2  release + all patches.
From messages.log I see that gdb module (not gdbserver, but part of C/C++) is out of date.