Skip to Main Content

Integration

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!

javax.xml.soap.SOAPException: Message send failed: java.security.NoSuchAlgorithmException:

User779186-OracleNov 25 2014 — edited Nov 26 2014

Similar like

While invoke an https service from SOA composite to a reference WS, I got this error. I added -Djavax.net.ssl.trustStore=<path of soa-trust.jks> -Djavax.net.ssl.trustStorePassword=<soa-trust.jks password> to start the Manage Node:

<bpelFault>

         <faultType>0</faultType>

         <remoteFault xmlns="http://schemas.oracle.com/bpel/extension">

            <part name="summary">

               <summary>oracle.fabric.common.FabricInvocationException: Unable to invoke endpoint URI "https://myserver:myport/Agile/integration/services/ChangeABS" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)</summary>

            </part>

            <part name="detail">

               <detail>Unable to invoke endpoint URI "https://myserver:myport/Agile/integration/services/ChangeABS" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Message send failed: java.security.NoSuchAlgorithmException: Error constructing implementation (algorithm: Default, provider: SunJSSE, class: sun.security.ssl.SSLContextImpl$DefaultSSLContext)</detail>

            </part>

            <part name="code">

               <code>null</code>

            </part>

         </remoteFault>

      </bpelFault>

Regards,

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 24 2014
Added on Nov 25 2014
2 comments
3,363 views