Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Client application connecting to weblogic works only with JDK 1.6

843811Jun 27 2008
I get this error when running on anything less than 1.6.

java.rmi.RemoteException: SOAP Fault:javax.xml.rpc.soap.SOAPFaultException: Failed to send request
Detail:
<detail>
<bea_fault:stacktrace xmlns:bea_fault="http://www.bea.com/servers/wls70/webservice/fault/1.0.0">java.io.IOException: https unsupported: SSL implementation not available or not configured correctly.
at weblogic.webservice.client.NullSSLAdapter.createSocket(NullSSLAdapter.java:26)


But it works fine with JDK 1.6, meaning the default SSL implementation has changed in 1.6? Anyone have any ideas what has changed in 1.6 vs 1.5/1.4? I tried to read the release notes on JSSE but it does not seem to indicate anything. Any help would be great :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2008
Added on Jun 27 2008
0 comments
344 views