<?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: tFTPConnection error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317523#M87959</link>
    <description>Hi,&lt;BR /&gt;&amp;nbsp;There is some issue with jre 1.8.0_9. Could you please check it with&amp;nbsp;1.8.0_51?&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Have you tried to use Talend 6.2.1 to see if it works? We cannot repro your issue on other side.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Tue, 26 Jul 2016 09:33:33 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-26T09:33:33Z</dc:date>
    <item>
      <title>tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317518#M87954</link>
      <description>Hello,&amp;nbsp; 
&lt;BR /&gt;I have a job which connect to salesforce so I use Talend6.1.0 with jdk 8 (Tls 1.0 enabled).&amp;nbsp; 
&lt;BR /&gt;However with jdk 8 I have error on&amp;nbsp; 
&lt;FONT color="#000000"&gt;tFTPConnection components (with jdk7 it works):&amp;nbsp;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;Exception in component tFTPConnection&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;com.jcraft.jsch.JSchException: java.net.UnknownHostException: sftp.proxy&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.jcraft.jsch.Util.createSocket(Util.java:349)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.jcraft.jsch.Session.connect(Session.java:215)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.jcraft.jsch.Session.connect(Session.java:183)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.tFTPConnection_2Process(jov.java:1101)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.tJava_8Process(jov.java:963)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.tFileList_1Process(jov.java:850)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.tJava_2Process(jov.java:659)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.runJobInTOS(jov.java:3124)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at test.jov.jov.main(jov.java:2956)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;Caused by: java.net.UnknownHostException: sftp.proxy&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:589)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.connect(Socket.java:538)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:434)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.Socket.&amp;lt;init&amp;gt;(Socket.java:211)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at com.jcraft.jsch.Util.createSocket(Util.java:343)&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 8 more&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;2016-07-18 08:43:49|VWf7DW|VWf7DW|VWf7DW|test|jov|Default|6|Java Exception|tFTPConnection_2|com.jcraft.jsch.JSchException:java.net.UnknownHostException: sftp.proxy|1&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;FONT color="#000000"&gt;Thanks.&amp;nbsp;&lt;/FONT&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317518#M87954</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2024-11-16T10:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317519#M87955</link>
      <description>Hi,&lt;BR /&gt;Could you please upload your tFTPConnection component setting screenshot into forum? Are you using talend open studio?&lt;BR /&gt;Have you tried to use Talend 6.2.1 to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Jul 2016 04:01:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317519#M87955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-21T04:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317520#M87956</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;Please find attach the screenshot.&amp;nbsp;
&lt;BR /&gt;In fact we run the batch file ".bat".
&lt;BR /&gt;With jdk7 &amp;nbsp;it works but with jdk8 it does not work.
&lt;BR /&gt;
&lt;A href="https://community.talend.com/legacyfs/online/membersTempo/315470/FTP.png" target="_blank"&gt;&lt;IMG src="https://community.talend.com/legacyfs/online/membersTempo/315470/FTP.png" /&gt; &lt;/A&gt;</description>
      <pubDate>Thu, 21 Jul 2016 10:29:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317520#M87956</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2016-07-21T10:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317521#M87957</link>
      <description>Hi,&lt;BR /&gt;Are you using&amp;nbsp;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jre 1.8.0_92?&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Have you tried to use Talend 6.2.1 to see if it works?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Fri, 22 Jul 2016 10:13:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317521#M87957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-22T10:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317522#M87958</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;here is the java version :
&lt;BR /&gt;java version "1.8.0_91"
&lt;BR /&gt;Java(TM) SE Runtime Environment (build 1.8.0_91-b14)
&lt;BR /&gt;Java HotSpot(TM) 64-Bit Server VM (build 25.91-b14, mixed mode)</description>
      <pubDate>Tue, 26 Jul 2016 08:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317522#M87958</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2016-07-26T08:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317523#M87959</link>
      <description>Hi,&lt;BR /&gt;&amp;nbsp;There is some issue with jre 1.8.0_9. Could you please check it with&amp;nbsp;1.8.0_51?&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Have you tried to use Talend 6.2.1 to see if it works? We cannot repro your issue on other side.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 26 Jul 2016 09:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317523#M87959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-26T09:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317524#M87960</link>
      <description>Hi,&amp;nbsp;
&lt;BR /&gt;it doesn't work. Do you have an other solution?&amp;nbsp;
&lt;BR /&gt;One point, there is no paramater for&amp;nbsp;Authentication method (to use public key or password) on the TFtpConnection. Is that it could be the cause?&amp;nbsp;</description>
      <pubDate>Fri, 21 Oct 2016 13:50:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317524#M87960</guid>
      <dc:creator>Vivi2</dc:creator>
      <dc:date>2016-10-21T13:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317525#M87961</link>
      <description>Hi,
&lt;BR /&gt;Could you please take a look at this forum:
&lt;A href="https://community.talend.com/t5/Design-and-Development/resolved-tFTPConnection-configuration-as-FTP-or-SFTP-possible/td-p/63720" target="_blank" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/resolved-tFTPConnection-configuration-as-FTP-or-SFTP-possible/td-p/63720&lt;/A&gt;&amp;nbsp;to see if it works for your case?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 24 Oct 2016 04:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317525#M87961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T04:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317526#M87962</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;could you please help me to understand is there a way to connect UNIX machine from Windows using UID/PWD for FTP File Transfer from Windows machine to UNIX machine...?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks In Advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 19:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317526#M87962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-26T19:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPConnection error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317527#M87963</link>
      <description>&lt;P&gt;Hello &lt;A href="https://community.qlik.com/s/profile/0053p000007LPP0AAO"&gt;@madhu913&lt;/A&gt; ,&lt;/P&gt; 
&lt;P&gt;Would you mind giving us a bit more information about your job requirement and background? Are you trying to transfer data in FTP server by air?&lt;/P&gt; 
&lt;P&gt;Best regards&lt;/P&gt; 
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 02:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPConnection-error/m-p/2317527#M87963</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-03-27T02:25:25Z</dc:date>
    </item>
  </channel>
</rss>

