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 232923 - AbstractMethodError at org.glassfish.tools.ide.admin.Runner.handleStateChange
Summary: AbstractMethodError at org.glassfish.tools.ide.admin.Runner.handleStateChange
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.4
Hardware: All All
: P2 normal (vote)
Assignee: TomasKraus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-17 17:00 UTC by Maksim Khramov
Modified: 2013-07-18 19:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202240


Attachments
stacktrace (1.26 KB, text/plain)
2013-07-17 17:00 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maksim Khramov 2013-07-17 17:00:58 UTC
Build: NetBeans IDE Dev (Build 201307152300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Windows 7

User Comments:
mkhramov: Web application run under debugger on GF4 server.
Breakpoint set in JAX-WS method.
Apply some code changes in file and save. Exception is thrown




Stacktrace: 
java.lang.AbstractMethodError
   at org.glassfish.tools.ide.admin.Runner.handleStateChange(Runner.java:502)
   at org.glassfish.tools.ide.admin.Runner.setReadyState(Runner.java:516)
   at org.glassfish.tools.ide.admin.Runner.execute(Runner.java:527)
   at org.glassfish.tools.ide.admin.ServerAdmin.exec(ServerAdmin.java:97)
   at org.netbeans.modules.glassfish.common.CommonServerSupport.undeploy(CommonServerSupport.java:606)
   at org.netbeans.modules.glassfish.javaee.Hk2DeploymentManager.undeploy(Hk2DeploymentManager.java:342)
Comment 1 Maksim Khramov 2013-07-17 17:00:59 UTC
Created attachment 137333 [details]
stacktrace
Comment 2 TomasKraus 2013-07-17 19:45:19 UTC
This looks like some new regression comming from my last changes. Raising to P2, I'll try to fix this ASAP.
Comment 3 TomasKraus 2013-07-18 11:32:29 UTC
public class AbstractMethodError
extends IncompatibleClassChangeError

Thrown when an application tries to call an abstract method. Normally, this error is caught by the compiler; this error can only occur at run time if the definition of some class has incompatibly changed since the currently executing method was last compiled. 
---------------------------------------------------------------------------------

This looks like some inconsistency in your environment. Also checked Build 201307152300 which is older than my last big change.

Try to reinstall dev build from scratch using last dev build available.
Comment 4 Maksim Khramov 2013-07-18 19:04:51 UTC
Not reproduclibe with last 01307172300 build
Comment 5 TomasKraus 2013-07-18 19:50:53 UTC
OK, then I can close this issue. Thank you for quick response.