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 251388

Summary: java.io.FileNotFoundException: .rfs_attr (Access is denied)
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: RemoteAssignee: issues@cnd <issues>
Status: RESOLVED INCOMPLETE    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 216321
Attachments: stacktrace

Description Exceptions Reporter 2015-03-24 05:01:58 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 8

User Comments:
GUEST: editing c++ source




Stacktrace: 
java.io.FileNotFoundException: .rfs_attr (Access is denied)
   at java.io.FileOutputStream.open(FileOutputStream.java:0)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:206)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:156)
   at org.netbeans.modules.remote.impl.fs.RemoteFileSystem.setAttribute(RemoteFileSystem.java:405)
   at org.netbeans.modules.remote.impl.fs.RemoteFileObjectBase.setAttribute(RemoteFileObjectBase.java:833)
   at org.netbeans.modules.remote.impl.fs.RemoteFileObject.setAttribute(RemoteFileObject.java:233)
Comment 1 Exceptions Reporter 2015-03-24 05:02:00 UTC
Created attachment 152802 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-05-12 10:16:18 UTC
I tried hard to reproduce this, but failed.
I can do nothing with this without additional information.
In dev version more detailed diagnostic is added.
Let's wait until it is reproduced in dev version, then I'll be able to fix it.
(Or probably due to numerous changes in remote fs, it has been already gone)