I am trying to implement SFTP using…
http://www.enterprisedt.com/products/edtftpjssl/overview.html
I am having a hard time with the java security model. I added the JAR files to the ${java.home}/lib/ext/ directory and assumed that since that directory had permission java.security.AllPermission it would work. It didn’t. If i give AllPermission to the default for all domains my java agent will work. any body have any ideas on what i might be missing…
thanks,
Steve
From the Java Console…
INFO [JavaAgent] 24 Oct 2006 15:47:08.653 : 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:27)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:215)