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 262337

Summary: IllegalStateException: JsIndexer.postScanTask can be called only from scanner thread.
Product: javascript Reporter: mps77 <mps77>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 224352
Attachments: stacktrace

Description mps77 2016-06-05 11:47:26 UTC
This bug was originally marked as duplicate of bug 251756, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201604160001)
VM: Java HotSpot(TM) Client VM, 25.102-b04, Java(TM) SE Runtime Environment, 1.8.0_102-ea-b04
OS: Windows 7

User Comments:
mps77: actvate base ide plugin




Stacktrace: 
java.lang.IllegalStateException: JsIndexer.postScanTask can be called only from scanner thread.
   at org.netbeans.modules.javascript2.editor.index.JsIndexer$Factory.addPostScanTask(JsIndexer.java:298)
   at org.netbeans.modules.html.angular.index.AngularJsIndexer.index(AngularJsIndexer.java:183)
   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)
Comment 1 mps77 2016-06-05 11:47:28 UTC
Created attachment 159962 [details]
stacktrace