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 181803

Summary: [68cat] NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Product: platform Reporter: franci <franci>
Component: Module SystemAssignee: Jesse Glick <jglick>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 166226
Attachments: stacktrace

Description franci 2010-03-10 16:46:03 UTC
Build: NetBeans IDE Dev (Build 201002152000)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux

User Comments:
franci: building a java project




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.RepositoryUpdater$Work.index(RepositoryUpdater.java:1569)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.scanFiles(RepositoryUpdater.java:1927)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:2105)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:1973)
Comment 1 franci 2010-03-10 16:46:13 UTC
Created attachment 95019 [details]
stacktrace
Comment 2 Jesse Glick 2010-03-10 17:08:22 UTC

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