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 166538 - NoSuchMethodError: org.netbeans.modules.glassfish.spi.ServerUtilities.finishServerInitialization()V
Summary: NoSuchMethodError: org.netbeans.modules.glassfish.spi.ServerUtilities.finishS...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Vince Kraemer
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 12:03 UTC by Exceptions Reporter
Modified: 2009-12-08 15:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149139


Attachments
stacktrace (2.35 KB, text/plain)
2009-06-04 12:03 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2009-06-04 12:03:38 UTC
Build: NetBeans IDE 6.7 RC1 (Build 200905282243)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows Vista, 6.0, x86

User Comments:
GUEST: Installed JavaEE plugins and its depandencies (Database, Webclient...). Error catched after NetBeans restart.

GUEST: i've upgraded from beta to rc1 by copying profile folder and renaming it.

klauern: Probably missing a module that wasn't installed.  This is a new development version, so some of the plugins from the last dev version weren't installed (yet).

piastucki: Opening Python project



Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.glassfish.spi.ServerUtilities.finishServerInitialization()V
        at org.netbeans.modules.glassfish.javaee.Hk2OptionalFactory.finishServerInitialization(Hk2OptionalFactory.java:270)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.init(ServerRegistry.java:145)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.instancesMap(ServerRegistry.java:166)
        at org.netbeans.modules.j2ee.deployment.impl.ServerRegistry.getInstanceURLs(ServerRegistry.java:268)
        at org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties.getInstanceList(InstanceProperties.java:290)
        at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.getServerInstanceIDs(Deployment.java:322)
Comment 1 Exceptions Reporter 2009-06-04 12:03:49 UTC
Created attachment 83200 [details]
stacktrace
Comment 2 Vince Kraemer 2009-09-19 08:07:54 UTC
this is just all kinds of messed up....  This is the Hk2OptionalFactory.java for the exception filed against the
20090528 build... the is no reference to a ServerUtilities.finishServerInitialization() V on line 270.

http://hg.netbeans.org/main-golden/file/1f97a7b1b763/glassfish.javaee/src/org/netbeans/modules/glassfish/javaee/Hk2OptionalFactory.java

I am going to lower the priority of this issue to p4
Comment 3 Vince Kraemer 2009-12-08 15:08:04 UTC
This has not happened for a while... It looks like it got resolved by some other code change... or something.