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 254883 - java.io.FileNotFoundException: C:\Users\ym14149\AppData\Local\NetBeans\Cache\dev\cvscache\110.bin (The system cannot find the file specified)
Summary: java.io.FileNotFoundException: C:\Users\ym14149\AppData\Local\NetBeans\Cache\...
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-31 21:15 UTC by ytn01
Modified: 2015-08-31 21:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219569


Attachments
stacktrace (1.75 KB, text/plain)
2015-08-31 21:15 UTC, ytn01
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ytn01 2015-08-31 21:15:32 UTC
Build: NetBeans IDE Dev (Build 201508310002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Windows 7

User Comments:
ytn01: Installed fresh copy of todays development build. (I currently have NetBeans 8.0.2 and several past daily builds installed)
Launched it for the first time.

Exception was generated.




Stacktrace: 
java.io.FileNotFoundException: C:\Users\ym14149\AppData\Local\NetBeans\Cache\dev\cvscache\110.bin (The system cannot find the file specified)
   at java.io.FileInputStream.open0(FileInputStream.java:0)
   at java.io.FileInputStream.open(FileInputStream.java:195)
   at java.io.FileInputStream.<init>(FileInputStream.java:138)
   at org.netbeans.modules.versioning.system.cvss.DiskMapTurboProvider.getAllModifiedValues(DiskMapTurboProvider.java:92)
   at org.netbeans.modules.versioning.system.cvss.FileStatusCache.getAllModifiedFiles(FileStatusCache.java:427)
   at org.netbeans.modules.versioning.system.cvss.Annotator.annotateFolderIcon(Annotator.java:484)
Comment 1 ytn01 2015-08-31 21:15:35 UTC
Created attachment 155777 [details]
stacktrace