You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In sftp transfer vfs-mediator is trying to get a size of a file to verify the transfer was success but this happens:
at org.apache.commons.vfs2.provider.DefaultFileContent.getSize(DefaultFileContent.java:147)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.copyFile(VfsFileTransferUtility.java:148)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.doOperation(VfsFileTransferUtility.java:224)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.copyFiles(VfsFileTransferUtility.java:67)
at fi.mystes.synapse.mediator.vfs.DefaultVfsOperationDelegate.copy(DefaultVfsOperationDelegate.java:35)
at fi.mystes.synapse.mediator.vfs.VfsCopy.executeImpl(VfsCopy.java:35)
at fi.mystes.synapse.mediator.vfs.AbstractVfsOperation.execute(AbstractVfsOperation.java:116)
at fi.mystes.synapse.mediator.VfsMediator.mediate(VfsMediator.java:88)
The text was updated successfully, but these errors were encountered:
In sftp transfer vfs-mediator is trying to get a size of a file to verify the transfer was success but this happens:
at org.apache.commons.vfs2.provider.DefaultFileContent.getSize(DefaultFileContent.java:147)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.copyFile(VfsFileTransferUtility.java:148)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.doOperation(VfsFileTransferUtility.java:224)
at fi.mystes.synapse.mediator.vfs.VfsFileTransferUtility.copyFiles(VfsFileTransferUtility.java:67)
at fi.mystes.synapse.mediator.vfs.DefaultVfsOperationDelegate.copy(DefaultVfsOperationDelegate.java:35)
at fi.mystes.synapse.mediator.vfs.VfsCopy.executeImpl(VfsCopy.java:35)
at fi.mystes.synapse.mediator.vfs.AbstractVfsOperation.execute(AbstractVfsOperation.java:116)
at fi.mystes.synapse.mediator.VfsMediator.mediate(VfsMediator.java:88)
The text was updated successfully, but these errors were encountered: