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 - IllegalStateException: JsIndexer.postScanTask can be called only from scanner thread.
Summary: IllegalStateException: JsIndexer.postScanTask can be called only from scanner...
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-05 11:47 UTC by mps77
Modified: 2016-06-05 11:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 224352


Attachments
stacktrace (4.40 KB, text/plain)
2016-06-05 11:47 UTC, mps77
Details

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