I am trying to use edtFTPj in a Lotus Domino agent. I get the following error when I try to execute the agent. Any one have any ideas what I am missing? I am not really a java developer so forgive me if I'm missing something simple....
INFO [JavaAgent] 20 Oct 2006 10:48:16.771 : Creating SFTP client
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
Missing resource appletsecurityexception.CheckSecurityAccess
COM.ibm.JEmpower.applet.AppletSecurityException: ??
at COM.ibm.JEmpower.applet.AppletSecurity.checkSecurityPermission(AppletSecurity.java:1197)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1382)
at COM.ibm.JEmpower.applet.AppletSecurity.checkPermission(AppletSecurity.java:1318)
at java.lang.SecurityManager.checkSecurityAccess(SecurityManager.java:1711)
at java.security.Provider.check(Provider.java:356)
at java.security.Provider.put(Provider.java:318)
at com.enterprisedt.cryptix.provider.Cryptix.<init>(Unknown Source)
at com.enterprisedt.net.puretls.LoadProviders.init(Unknown Source)
at com.enterprisedt.net.j2ssh.SshClient.<init>(Unknown Source)
at com.enterprisedt.net.ftp.ssh.SSHFTPClient.<init>(Unknown Source)
at JavaAgent.NotesMain(JavaAgent.java:26)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:215)