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 254458 - Background scanning projects stopped
Summary: Background scanning projects stopped
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-17 18:22 UTC by Exceptions Reporter
Modified: 2015-08-21 01:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219242


Attachments
stacktrace (2.01 KB, text/plain)
2015-08-17 18:22 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-08-17 18:22:22 UTC
This issue was reported manually by tzezula.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_55-b14
OS: Linux

User Comments:
GUEST: Background scanning projects stopped in 14% and not cotinue




Stacktrace: 
org.netbeans.modules.parsing.impl.indexing.ScanCancelledException: Slow scanning in org-netbeans-modules-jumpto-file-FileIndexer
   at java.lang.Thread.getStackTrace(Thread.java:1588)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:131)
   at org.netbeans.modules.parsing.impl.indexing.LogContext.create(LogContext.java:124)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.scheduleFirer(PathRegistry.java:906)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.resetCacheAndFire(PathRegistry.java:899)
   at org.netbeans.modules.parsing.impl.indexing.PathRegistry.access$500(PathRegistry.java:90)
Comment 1 Exceptions Reporter 2015-08-17 18:22:23 UTC
Created attachment 155410 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-08-19 09:29:00 UTC
Fix: http://hg.netbeans.org/core-main/rev/361bab0f3581
Comment 3 Quality Engineering 2015-08-21 01:21:02 UTC
Integrated into 'main-silver', will be available in build *201508210002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/361bab0f3581
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #254458 - Background scanning projects stopped
Make sure Task class is already loaded before touching the accessor.