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

Summary: java.io.FileNotFoundException: .rfs_attr (Permission denied)
Product: cnd Reporter: totally78
Component: RemoteAssignee: Vladimir Kvashin <vkvashin>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: Macintosh (x86)   
OS: Mac OS X   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=249622
https://netbeans.org/bugzilla/show_bug.cgi?id=249548
Issue Type: DEFECT Exception Reporter: 216865
Attachments: stacktrace

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.