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 269022 - Background scanning of Projects never completes
Summary: Background scanning of Projects never completes
Status: RESOLVED INCOMPLETE
Alias: None
Product: ide
Classification: Unclassified
Component: Performance (show other bugs)
Version: 8.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-18 08:47 UTC by ChrisCharlton
Modified: 2016-11-21 09:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log file (39.49 KB, text/x-log)
2016-11-18 08:47 UTC, ChrisCharlton
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ChrisCharlton 2016-11-18 08:47:05 UTC
Created attachment 162949 [details]
message.log file

Similar to various other issues raised.

I'm developing against two technology stacks - one project has a Dropwizard (java) backend, with HTML5/Javascript/AngularJS 1 front end in the same project.

I've also started a second relavent project with Ionic/Cordova, Typescript and Angular2.

Background scanning hangs (one of my 4 CPU's sticks on 100%) on the first project, apparently scanning the HTML5/javascript portions of the project.

It won't allow itself to be closed, and has the further impact (I'm assuming) of making operations like 'format code' (in this instance TS code in the second project) hang, present the 'long running process' dialog box, and only allow cancel.

Any suggestions? The IDE is suddenly fairly unusable.
Comment 1 ChrisCharlton 2016-11-18 09:28:10 UTC
Interesting, because it was unusable I just reverted back to 8.1 - (exactly the same projects opened) - and background scanning completes successfully!
Comment 2 Tomas Hurka 2016-11-21 09:29:01 UTC
messages.log does not show anything unusual. 
Please capture and attach a .npss snapshot when NetBeans is using 100% CPU. The
steps how to obtain .npss snapshot are outlined here: 
http://wiki.netbeans.org/FitnessViaPartnership
Attach also IDE log file (messages.log), which corresponds to .npss snapshot.
Thanks.