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 258039 - NoClassDefFoundError: Could not initialize class org.netbeans.modules.csl.core.TasklistStateBackdoor
Summary: NoClassDefFoundError: Could not initialize class org.netbeans.modules.csl.cor...
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: CSL (API & infrastructure) (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-17 15:50 UTC by misterm
Modified: 2016-08-11 10:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222588


Attachments
stacktrace (5.29 KB, text/plain)
2016-02-17 15:50 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2016-02-17 15:50:06 UTC
Build: NetBeans IDE Dev (Build 20160126-777f30f99645)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
misterm: .

misterm: .




Stacktrace: 
java.lang.NoClassDefFoundError: Could not initialize class org.netbeans.modules.csl.core.TasklistStateBackdoor
   at org.netbeans.modules.csl.core.TLIndexerFactory$TLIndexer.index(TLIndexerFactory.java:240)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$3.run(Indexable.java:248)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:296)
   at org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:246)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3210)
   at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$2.run(RepositoryUpdater.java:3232)
Comment 1 misterm 2016-02-17 15:50:08 UTC
Created attachment 158543 [details]
stacktrace
Comment 2 Svata Dedic 2016-08-11 10:58:22 UTC
Probably some intermittent problem; the root cause was a missing resource bundle key DN_tlIndexerName; but such key is present in the relevant bundle in the distribution.