My Oracle Support Banner

"javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure" when Invoking SOAP WSDL from ODI Studio 11.1.1.9 (Doc ID 2673170.1)

Last updated on JUNE 09, 2021

Applies to:

Oracle Data Integrator - Version 11.1.1.9.0 to 11.1.1.9.99 [Release 11gR1]
Information in this document applies to any platform.

Symptoms

In Oracle Data Integrator (ODI) Studio version 11.1.1.9, trying to access a secure (HTTPS) SOAP WSDL link using OdiInvokeWebService "Advanced" Editor button fails. An error occurs, even though the certificate has been imported into the Java Development Kit (JDK) configured to be used by ODI Studio. The same was tested with JDK 1.6 (e.g. jdk1.6.0_45) and JDK 1.7 (e.g. jdk1.7.0_80) resulting in the same error:

com.sunopsis.wsinvocation.SnpsWSInvocationException: com.sunopsis.wsinvocation.SnpsWSInvocationException: Cannot connect
  at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:115)
  at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:148)
  at com.sunopsis.graphical.wsclient.RequestWsPane$17.doInBackground(RequestWsPane.java:1669)
  at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker$1.call(SwingWorker.java:240)
  at java.util.concurrent.FutureTask.run(FutureTask.java:262)
  at com.sunopsis.graphical.tools.utils.swingworker.SwingWorker.run(SwingWorker.java:278)
  at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:655)
  at java.lang.Thread.run(Thread.java:745)
Caused by: com.sunopsis.wsinvocation.SnpsWSInvocationException: Cannot connect
  at oracle.odi.wsinvocation.client.impl.jaxws.OdiJaxwsParserImpl.setWsdlUrl(OdiJaxwsParserImpl.java:159)
  at com.sunopsis.wsinvocation.client.WebServiceFactory.getParserIstance(WebServiceFactory.java:112)
... 7 more
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
  at sun.security.ssl.Alerts.getSSLException(Alerts.java:192)
  at sun.security.ssl.Alerts.getSSLException(Alerts.java:154)
  at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1979)
  at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1086)
  at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1332)
  at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:709)
  at sun.security.ssl.AppOutputStream.write(AppOutputStream.java:122)
  at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  at org.apache.commons.httpclient.HttpConnection.flushRequestOutputStream(HttpConnection.java:828)
  at org.apache.commons.httpclient.HttpMethodBase.writeRequest(HttpMethodBase.java:2116)
  at org.apache.commons.httpclient.HttpMethodBase.execute(HttpMethodBase.java:1096)
  at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:398)
  at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
  at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
  at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:323)
  at oracle.odi.wsinvocation.client.impl.jaxws.OdiJaxwsParserImpl.setWsdlUrl(OdiJaxwsParserImpl.java:122)
... 8 more


Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.