<?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: tloadlibrary and SFTP jcraft library file in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290642#M63907</link>
    <description>How can we know if it helps you. What does not work with the existing one?</description>
    <pubDate>Wed, 03 Sep 2014 16:09:05 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-09-03T16:09:05Z</dc:date>
    <item>
      <title>tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290639#M63904</link>
      <description>When using the SFTP components with Talend the library ./plugins/org.talend.libraries.ftp_5.4.1.r111943/lib/jsch.jar is&lt;BR /&gt;normally used.&lt;BR /&gt;jcraft has a newer sftp jar file available jsch-0.1.51.jar.  I am using tloadlibrary to load the jsch-0.1.51.jar into my project.&lt;BR /&gt;How do I ensure that when executing,  that things related to SFTP are using jsch-0.1.51.jar library and not the jsch.jar library delivered with Talend?&lt;BR /&gt;Or, is there a way of eliminating the jsch.jar library from Talend? &lt;BR /&gt;Thanks&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 10 Jun 2014 19:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290639#M63904</guid>
      <dc:creator>PD2</dc:creator>
      <dc:date>2014-06-10T19:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290640#M63905</link>
      <description>As long as the new version is compatible with the generated code (ie. Doesn't change any interfaces,etc) you can just copy the new one and replace the old ones. I would just save the old one (backup), copy the new one in (restart studio) and test. If there are no issues, you should be good to go. I do this often to get specific bug fixes in third party libraries included with Talend. Make sure you clean your workspace of any cached versions of the old jar.</description>
      <pubDate>Tue, 10 Jun 2014 19:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290640#M63905</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-10T19:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290641#M63906</link>
      <description>Hi,&lt;BR /&gt;I am experiencing the exact same issue and would like to know if switching out the jar helped/worked.&amp;nbsp;&lt;BR /&gt;Thanks&lt;BR /&gt;Am</description>
      <pubDate>Wed, 03 Sep 2014 15:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290641#M63906</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-09-03T15:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290642#M63907</link>
      <description>How can we know if it helps you. What does not work with the existing one?</description>
      <pubDate>Wed, 03 Sep 2014 16:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290642#M63907</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-03T16:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290643#M63908</link>
      <description>Apologies, I should have elaborated.&amp;nbsp; 
&lt;BR /&gt;I am trying to resolve the issue with ftp connection failing intermittently. With the following exception. 
&lt;BR /&gt;( 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Exception in component tFTPPut_1&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;com.jcraft.jsch.JSchException: verify: false)&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt;While looking for a solution, I came upon the following post: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCl41CAC" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/tFTPPut-exception/td-p/77345&lt;/A&gt; by the owner of the current thread - one of the proposed solutions is to update the jsch.jar.&amp;nbsp; 
&lt;BR /&gt;My question was if, updating the jsch jar did indeed help the issue, because, when I tried to replace the original jsch.jar with version (0.1.5) in the &amp;nbsp; 
&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;./plugins/org.talend.libraries.ftp_5.4.1.r111943/lib/ &amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;directory, it caused the studio to hang trying to connect. 
&lt;BR /&gt;Please let me know if I should open a different thread with my question. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt;Am</description>
      <pubDate>Mon, 08 Sep 2014 09:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290643#M63908</guid>
      <dc:creator>rithmaa</dc:creator>
      <dc:date>2014-09-08T09:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290644#M63909</link>
      <description>Hello Am,&lt;BR /&gt;I am facing the same issue and am at the exact ssame position that you are. After the new jar file, the connection is stuck, when I kill the job it say "Kerberos username". With earlier version of jsch.jar I was able to connect but the connectioon dropped in between and was not trust worthy.&lt;BR /&gt;Talend guy or anyone who has a solution, please post. If we know the latest jsch.jar file compatible with talend, I will try that as well.&lt;BR /&gt;Waiting for reply.&amp;nbsp;&lt;BR /&gt;Thanks,&lt;BR /&gt;Rahul</description>
      <pubDate>Thu, 25 Sep 2014 20:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290644#M63909</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T20:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: tloadlibrary and SFTP jcraft library file</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290645#M63910</link>
      <description>A good practice is to create a JIRA ticket with a detailed description whats wrong. Go to the bug tracker and create here the JIRA ticket for Studio+DataIntegration.</description>
      <pubDate>Thu, 25 Sep 2014 20:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tloadlibrary-and-SFTP-jcraft-library-file/m-p/2290645#M63910</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-25T20:31:00Z</dc:date>
    </item>
  </channel>
</rss>

