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

Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Product: platform Reporter: juanmas07
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal CC: averri, vernon
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 164848
Attachments: stacktrace

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 ***