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 - java.io.FileNotFoundException: .rfs_attr (Access is denied)
Summary: java.io.FileNotFoundException: .rfs_attr (Access is denied)
Status: RESOLVED WORKSFORME
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:
: 249622 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-12-28 19:51 UTC by Exceptions Reporter
Modified: 2015-04-20 21:54 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 214484


Attachments
stacktrace (1.44 KB, text/plain)
2014-12-28 19:51 UTC, Exceptions Reporter
Details

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