SFTP module from the app store

0
I am using the SFTp module from the app store and try to connect to a SFTP site but got the following error: Advanced stacktrace: at mq.a(SourceFile:187) Caused by: com.mendix.core.CoreException: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: JschException occured for document VPI_138489_20131105_1542015.zip with action SEND. at com.mendix.core.Core.execute(SourceFile:225) Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: JschException occured for document VPI_138489_20131105_1542015.zip with action SEND. at hA.b(SourceFile:204) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: JschException occured for document VPI_138489_20131105_1542015.zip with action SEND. at sftpconnection.helpers.HandleFileSftp.handleFile(HandleFileSftp.java:143) Caused by: com.jcraft.jsch.JSchException: java.security.AccessControlException: access denied (java.net.SocketPermission ftp.colimbra.net resolve) at com.jcraft.jsch.Util.createSocket(Util.java:341) I do not have any problem connecting to the site with WinSCP. Does anyone know how this SFTP module works? (java) Known_hosts? Private.key? Thanks!
asked
2 answers
0

Did you check the documentation and did you create the document with the known hosts and private key. You mentioned those at the end of your post, but did not state if you created the documents with the data.

Regards,

Ronald

answered
0

Are you the application in the bussinesmodeler or in a hosting environment?

In case of the modeler: Is emulate cloud security enabled? If it is you can try to modify your policy file in the runtime folder of your business modeler. Search this forum for policy file and find some instructions how to add

java.net.SocketPermission ftp.colimbra.net resolve
answered