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 192790 - java.io.IOException: No such file or directory
Summary: java.io.IOException: No such file or directory
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-02 11:32 UTC by xylifyx
Modified: 2016-03-21 14:50 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174597


Attachments
stacktrace (2.59 KB, text/plain)
2010-12-02 11:32 UTC, xylifyx
Details
stacktrace (1.67 KB, text/plain)
2012-11-15 10:43 UTC, eltony81
Details
stacktrace (1.82 KB, text/plain)
2016-03-21 14:50 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xylifyx 2010-12-02 11:32:23 UTC
This bug was originally marked as duplicate of bug 166500, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.0 Beta (Build 201011152355)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03-307, Java(TM) SE Runtime Environment, 1.6.0_22-b04-307-10M3261
OS: Mac OS X

User Comments:
xylifyx: removed files under project




Stacktrace: 
java.io.IOException: No such file or directory
   at java.io.UnixFileSystem.createFileExclusively(UnixFileSystem.java:0)
   at java.io.File.createNewFile(File.java:883)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:305)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:262)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:232)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:230)
Comment 1 xylifyx 2010-12-02 11:32:27 UTC
Created attachment 103531 [details]
stacktrace
Comment 2 Jaroslav Tulach 2010-12-02 11:50:39 UTC
Throwing IOException from filesystem API is natural. The caller is Ruby.
Comment 3 eltony81 2012-11-15 10:43:31 UTC
Created attachment 127853 [details]
stacktrace
Comment 4 Michel Graciano 2016-03-21 14:50:28 UTC
Created attachment 158955 [details]
stacktrace

SVN update with a lot of changes. It includes POM changes and possible conflicts