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 253527 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.api.model.services.CsmSelect
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.api...
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: danilasergeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-16 14:26 UTC by Alexander Simon
Modified: 2015-09-17 11:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218586


Attachments
stacktrace (1.37 KB, text/plain)
2015-07-16 14:26 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-07-16 14:26:54 UTC
Build: NetBeans IDE Dev (Build 20150716-45a3aaa50900)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
alexvsimon: go to type




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.cnd.api.model.services.CsmSelect
   at org.netbeans.modules.cnd.gotodeclaration.type.CppTypeProvider$Worker.run(CppTypeProvider.java:243)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
   at java.util.concurrent.FutureTask.run(FutureTask.java:262)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 Alexander Simon 2015-07-16 14:26:55 UTC
Created attachment 154682 [details]
stacktrace
Comment 2 danilasergeyev 2015-09-17 11:33:52 UTC
Something wrong in order of loaded modules.
There is no beginning of message log and there is no possibility to understand a problem.