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 271494 - java.io.IOException: The file or directory is corrupted and unreadable
Summary: java.io.IOException: The file or directory is corrupted and unreadable
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-18 03:56 UTC by oceanalk
Modified: 2017-09-18 03:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230327


Attachments
stacktrace (3.33 KB, text/plain)
2017-09-18 03:56 UTC, oceanalk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description oceanalk 2017-09-18 03:56:48 UTC
This bug was originally marked as duplicate of bug 156873, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201705191307)
VM: Java HotSpot(TM) Client VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
oceanalk: The error showed up when I tried to run the program.




Stacktrace: 
java.io.IOException: The file or directory is corrupted and unreadable
   at java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:0)
   at java.io.File.createNewFile(File.java:1012)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:406)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:349)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:315)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:313)
Comment 1 oceanalk 2017-09-18 03:56:51 UTC
Created attachment 165139 [details]
stacktrace