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 - [68cat] NoClassDefFoundError: Could not initialize class org.netbeans.modules.parsing.impl.indexing.errors.ErrorAnnotator
Summary: [68cat] NoClassDefFoundError: Could not initialize class org.netbeans.modules...
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-10 16:46 UTC by franci
Modified: 2010-03-10 17:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166226


Attachments
stacktrace (1.48 KB, text/plain)
2010-03-10 16:46 UTC, franci
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***