[
https://issues.apache.org/jira/browse/VFS-351?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039104#comment-13039104
]
John Bäckstrand commented on VFS-351:
-------------------------------------
This might be a Jsch bug, partly, in that it does not seem to throw IOException
properly, instead re-throwing everything as SftpException ?
> Small patch to not swallow SFTP exception from JSCH
> ----------------------------------------------------
>
> Key: VFS-351
> URL: https://issues.apache.org/jira/browse/VFS-351
> Project: Commons VFS
> Issue Type: Bug
> Reporter: John Bäckstrand
> Priority: Trivial
> Labels: sftp
> Attachments: vfscdpatch.diff
>
>
> A customer had a stacktrace where the end of it looked something like this:
> Caused by: org.apache.commons.vfs2.FileSystemException: Could not determine
> the type of file "***".
> at
> org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:506)
> at
> org.apache.commons.vfs2.provider.sftp.SftpFileObject.refresh(SftpFileObject.java:92)
> ... 27 more
> Caused by: org.apache.commons.vfs2.FileSystemException: Could not change to
> work directory "/".
> at
> org.apache.commons.vfs2.provider.sftp.SftpFileSystem.getChannel(SftpFileSystem.java:144)
> at
> org.apache.commons.vfs2.provider.sftp.SftpFileObject.statSelf(SftpFileObject.java:152)
> at
> org.apache.commons.vfs2.provider.sftp.SftpFileObject.doGetType(SftpFileObject.java:115)
> at
> org.apache.commons.vfs2.provider.AbstractFileObject.getType(AbstractFileObject.java:497)
> But SftpFileSystem actually got an exception from JSch that it did not set as
> cause for the newly created exception, making debugging harder.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira