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 193866 - ReadOnlyException when copy-pasting or D&D-ing files on remote file system
Summary: ReadOnlyException when copy-pasting or D&D-ing files on remote file system
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-28 09:11 UTC by Vladimir Voskresensky
Modified: 2011-01-26 18:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175395


Attachments
stacktrace (1.75 KB, text/plain)
2010-12-28 09:11 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2010-12-28 09:11:38 UTC
Build: NetBeans IDE Dev (Build 101228-fc1289299b08)
VM: Java HotSpot(TM) 64-Bit Server VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
vv159170: C&P file into remote folder using Favorites




Stacktrace: 
org.netbeans.modules.remote.impl.fs.RemoteFileObjectBase$ReadOnlyException: The remote file system is read-only
   at org.netbeans.modules.remote.impl.fs.RemoteFileObjectBase.createData(RemoteFileObjectBase.java:110)
   at org.openide.filesystems.FileUtil.copyFileImpl(FileUtil.java:716)
   at org.openide.filesystems.FileObject.copy(FileObject.java:129)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.BaseFileObj.copy(BaseFileObj.java:237)
   at org.openide.loaders.FileEntry.copy(FileEntry.java:76)
   at org.openide.loaders.MultiDataObject.handleCopy(MultiDataObject.java:495)
Comment 1 Vladimir Voskresensky 2010-12-28 09:11:42 UTC
Created attachment 104548 [details]
stacktrace
Comment 2 Quality Engineering 2011-01-06 09:15:05 UTC
Integrated into 'main-golden', will be available in build *201101060001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/86937e130921
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: partial fix for #193866 - ReadOnly exception