← Back to team overview

openjdk team mailing list archive

[Bug 220690] Re: openjdk: java.security.NoSuchAlgorithmException

 

*** This bug is a duplicate of bug 224455 ***
    https://bugs.launchpad.net/bugs/224455

** This bug is no longer a duplicate of bug 157721
   Error starting homebanking Applet

** This bug has been marked a duplicate of bug 224455
   open jdk 6 truststore points to privileged access area

-- 
openjdk: java.security.NoSuchAlgorithmException
https://bugs.launchpad.net/bugs/220690
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in Source Package "openjdk-6" in Ubuntu: New

Bug description:
When trying to make an SSL connection, Java fails with the following stack trace. I ran across this creating some custom software, but it has been done with Gdata too (http://groups.google.com/group/google-help-dataapi/browse_thread/thread/64a9c83dcb618385). It seems that the required algorithms for HTTPS have not been implemented in OpenJDK, or at least are not included in Ubuntu's pacakge.

Caused by: java.net.SocketException:
java.security.NoSuchAlgorithmException: Error constructing
implementation (algorithm: Default, provider: SunJSSE, class:
sun.security.ssl.DefaultSSLContextImpl)
        at
javax.net.ssl.DefaultSSLSocketFactory.throwException(SSLSocketFactory.java:
197)
        at
javax.net.ssl.DefaultSSLSocketFactory.createSocket(SSLSocketFactory.java:
217) 
...



References