<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: tSOAP SAAJ0009 Message send failed in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242638#M29396</link>
    <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Up !&lt;/P&gt;</description>
    <pubDate>Thu, 20 Dec 2018 08:35:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-20T08:35:16Z</dc:date>
    <item>
      <title>tSOAP SAAJ0009 Message send failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242637#M29395</link>
      <description>&lt;P&gt;Hi everyone,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I am trying to request a SOAP service that has implemented https recently (I had no problem using it before). I'm not able to perform my request.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Here is my job :&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M1fE.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/155717i349A991C92F30CF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M1fE.png" alt="0683p000009M1fE.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;And here is the erro message I get :&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;déc. 18, 2018 10:31:28 AM com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection post
GRAVE: SAAJ0009: Message send failed
Exception in component tSOAP_3 (test_SOAP)
com.sun.xml.messaging.saaj.SOAPExceptionImpl: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:191)
	at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:147)
	at local_project.test_soap_0_1.test_SOAP.tSOAP_3Process(test_SOAP.java:1019)
	at local_project.test_soap_0_1.test_SOAP.runJobInTOS(test_SOAP.java:1437)
	at local_project.test_soap_0_1.test_SOAP.main(test_SOAP.java:1274)
Caused by: java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:185)
	... 4 more
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:389)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:214)
	... 6 more
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
	at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:346)
	... 7 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at sun.security.ssl.InputRecord.read(Unknown Source)
	... 17 more

CAUSE:

java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:185)
	at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:147)
	at local_project.test_soap_0_1.test_SOAP.tSOAP_3Process(test_SOAP.java:1019)
	at local_project.test_soap_0_1.test_SOAP.runJobInTOS(test_SOAP.java:1437)
	at local_project.test_soap_0_1.test_SOAP.main(test_SOAP.java:1274)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:389)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:214)
	... 6 more
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
	at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:346)
	... 7 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at sun.security.ssl.InputRecord.read(Unknown Source)
	... 17 more

CAUSE:

java.security.PrivilegedActionException: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at java.security.AccessController.doPrivileged(Native Method)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.call(HttpSOAPConnection.java:185)
	at org.talend.soap.SOAPUtil.invokeSOAP(SOAPUtil.java:147)
	at local_project.test_soap_0_1.test_SOAP.tSOAP_3Process(test_SOAP.java:1019)
	at local_project.test_soap_0_1.test_SOAP.runJobInTOS(test_SOAP.java:1437)
	at local_project.test_soap_0_1.test_SOAP.main(test_SOAP.java:1274)
Caused by: com.sun.xml.messaging.saaj.SOAPExceptionImpl: Message send failed
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:389)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection$PriviledgedPost.run(HttpSOAPConnection.java:214)
	... 6 more
Caused by: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
	at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(Unknown Source)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(Unknown Source)
	at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(Unknown Source)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(Unknown Source)
	at com.sun.xml.messaging.saaj.client.p2p.HttpSOAPConnection.post(HttpSOAPConnection.java:346)
	... 7 more
Caused by: java.io.EOFException: SSL peer shut down incorrectly
	at sun.security.ssl.InputRecord.read(Unknown Source)
	... 17 more&lt;/PRE&gt; 
&lt;P&gt;I tried&amp;nbsp;putting a tJava before the tSOAP component to add a&amp;nbsp;&lt;/P&gt; 
&lt;PRE&gt;System.setProperty("https.protocols", "TLSv1.2");&lt;/PRE&gt; 
&lt;P&gt;Without success.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;I also tried to check the "secure server with SSL" box and give a truststore file in with I imported the certificate of the target domain, without success.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Do you have any other solution ?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Dec 2018 09:43:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242637#M29395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-18T09:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: tSOAP SAAJ0009 Message send failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242638#M29396</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Up !&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 08:35:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242638#M29396</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-20T08:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: tSOAP SAAJ0009 Message send failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242639#M29397</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Avez-vous trouver la solution au problème que vous rencontriez en 2018 ? Si oui je suis preneur car je rencontre exactement la même erreur aujourd'hui.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cordialement,&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2021 17:19:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2242639#M29397</guid>
      <dc:creator>s_pepin</dc:creator>
      <dc:date>2021-02-11T17:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: tSOAP SAAJ0009 Message send failed</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2417869#M140149</link>
      <description>&lt;P&gt;Hola encontraron la solucion a esta novedad&lt;/P&gt;</description>
      <pubDate>Mon, 12 Feb 2024 19:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tSOAP-SAAJ0009-Message-send-failed/m-p/2417869#M140149</guid>
      <dc:creator>Carlos_A_Dominguez_D</dc:creator>
      <dc:date>2024-02-12T19:35:38Z</dc:date>
    </item>
  </channel>
</rss>

