You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2014/06/16 14:40:02 UTC

[jira] [Resolved] (SSHD-317) UnsupportedOperationException uploading file Java 7/Windows

     [ https://issues.apache.org/jira/browse/SSHD-317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved SSHD-317.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.12.0
         Assignee: Guillaume Nodet

https://git-wip-us.apache.org/repos/asf?p=mina-sshd.git;a=commit;h=97b38fb08e4a4fffb8fb01dd9d30ac2a2af16dee

> UnsupportedOperationException uploading file Java 7/Windows
> -----------------------------------------------------------
>
>                 Key: SSHD-317
>                 URL: https://issues.apache.org/jira/browse/SSHD-317
>             Project: MINA SSHD
>          Issue Type: Bug
>            Reporter: Will Glass-Husain
>            Assignee: Guillaume Nodet
>             Fix For: 0.12.0
>
>
> Hi,
> I'm still seeing errors with windows/Java 7 when uploading files. It appears to be properly using NativeSshFile, but that causes errors when setting attributes. (v 0.11).  
> I commented on ticket SSHD-257, but since that's closed I'm opening a new one.
> {noformat}
> 10:10:02.221 [Thread-7] ERROR o.a.sshd.server.sftp.SftpSubsystem - Exception caught in SFTP subsystem
> java.lang.UnsupportedOperationException: null
> at org.apache.sshd.common.file.nativefs.NativeSshFile.setAttributes(NativeSshFile.java:644) ~[sshd-core-0.11.0.jar:0.11.0]
> at org.apache.sshd.server.sftp.SftpSubsystem.process(SftpSubsystem.java:427) ~[sshd-core-0.11.0.jar:0.11.0]
> at org.apache.sshd.server.sftp.SftpSubsystem.run(SftpSubsystem.java:334) ~[sshd-core-0.11.0.jar:0.11.0]
> at java.lang.Thread.run(Thread.java:744) [na:1.7.0_51]
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.2#6252)