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 156873 - java.io.IOException: The system cannot find the path specified
Summary: java.io.IOException: The system cannot find the path specified
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 11:57 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 133424


Attachments
stacktrace (5.56 KB, text/plain)
2009-05-04 14:18 UTC, bartvdc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2009-01-15 11:57:26 UTC
11 duplicates so far ...

Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-rc-b28
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.io.IOException: ???????????
        at java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:0)
        at java.io.File.createNewFile(File.java:883)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:276)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:233)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$.call(FolderObj.java:203)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$.call(FolderObj.java:202)
        at org.netbeans.modules.masterfs.filebasedfs.FileBasedFileSystem.runAsInconsistent(FileBasedFileSystem.java:112)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:206)
        at org.openide.filesystems.FileUtil.createData(FileUtil.java:582)
        at org.netbeans.spi.project.support.ant.AntProjectHelper$.run(AntProjectHelper.java:309)
Comment 1 Jiri Skrivanek 2009-01-16 14:27:31 UTC
Possibly folder was removed by other thread while pasting to it. But I would need a reproducible test case to fix it.
Comment 2 bartvdc 2009-05-04 14:18:31 UTC
This issue was originally marked as duplicate of issue 156873, that is already fixed. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE 6.7 Beta (Build 200904242137)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 
move in favourites

Stacktrace: 
java.io.IOException: The system cannot find the path specified
        at java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:0)
        at java.io.File.createNewFile(File.java:883)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:287)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:244)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:214)
        at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:212)
Comment 3 bartvdc 2009-05-04 14:18:46 UTC
Created attachment 81468 [details]
stacktrace
Comment 4 Marian Mirilovic 2009-12-03 03:25:39 UTC
v/c