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 182221 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing...
Status: RESOLVED DUPLICATE of bug 166236
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-17 14:51 UTC by juanmas07
Modified: 2010-03-17 15:24 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164848


Attachments
stacktrace (1.98 KB, text/plain)
2010-03-17 14:51 UTC, juanmas07
Details

Note You need to log in before you can comment on or make changes to this bug.
Description juanmas07 2010-03-17 14:51:41 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows XP

User Comments:
juanmas07: just open netbeans and start issues. And by pressing the 'View Data' button in left down corner another exception appeard

GUEST: Starting NetBeans IDE when this error message popped up.

GUEST: Error occured at launch

GUEST: save the options

averri: Editing a Scala source code.

vernon: Access Tools - Options menu




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
   at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.doRefresh(TaskCache.java:465)
   at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:457)
   at org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.dumpErrors(TaskCache.java:190)
   at org.netbeans.modules.parsing.spi.indexing.ErrorsCache.setErrors(ErrorsCache.java:65)
   at org.netbeans.modules.csl.core.TLIndexerFactory.commitErrors(TLIndexerFactory.java:99)
   at org.netbeans.modules.csl.core.TLIndexerFactory.scanFinished(TLIndexerFactory.java:94)
Comment 1 juanmas07 2010-03-17 14:51:46 UTC
Created attachment 95311 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-17 15:24:08 UTC

*** This bug has been marked as a duplicate of bug 166236 ***