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 - Background scanning hangs with process time consuming
Summary: Background scanning hangs with process time consuming
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
: 254420 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-09-22 11:23 UTC by TriAnMan
Modified: 2016-04-22 10:51 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204173


Attachments
stacktrace (2.42 KB, text/plain)
2014-09-22 11:23 UTC, TriAnMan
Details

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