<?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: FTPS error on tFTPput file to server in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293278#M66270</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;These error messages are Java side and it appears like this is a known warning with Open Zulu JDK11 regarding the Reflection packages in Java. This warning is telling you that this is a feature that might be restricted (or not available) in the future. This typically will not prevent the Job from running or completing.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Thu, 07 Apr 2022 02:02:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-07T02:02:11Z</dc:date>
    <item>
      <title>FTPS error on tFTPput file to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293274#M66266</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;talend v8.0.1.2021.1109_1610&lt;/P&gt;&lt;P&gt;java 11.0.13 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;simple job with tFTPconnection --&amp;gt; tFTPfile_Exist -&amp;gt;tFTPput   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using ftp : it's works ! &lt;/P&gt;&lt;P&gt;using ftps : it's not working. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tFTPconnection OK --&amp;gt; tFTPfile_Exist -&amp;gt; true  -&amp;gt; tFTPput&lt;/P&gt;&lt;P&gt; So connection is ok (we create de jks file and use it) &lt;/P&gt;&lt;P&gt;we check if a directory exist and componant send true (we see the log on the server). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when the transfert start and error ocur &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: An illegal reflective access operation has occurred&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Illegal reflective access by org.talend.ftp.SSLSessionReuseFTPSClient (file:/D:/Talend/TOS_DI-8.0.1/studio/configuration/.m2/repository/org/talend/components/lib/commons-net-ftps-proxy/3.6.1-talend-20200902/commons-net-ftps-proxy-3.6.1-talend-20200902.jar) to field sun.security.ssl.SSLSessionContextImpl.sessionHostPortCache&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Please consider reporting this to the maintainers of org.talend.ftp.SSLSessionReuseFTPSClient&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: All illegal access operations will be denied in a future release&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception in component tFTPPut_1 (test)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;javax.net.ssl.SSLHandshakeException: Remote host terminated the handshake&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.handleEOF(SSLSocketImpl.java:1538)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1377)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1278)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:401)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:373)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.net.ftp.FTPSClient.&lt;/P&gt;&lt;I&gt;openDataConnection&lt;/I&gt;&lt;P&gt;(FTPSClient.java:646)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.net.ftp.FTPClient.&lt;/P&gt;&lt;I&gt;openDataConnection&lt;/I&gt;&lt;P&gt;(FTPClient.java:785)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.net.ftp.FTPClient.listNames(FTPClient.java:2905)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.commons.net.ftp.FTPClient.listNames(FTPClient.java:2956)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at i_cfdp.test_0_1.test.tFTPPut_1Process(test.java:869)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at i_cfdp.test_0_1.test.tFTPFileExist_1Process(test.java:717)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at i_cfdp.test_0_1.test.tFTPConnection_2Process(test.java:565)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at i_cfdp.test_0_1.test.runJobInTOS(test.java:1207)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at i_cfdp.test_0_1.test.main(test.java:1045)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: java.io.EOFException: SSL peer shut down incorrectly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:483)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:110)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1369)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if on server side we disable ssl session resumption it's work but we cannot stay without this option. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is someone that have this problem and have a solution ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me if you want more informations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sorry for bad english) &lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293274#M66266</guid>
      <dc:creator>NRENAULT1648139979</dc:creator>
      <dc:date>2024-11-15T23:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS error on tFTPput file to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293275#M66267</link>
      <description>&lt;P&gt;Have you followed the steps here?&lt;/P&gt;&lt;P&gt;https://community.talend.com/s/article/Specifying-a-keystore-file-of-a-tFTPConnection-with-FTPS-support-JXZHQ?language=en_US&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 22:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293275#M66267</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-24T22:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS error on tFTPput file to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293276#M66268</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I saw this workaround before:&lt;/P&gt;&lt;P&gt;System.setProperty("jdk.tls.useExtendedMasterSecret", "false");&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.oracle.com/technetwork/java/javase/8u161-relnotes-4021379.html" alt="https://www.oracle.com/technetwork/java/javase/8u161-relnotes-4021379.html" target="_blank"&gt;https://www.oracle.com/technetwork/java/javase/8u161-relnotes-4021379.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://bugs.java.com/view_bug.do?bug_id=JDK-8148421" alt="http://bugs.java.com/view_bug.do?bug_id=JDK-8148421" target="_blank"&gt;http://bugs.java.com/view_bug.do?bug_id=JDK-8148421&lt;/A&gt; and&lt;/P&gt;&lt;P&gt;&lt;A href="https://stambia.org/kb/16-execution-issues/730-ftps-severs-forcing-to-reuse-ssl-tls-connection-throws-javax-net-ssl-sslhandshakeexception" alt="https://stambia.org/kb/16-execution-issues/730-ftps-severs-forcing-to-reuse-ssl-tls-connection-throws-javax-net-ssl-sslhandshakeexception" target="_blank"&gt;https://stambia.org/kb/16-execution-issues/730-ftps-severs-forcing-to-reuse-ssl-tls-connection-throws-javax-net-ssl-sslhandshakeexception&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Since 1.8u161 users or higher need to configure their java settings and set&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not safe to add this by default in our ftp components, however, you could add a tJava component executed before the ftp connection and&lt;/P&gt;&lt;P&gt;call the code below in this tJava component.&lt;/P&gt;&lt;P&gt;System.setProperty("jdk.tls.useExtendedMasterSecret", "false");&lt;/P&gt;&lt;P&gt;Let us know if it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 03:41:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293276#M66268</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-03-25T03:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS error on tFTPput file to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293277#M66269</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With the indication of Sabrina , it's works . ftps file transfert succeded. &lt;/P&gt;&lt;P&gt;Thanks a lot ! &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;last words , in the job log we have these warning :&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;WARNING: An illegal reflective access operation has occurred&lt;/P&gt;&lt;P&gt;WARNING: Illegal reflective access by org.talend.ftp.SSLSessionReuseFTPSClient (file:/D:/Talend/TOS_DI-8.0.1/studio/configuration/.m2/repository/org/talend/components/lib/commons-net-ftps-proxy/3.6.1-talend-20200902/commons-net-ftps-proxy-3.6.1-talend-20200902.jar) to field sun.security.ssl.SSLSessionContextImpl.sessionHostPortCache&lt;/P&gt;&lt;P&gt;WARNING: Please consider reporting this to the maintainers of org.talend.ftp.SSLSessionReuseFTPSClient&lt;/P&gt;&lt;P&gt;WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations&lt;/P&gt;&lt;P&gt;WARNING: All illegal access operations will be denied in a future release  &lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;can you send this to the maintener ? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nicolas&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Mar 2022 13:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293277#M66269</guid>
      <dc:creator>NRENAULT1648139979</dc:creator>
      <dc:date>2022-03-25T13:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: FTPS error on tFTPput file to server</title>
      <link>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293278#M66270</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;These error messages are Java side and it appears like this is a known warning with Open Zulu JDK11 regarding the Reflection packages in Java. This warning is telling you that this is a feature that might be restricted (or not available) in the future. This typically will not prevent the Job from running or completing.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 02:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/FTPS-error-on-tFTPput-file-to-server/m-p/2293278#M66270</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-07T02:02:11Z</dc:date>
    </item>
  </channel>
</rss>

