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

Summary: java.io.IOException: No such file or directory
Product: ruby Reporter: xylifyx <xylifyx>
Component: CodeAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: normal CC: berryware, eltony81, hmichel
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174597
Attachments: stacktrace
stacktrace
stacktrace

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