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 247358

Summary: Background scanning hangs with process time consuming
Product: web Reporter: TriAnMan
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal CC: ce_jlewis, exceptions_reporter, mmirilovic, temistokles, tzezula
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204173
Attachments: stacktrace

Description TriAnMan 2014-09-22 11:23:14 UTC
Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: First time opening the project that was converted over from Netbeans 7.4 over to 8.0. Background scaning of projects is stuck at 40%

GUEST: startin up

GUEST: opened netbeans

GUEST: err

GUEST: Project over network (\\networkname\folder) seems to take forever.. canceling would help

TriAnMan: open a php project




Stacktrace: 
org.netbeans.modules.parsing.impl.indexing.ScanCancelledException: Slow scanning in html
   at java.lang.Thread.getStackTrace(Thread.java:1551)
   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 TriAnMan 2014-09-22 11:23:16 UTC
Created attachment 149412 [details]
stacktrace
Comment 2 Tomas Zezula 2014-09-22 11:47:04 UTC
org.netbeans.modules.parsing.impl.indexing.ScanCancelledException: Slow scanning in html
Comment 3 Milutin Kristofic 2015-08-17 15:25:20 UTC
*** Bug 254420 has been marked as a duplicate of this bug. ***
Comment 4 Milutin Kristofic 2015-09-28 12:13:37 UTC
Html scanning must be improved, but I am decreasing this to P3. Logs have not enough information, there is 10 reports after NB 8.0, no report after NB 8.0.2.  Some of the reports are from javascript scanning.
Comment 5 temistokles 2015-10-08 10:53:37 UTC
This started happening to me recently on 8.0.2 as well. Usually after checking out another branch of large project.

Closing the Netbeans (and killing the hanging processes), refreshing the git status from console and/or rechecking of the branch helps for now.