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 232555 - NoSuchMethodException: org.glassfish.tools.ide.admin.RunnerHttpUndeploy.<init>(org.glassfish.tools.ide.data.GlassFishServer, org.glassfish.tools.ide.admin.Command)
Summary: NoSuchMethodException: org.glassfish.tools.ide.admin.RunnerHttpUndeploy.<init...
Status: RESOLVED DUPLICATE of bug 232541
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 10:18 UTC by Stepan Zebra
Modified: 2013-07-11 10:21 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202065


Attachments
stacktrace (3.98 KB, text/plain)
2013-07-11 10:18 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2013-07-11 10:18:41 UTC
Build: NetBeans IDE Dev (Build 201307102300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b13
OS: Windows 7

User Comments:
stezeb: Undeploy application from GlassFish 3 server.




Stacktrace: 
java.lang.NoSuchMethodException: org.glassfish.tools.ide.admin.RunnerHttpUndeploy.<init>(org.glassfish.tools.ide.data.GlassFishServer, org.glassfish.tools.ide.admin.Command)
   at java.lang.Class.getConstructor0(Class.java:2800)
   at java.lang.Class.getConstructor(Class.java:1708)
   at org.glassfish.tools.ide.admin.AdminFactory.newRunner(AdminFactory.java:159)
   at org.glassfish.tools.ide.admin.AdminFactoryHttp.getRunner(AdminFactoryHttp.java:106)
   at org.glassfish.tools.ide.admin.ServerAdmin.exec(ServerAdmin.java:164)
   at org.netbeans.modules.glassfish.common.nodes.Hk2Cookie$Undeploy.undeploy(Hk2Cookie.java:223)
Comment 1 Stepan Zebra 2013-07-11 10:18:43 UTC
Created attachment 136984 [details]
stacktrace
Comment 2 Stepan Zebra 2013-07-11 10:21:45 UTC

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