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

Summary: java.io.FileNotFoundException: Cannot read from file Windows2/Components/UpdateDetailsTopComponent.settings.
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 195142
Attachments: stacktrace

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