Hi!
Implementing a webservice client using an standalone javaagent in a domino 6.03 database and the java code is working perfectly on my own computer but when deployed on the domino server I get the following java exception:
java.security.nosuchalgorithmexception.
2004-02-12 15:37:52 HTTP JVM: [ERROR] exception while initializing JSSE reference implementation
java.security.NoSuchAlgorithmException: Algorithm SSL not available
at com.sun.net.ssl.b.a([DashoPro-V1.2-120198])
at com.sun.net.ssl.SSLContext.getInstance([DashoPro-V1.2-120198])
at electric.net.socket.ssl.JSSERIProvider.initialize(Unknown Source)
at electric.net.socket.ssl.JSSERIProvider.<init>(Unknown Source)
at electric.net.socket.ssl.InstalledProvider.initialize(Unknown Source)
2004-02-12 15:37:52 HTTP JVM: [STARTUP] Could not initialize SSLSocketFactory, ssl communication will not work.
java.security.NoSuchAlgorithmException: Algorithm SSL not available
at com.sun.net.ssl.b.a([DashoPro-V1.2-120198])
at com.sun.net.ssl.SSLContext.getInstance([DashoPro-V1.2-120198])
at electric.net.socket.ssl.JSSERIProvider.initialize(Unknown Source)
at electric.net.socket.ssl.JSSERIProvider.<init>(Unknown Source)
at electric.net.socket.ssl.InstalledProvider.initialize(Unknown Source)
2004-02-12 15:37:53 HTTP JVM: [STARTUP] GLUE Standard 4.1.2 (c) 2001-2003 The Mind Electric
I am using the mind electric GLUE framework. Has anyone else succeded with implementing it with domino ?
The web service is working but I want to get rid of the error message and hopefully understand why it is triggered. An tutorial about how to implement GLUE with domino would also have been nice ![]()
Could the below URL be something for me?!..
Especially the permission java.util.PropertyPermission “java.protocol.handler.pkgs”, “write”;
section… Any tips?
Thanks in advance…
cheers