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 225544 - NoSuchMethodError: org.netbeans.modules.glassfish.spi.GlassfishModule.getInstance()Lorg/glassfish/tools/ide/data/GlassFishServer;
Summary: NoSuchMethodError: org.netbeans.modules.glassfish.spi.GlassfishModule.getInst...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-30 15:14 UTC by esfand
Modified: 2013-03-26 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 173499


Attachments
stacktrace (2.02 KB, text/plain)
2013-01-30 15:14 UTC, esfand
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esfand 2013-01-30 15:14:32 UTC
This bug was originally marked as duplicate of bug 209630, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-10185-on-20130128)
VM: Java HotSpot(TM) Client VM, 25.0-b09, Java(TM) SE Runtime Environment, 1.8.0-ea-b65
OS: Windows XP

User Comments:
GUEST: Launching NetBeans

GUEST: at startup w/ 9 EE6 projects open




Stacktrace: 
java.lang.NoSuchMethodError: org.netbeans.modules.glassfish.spi.GlassfishModule.getInstance()Lorg/glassfish/tools/ide/data/GlassFishServer;
   at org.netbeans.modules.glassfish.javaee.JavaEEServerModuleFactory$1.run(JavaEEServerModuleFactory.java:151)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2048)
Comment 1 esfand 2013-01-30 15:14:35 UTC
Created attachment 130844 [details]
stacktrace
Comment 2 TomasKraus 2013-02-25 10:53:05 UTC
Please can you check this issue with new build (after 20th February 2013)? This should already be fixed.
Comment 3 TomasKraus 2013-03-26 10:34:55 UTC
There were some issues with GlassFish Tooling Library in 2nd half of January / 1st half of February builds causing NoSuchMethod or NoSuchClass exceptions.

I did not see them after javaee7 branch merge (after 20th February 2013) again.
Closing this as resolved.