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 175944

Summary: java.io.IOException: The specified network name is no longer available
Product: editor Reporter: ellisgl <ellisgl>
Component: Parsing & IndexingAssignee: Jan Jancura <jjancura>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=151520
Issue Type: DEFECT Exception Reporter: 151520
Attachments: stacktrace

Description ellisgl 2009-11-02 15:04:59 UTC
Build: NetBeans IDE 6.8 Beta (Build 200910212001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
GUEST: I try open a file in window 'files' when occurred this error. Maybe because that the file was blocked. I dont know.

GUEST: It might come from the fact that netbeans
is reading file from samba



Stacktrace: 
java.io.IOException: The specified network name is no longer available
        at java.io.FileInputStream.readBytes(FileInputStream.java:0)
        at java.io.FileInputStream.read(FileInputStream.java:199)
        at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:264)
        at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:306)
        at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:158)
        at java.io.InputStreamReader.read(InputStreamReader.java:167)
Comment 1 ellisgl 2009-11-02 15:05:05 UTC
Created attachment 90432 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-11-02 15:05:16 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151520
Comment 3 Vitezslav Stejskal 2009-11-03 14:44:15 UTC
Not a Netbeans problem. Something is wrong with the files on your disk. For some reason they became unavailable during
scanning.