The "java.net.SocketException: SSL implementation not
available" error can be caused by user specified jsse classes conflicting
with those shipped with WebSphere Application Server.
For example, ibmjsse.jar is installed as part of a WebSphere
Application Server install. If an alternate version of the jar, jsse.jar
for instance, is included in an application installed on WebSphere
Application Server, the class files in jsse.jar will override the class
files in ibmjsse.jar, causing the error.
This specific error has been seen for both jsse.jar and j2ee.jar. Other
errors may occur for class files that don't involve SSL
communications.
|