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 252811 - java.io.IOException: Can not delete: C:\Users\ashwini.maurya\AppData\Local\NetBeans\Cache\8.0\svncache\199.bin.new
Summary: java.io.IOException: Can not delete: C:\Users\ashwini.maurya\AppData\Local\Ne...
Status: RESOLVED INCOMPLETE
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-04 15:17 UTC by ashwini.maurya
Modified: 2015-07-17 01:19 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 179696


Attachments
stacktrace (953 bytes, text/plain)
2015-06-04 15:17 UTC, ashwini.maurya
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ashwini.maurya 2015-06-04 15:17:40 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Windows 8

User Comments:
GUEST: tried to erase files in project

GUEST: I get this exception with "Clean and build main project".
I hope, that be this something helped.

GUEST: No idea, just running some code

GUEST: no idea

GUEST: check out

ashwini.maurya: problem

GUEST: compile grails project

GUEST: I updated NetBeans 7.2. Then I was doing a Clean And build when I received that error.




Stacktrace: 
java.io.IOException: Can not delete: C:\Users\ashwini.maurya\AppData\Local\NetBeans\Cache\8.0\svncache\199.bin.new
   at org.netbeans.modules.versioning.util.FileUtils.renameFile(FileUtils.java:242)
   at org.netbeans.modules.subversion.DiskMapTurboProvider.writeEntry(DiskMapTurboProvider.java:393)
   at org.netbeans.modules.turbo.Turbo.storeEntry(Turbo.java:309)
   at org.netbeans.modules.turbo.Turbo.writeEntry(Turbo.java:287)
   at org.netbeans.modules.subversion.FileStatusCache.getScannedFiles(FileStatusCache.java:841)
   at org.netbeans.modules.subversion.FileStatusCache.refresh(FileStatusCache.java:548)
Comment 1 ashwini.maurya 2015-06-04 15:17:44 UTC
Created attachment 154059 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-07-08 13:25:54 UTC
Fix: core-main #c9acc10f415a
Changeset: c9acc10f415a
Message:   Add more logging.
Comment 3 Quality Engineering 2015-07-17 01:19:17 UTC
Integrated into 'main-silver', will be available in build *201507170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/c9acc10f415a
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #252811 - java.io.IOException: Can not delete: C:\Users\ashwini.maurya\AppData\Local\NetBeans\Cache\8.0\svncache\199.bin.new
Add more logging.