Menu

#25 sftp MAC error

Development Release
open
nobody
5
2007-04-10
2007-04-10
No

GridSAM 2.0.1 throws the following error when staging files with sftp. The filestaging is part of a very simple job which is submitted to a GridSAM server with the standard fork-connector.

org.apache.commons.vfs.FileSystemException: Could not connect to SFTP server at XXXXX
at org.apache.commons.vfs.provider.sftp.SftpFileProvider.doCreateFileSystem(SftpFileProvider.java:87)
<<<SNIP>>>>
Caused by: com.jcraft.jsch.JSchException: Session.connect: java.io.IOException: MAC Error
at com.jcraft.jsch.Session.connect(Session.java:494)

When I add a <myproxy> element to the JSDL document (although not needed for the fork() connector) the job gets submitted and the filestaging works.

Discussion


Log in to post a comment.