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 249548

Summary: java.io.FileNotFoundException: .rfs_attr (Access is denied)
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: RemoteAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
See Also: https://netbeans.org/bugzilla/show_bug.cgi?id=251960
Issue Type: DEFECT Exception Reporter: 214484
Attachments: stacktrace

Description Exceptions Reporter 2014-12-28 19:51:08 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, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 8

User Comments:
GUEST: Edit




Stacktrace: 
java.io.FileNotFoundException: .rfs_attr (Access is denied)
   at java.io.FileOutputStream.open(FileOutputStream.java:0)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
   at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
   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 2014-12-28 19:51:10 UTC
Created attachment 151301 [details]
stacktrace
Comment 2 Maria Tishkova 2015-01-12 10:19:31 UTC
*** Bug 249622 has been marked as a duplicate of this bug. ***
Comment 3 Vladimir Kvashin 2015-01-15 21:02:57 UTC
I also see the following exception in log,
although I'm not sure it is related:

WARNING [remote.support.logger]: fs_server at user@host failed: null 
java.util.concurrent.ExecutionException: org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$InitializationException
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:356)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:330)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.sendRefreshRequest(FSSDispatcher.java:170)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.access$100(FSSDispatcher.java:92)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$RefreshTask.run(FSSDispatcher.java:194)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Caused by: org.netbeans.modules.remote.impl.fs.server.FSSDispatcher$InitializationException
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.handShake(FSSDispatcher.java:527)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.getOrCreateServer(FSSDispatcher.java:506)
	at org.netbeans.modules.remote.impl.fs.server.FSSDispatcher.dispatch(FSSDispatcher.java:346)
Comment 4 Vladimir Kvashin 2015-04-08 20:15:39 UTC
Better diagnostics:
http://hg.netbeans.org/cnd-main/rev/436143647891

Can not reproduce, so closing as WORKSFORME.
As soon as it repeats and more info is printed, it will be reopened and then fixed.