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 - java.io.FileNotFoundException: .rfs_attr (Access is denied)
Summary: java.io.FileNotFoundException: .rfs_attr (Access is denied)
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-24 05:01 UTC by Exceptions Reporter
Modified: 2015-05-12 10:16 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216321


Attachments
stacktrace (3.42 KB, text/plain)
2015-03-24 05:02 UTC, Exceptions Reporter
Details

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