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 269597 - java.io.FileNotFoundException: Cannot read from file Windows2/Components/UpdateDetailsTopComponent.settings.
Summary: java.io.FileNotFoundException: Cannot read from file Windows2/Components/Upda...
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-01-19 07:23 UTC by Alexander Simon
Modified: 2017-01-19 07:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195142


Attachments
stacktrace (4.62 KB, text/plain)
2017-01-19 07:23 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2017-01-19 07:23:56 UTC
Build: NetBeans IDE 8.2 (Build 20161213-185708536299)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: SunOS

User Comments:
GUEST: after ide restart

alexvsimon: rebuild module




Stacktrace: 
java.io.FileNotFoundException: Cannot read from file Windows2/Components/UpdateDetailsTopComponent.settings.
   at org.openide.filesystems.XMLFileSystem.getInputStream(XMLFileSystem.java:418)
   at org.openide.filesystems.XMLFileSystem.access$500(XMLFileSystem.java:176)
   at org.openide.filesystems.XMLFileSystem$Impl.inputStream(XMLFileSystem.java:786)
   at org.openide.filesystems.StreamPool.createInputStream(StreamPool.java:99)
   at org.openide.filesystems.AbstractFileObject.getInputStream(AbstractFileObject.java:225)
   at org.openide.filesystems.MultiFileObject.getInputStream(MultiFileObject.java:666)
Comment 1 Alexander Simon 2017-01-19 07:23:59 UTC
Created attachment 163428 [details]
stacktrace