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 255771 - [81cat] Finding packages stuck at 0%
Summary: [81cat] Finding packages stuck at 0%
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-07 12:25 UTC by aquaglia
Modified: 2015-10-27 09:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (16.08 KB, application/octet-stream)
2015-10-07 12:26 UTC, aquaglia
Details
.npss file attached from NetBeans (3.40 MB, application/x-npss)
2015-10-27 09:29 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aquaglia 2015-10-07 12:25:41 UTC

    
Comment 1 aquaglia 2015-10-07 12:26:54 UTC
Created attachment 156587 [details]
snapshot
Comment 2 Antonin Nebuzelsky 2015-10-09 11:37:53 UTC
Any steps to reproduce?
Comment 3 Jaroslav Havlin 2015-10-09 13:50:32 UTC
It seems that NetBeans filesystem was being refreshed after some external change.
Another lengthy operation in the snapshot is removing of a FileChangeListener from a folder, which involves recursive traversing of all cached children. It can be slow if there is a lot of files in the project tree. (Or some recursive symbolic link can be involved.)
Can you please provide any additional information?
Comment 4 aquaglia 2015-10-09 14:20:36 UTC
Indeed one of the projects has many files.
Since the occurrence of the problem, I killed NB, disinstalled it and then reinstalled it.
Now it is fine.
Comment 5 aquaglia 2015-10-27 09:28:55 UTC
I have just installed the FCS for 8.1:
Product Version: NetBeans IDE 8.1 (Build 201510222201)
Java: 1.8.0_45; Java HotSpot(TM) 64-Bit Server VM 25.45-b02
Runtime: Java(TM) SE Runtime Environment 1.8.0_45-b15
System: Windows 7 version 6.1 running on amd64; Cp1252; en_GB (nb)
User directory: C:\Users\quaglan\AppData\Roaming\NetBeans\8.1
Cache directory: C:\Users\quaglan\AppData\Local\NetBeans\Cache\8.1


I have started NB 8.1 FCS for the first time after the installation.
It took several minutes while the "Background scanning of projects" remained at 96%. 
I have attached the IDE snapshot.
Comment 6 aquaglia 2015-10-27 09:29:12 UTC
Created attachment 156993 [details]
.npss file attached from NetBeans

.npss file
Comment 7 aquaglia 2015-10-27 09:34:15 UTC
Eventually all scanning processes completed and now it is working fine.