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 251960 - java.io.FileNotFoundException: .rfs_attr (Permission denied)
Summary: java.io.FileNotFoundException: .rfs_attr (Permission denied)
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-20 21:50 UTC by totally78
Modified: 2015-05-06 06:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 216865


Attachments
stacktrace (5.84 KB, text/plain)
2015-04-20 21:50 UTC, totally78
Details

Note You need to log in before you can comment on or make changes to this bug.
Description totally78 2015-04-20 21:50:12 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b17
OS: Mac OS X

User Comments:
totally78: Working with my remote (automatic copy ssh) project and this error keeps appearing today. Cant see anything specific i do to make it happen yet.




Stacktrace: 
java.io.FileNotFoundException: .rfs_attr (Permission denied)
   at java.io.FileOutputStream.open(FileOutputStream.java:0)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:213)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:162)
   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 totally78 2015-04-20 21:50:13 UTC
Created attachment 153280 [details]
stacktrace
Comment 2 Vladimir Kvashin 2015-04-27 11:25:23 UTC
Could you please try development NetBeans version? 
You can find it here
http://bits.netbeans.org/download/trunk/nightly/latest

Unfortunately I'm not able neither reproduce nor understand reasons by log and source code. Judging by the fact that all reports are for NetBeans 8.0 - 8.0.2, and no reports for development version, it should be fixed in development version.

In case it is not, I've added more information when reporting, so if it is not fixed I'll at least get necessary information and then will be able to fix.