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 - java.io.IOException: The specified network name is no longer available
Summary: java.io.IOException: The specified network name is no longer available
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Parsing & Indexing (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Jancura
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-02 15:04 UTC by ellisgl
Modified: 2009-11-03 14:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 151520


Attachments
stacktrace (3.35 KB, text/plain)
2009-11-02 15:05 UTC, ellisgl
Details

Note You need to log in before you can comment on or make changes to this bug.
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.