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 65091 - java.io.IOException: Could not delete:
Summary: java.io.IOException: Could not delete:
Status: RESOLVED DUPLICATE of bug 62247
Alias: None
Product: java
Classification: Unclassified
Component: Platform (show other bugs)
Version: 4.x
Hardware: PC Windows 95/98
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-25 18:45 UTC by jbrdbr
Modified: 2005-09-26 08:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jbrdbr 2005-09-25 18:45:45 UTC
Since my last upgrade, I come across the following error upon start-up on
NetBeans 4.1

java.io.IOException: Could not delete:
C:\WINDOWS\.netbeans\4.1\var\cache\all-layers.dat
	at
org.netbeans.core.projects.cache.BinaryCacheManager.cleanupCache(BinaryCacheManager.java:56)
	at
org.netbeans.core.projects.ModuleLayeredFileSystem$1.run(ModuleLayeredFileSystem.java:260)
	at org.openide.filesystems.EventControl.runAtomicAction(EventControl.java:89)
	at org.openide.filesystems.FileSystem.runAtomicAction(FileSystem.java:432)
	at
org.netbeans.core.projects.ModuleLayeredFileSystem.setURLs(ModuleLayeredFileSystem.java:242)
	at
org.netbeans.core.projects.ModuleLayeredFileSystem.addURLs(ModuleLayeredFileSystem.java:315)
	at org.netbeans.core.modules.NbInstaller.loadLayers(NbInstaller.java:559)
	at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:205)
	at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:869)
	at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:382)
	at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:316)
	at org.netbeans.core.modules.ModuleSystem.restore(ModuleSystem.java:253)
	at org.netbeans.core.NonGui.run(NonGui.java:355)
	at org.netbeans.core.Main.run(Main.java:185)
	at org.netbeans.core.NbTopManager.getNbTopManager(NbTopManager.java:241)
	at org.netbeans.core.NbTopManager.get(NbTopManager.java:190)
	at org.netbeans.core.Main.start(Main.java:311)
	at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:595)
Comment 1 Marian Mirilovic 2005-09-26 08:26:47 UTC

*** This issue has been marked as a duplicate of 62247 ***