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 239477 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.gsf.testrunner.api.TestsuiteNode
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.gsf.tes...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: TestNG (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Theofanis Oikonomou
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-13 15:04 UTC by Vladimir Voskresensky
Modified: 2013-12-13 15:11 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 206000


Attachments
stacktrace (1.89 KB, text/plain)
2013-12-13 15:04 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2013-12-13 15:04:08 UTC
Build: NetBeans IDE Dev (Build 20131213-f41da123be36)
VM: Java HotSpot(TM) Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
vv159170: run test




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.gsf.testrunner.api.TestsuiteNode
   at org.netbeans.modules.gsf.testrunner.api.RootNodeChildren.getNode(RootNodeChildren.java:291)
   at org.netbeans.modules.gsf.testrunner.api.RootNodeChildren.displayReport(RootNodeChildren.java:205)
   at org.netbeans.modules.gsf.testrunner.api.RootNode.displayReport(RootNode.java:177)
   at org.netbeans.modules.gsf.testrunner.api.ResultPanelTree.displayReport(ResultPanelTree.java:218)
   at sun.reflect.GeneratedMethodAccessor425.invoke(GeneratedMethodAccessor425.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Vladimir Voskresensky 2013-12-13 15:04:10 UTC
Created attachment 143161 [details]
stacktrace
Comment 2 Theofanis Oikonomou 2013-12-13 15:11:14 UTC
This should be fixed by http://hg.netbeans.org/core-main/rev/ac52dd82df21. Please wait for the fix to be propagated to main-silver, try a latest build and reopen if this does not fix the issue. Thank you