<?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: tFTPGet Connection Reset in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360442#M125019</link>
    <description>Hi everybody, 
&lt;BR /&gt;Morbo, I think your advice is good to solve the problem, but that might be "dangerous" since teh bug telated to the commit that you point is not yet closed. 
&lt;BR /&gt;andy, 
&lt;BR /&gt;Take care : 
&lt;BR /&gt;The 7263 related to this issue has not yet been validated.
&lt;BR /&gt;More over the patch link sent by Morbo is related to the trunk (i.e next 3.2) and might not be applied to branch 3.1
&lt;BR /&gt;Open a ticket on our support application, you will receive an official patch as soon as available from the support.
&lt;BR /&gt;Regards,</description>
    <pubDate>Wed, 22 Jul 2009 01:07:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2009-07-22T01:07:27Z</dc:date>
    <item>
      <title>tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360434#M125011</link>
      <description>I'm getting this error when attempting to retrieve a simple text file. I can access this FTP server using Filezilla, but using the same credentials in TIS 3.1.3 gives me this error: 
&lt;BR /&gt;Starting job GetFile at 16:41 16/07/2009. 
&lt;BR /&gt; connecting to socket on port 4302 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFTPGet_1 
&lt;BR /&gt;java.net.SocketException: Connection reset 
&lt;BR /&gt; at java.net.SocketInputStream.read(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.implRead(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.read(Unknown Source) 
&lt;BR /&gt; at java.io.InputStreamReader.read(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.fill(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.readLine(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.readLine(Unknown Source) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:850) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3089) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:2993) 
&lt;BR /&gt; at disti_test.getfile_0_1.GetFile$1FTPGetter_tFTPGet_1.getFiles(GetFile.java:400) 
&lt;BR /&gt; at disti_test.getfile_0_1.GetFile.tFTPGet_1Process(GetFile.java:504) 
&lt;BR /&gt; at disti_test.getfile_0_1.GetFile.runJobInTOS(GetFile.java:884) 
&lt;BR /&gt; at disti_test.getfile_0_1.GetFile.main(GetFile.java:729) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt;Job GetFile ended at 16:41 16/07/2009.</description>
      <pubDate>Sat, 16 Nov 2024 13:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360434#M125011</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2024-11-16T13:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360435#M125012</link>
      <description>See related issue on &lt;A href="http://www.talendforge.org/bugs/view.php?id=7623" target="_blank" rel="nofollow noopener noreferrer"&gt;BugTracker: 7623&lt;/A&gt;.</description>
      <pubDate>Mon, 20 Jul 2009 10:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360435#M125012</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-20T10:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360436#M125013</link>
      <description>I am running build 26090 of TIS and do not see the Ignore checkbox for the tFTPGet component. What else can I try?</description>
      <pubDate>Tue, 21 Jul 2009 01:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360436#M125013</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-07-21T01:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360437#M125014</link>
      <description>tFTPPut is causing an error as well... 
&lt;BR /&gt;Starting job GetFile at 21:51 20/07/2009. 
&lt;BR /&gt; connecting to socket on port 3683 
&lt;BR /&gt; connected 
&lt;BR /&gt;Exception in component tFTPPut_1 
&lt;BR /&gt;java.net.SocketException: Connection reset 
&lt;BR /&gt; at java.net.SocketInputStream.read(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.implRead(Unknown Source) 
&lt;BR /&gt; at sun.nio.cs.StreamDecoder.read(Unknown Source) 
&lt;BR /&gt; at java.io.InputStreamReader.read(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.fill(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.readLine(Unknown Source) 
&lt;BR /&gt; at java.io.BufferedReader.readLine(Unknown Source) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:850) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3089) 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:2993) 
&lt;BR /&gt; at disti_digikey.getfile_0_1.GetFile.tFTPPut_1Process(GetFile.java:413) 
&lt;BR /&gt; at disti_digikey.getfile_0_1.GetFile.runJobInTOS(GetFile.java:731) 
&lt;BR /&gt; at disti_digikey.getfile_0_1.GetFile.main(GetFile.java:576)</description>
      <pubDate>Tue, 21 Jul 2009 02:57:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360437#M125014</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-07-21T02:57:23Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360438#M125015</link>
      <description>Because the issue isn't integrated yet see : &lt;A href="http://www.talendforge.org/bugs/view.php?id=7623" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=7623&lt;/A&gt;</description>
      <pubDate>Tue, 21 Jul 2009 08:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360438#M125015</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-21T08:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360439#M125016</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Because the issue isn't integrated yet see : &lt;A href="http://www.talendforge.org/bugs/view.php?id=7623" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/bugs/view.php?id=7623&lt;/A&gt;&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Hmmm. So you're saying I'm pretty much dead in the water until this is implmented? Not good. What is the timeframe?</description>
      <pubDate>Tue, 21 Jul 2009 13:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360439#M125016</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-07-21T13:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360440#M125017</link>
      <description>I don't know the timeframe.
&lt;BR /&gt;You can apply the change made there : 
&lt;A href="http://talendforge.org/trac/tos/changeset/25858" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/trac/tos/changeset/25858&lt;/A&gt;
&lt;BR /&gt;to your TOS installation in folder plugins/org.talend.designer.components.localprovider_3.1.x.rxxxxx/components/</description>
      <pubDate>Tue, 21 Jul 2009 13:51:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360440#M125017</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-21T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360441#M125018</link>
      <description>&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I don't know the timeframe.&lt;BR /&gt;You can apply the change made there : &lt;A href="http://talendforge.org/trac/tos/changeset/25858" rel="nofollow noopener noreferrer"&gt;http://talendforge.org/trac/tos/changeset/25858&lt;/A&gt;&lt;BR /&gt;to your TOS installation in folder plugins/org.talend.designer.components.localprovider_3.1.x.rxxxxx/components/&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I'm running TIS. I'm assuming this should be done on the server end? Thanks.</description>
      <pubDate>Tue, 21 Jul 2009 14:11:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360441#M125018</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-07-21T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360442#M125019</link>
      <description>Hi everybody, 
&lt;BR /&gt;Morbo, I think your advice is good to solve the problem, but that might be "dangerous" since teh bug telated to the commit that you point is not yet closed. 
&lt;BR /&gt;andy, 
&lt;BR /&gt;Take care : 
&lt;BR /&gt;The 7263 related to this issue has not yet been validated.
&lt;BR /&gt;More over the patch link sent by Morbo is related to the trunk (i.e next 3.2) and might not be applied to branch 3.1
&lt;BR /&gt;Open a ticket on our support application, you will receive an official patch as soon as available from the support.
&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 22 Jul 2009 01:07:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360442#M125019</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-07-22T01:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: tFTPGet Connection Reset</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360443#M125020</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi everybody, &lt;BR /&gt;Morbo, I think your advice is good to solve the problem, but that might be "dangerous" since teh bug telated to the commit that you point is not yet closed. &lt;BR /&gt;andy, &lt;BR /&gt;Take care : &lt;BR /&gt;The 7263 related to this issue has not yet been validated.&lt;BR /&gt;More over the patch link sent by Morbo is related to the trunk (i.e next 3.2) and might not be applied to branch 3.1&lt;BR /&gt;Open a ticket on our support application, you will receive an official patch as soon as available from the support.&lt;BR /&gt;Regards,&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Already done. I believe it is assigned to you. Ticket# 2009072110000047 - Bug 8367 
&lt;BR /&gt;BTW - how long does this usually take? I'm dead in the water with out a solution. This worked perfectly in 2.4, now all my projects are stalled. 
&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 22 Jul 2009 02:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tFTPGet-Connection-Reset/m-p/2360443#M125020</guid>
      <dc:creator>AndyBrown</dc:creator>
      <dc:date>2009-07-22T02:32:16Z</dc:date>
    </item>
  </channel>
</rss>

