Werte Mitstreiterinnen und Mitstreiter,
ich versuche derzeit, einen Java-Agent unter Notes 8.5.1 zu schreiben, der über die Java-Schnittstelle von IXOS mit einem Archiv der gleichnamigen Firma zu kommunizieren versucht.
Die ersten Hürden habe ich schon umschifft, jetzt stehe ich aber bei der nachfolgenden Fehlermeldung an.
Hat wer von Euch eine Idee, was ich da jetzt wieder ändern muss, damit der "JCE" den "IAIK" authenticaten kann?
Exception javax.naming.NamingException occurred: java.lang.SecurityException: JCE cannot authenticate the provider IAIK
----- Details: ------
javax.naming.NamingException: java.lang.SecurityException: JCE cannot authenticate the provider IAIK
at ixos.sec.crypto.util.EncrypterDecrypter.<init>(EncrypterDecrypter.java:155)
at ixos.sec.crypto.util.EncrypterDecrypter.getInstance(EncrypterDecrypter.java:260)
at ixos.sec.crypto.util.EncrypterDecrypter.encrypt(EncrypterDecrypter.java:184)
at ixos.dms.intf.httpx.client.DMSTransportServiceImpl.login(DMSTransportServiceImpl.java:184)
at ixos.dms.data.services.DataServiceXdr.logonImpl(DataServiceXdr.java:1437)
at ixos.dms.data.services.DataService.logon(DataService.java:994)
at ixos.dms.services.impl.DmsServiceImpl.<init>(DmsServiceImpl.java:636)
at ixos.dms.services.DmsServiceFactory.connect(DmsServiceFactory.java:426)
at JavaAgent.NotesMain(Unknown Source)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(Unknown Source)
Danke schon mal im Voraus.