<?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: Exception in component tFTPFileList in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200837#M3170</link>
    <description>This problem has nothing to do with Java programming language. 
&lt;BR /&gt;Such kind of jobs are very common and should work. 
&lt;BR /&gt;The error message looks like, that the connection to the FTP server will not keep alive. 
&lt;BR /&gt;Try to establish the connection within the tFTPFileList as well as in tFTPGet and avoid using a external tFTPConnection. 
&lt;BR /&gt;This forces creating a new connection every time it is needed.</description>
    <pubDate>Sat, 01 Sep 2012 18:56:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2012-09-01T18:56:31Z</dc:date>
    <item>
      <title>Exception in component tFTPFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200836#M3169</link>
      <description>Hello, 
&lt;BR /&gt;I am very new to Talend, and ETL in general, I am trying to get familiar with the components and I am having issues with the tFTPFileList component. I have a very simple flow, I have a connection, file list and file get. It 'seems' that the connection is working, I get an 'ok' and it moves onto the file list, and that is where all h*** breaks loose. I get the message listed below. I have test the connection manually using filezilla with no issues and have tried multiple ftp hosts. 
&lt;BR /&gt; So... I am asking, nah, pleading for even the smallest sliver of light on where I might find even the remotest hint of what this might be. 
&lt;BR /&gt;Thanks, 
&lt;BR /&gt; Oh, and Java is not my first language..lol 
&lt;BR /&gt; 
&lt;BR /&gt;Starting job Copy_of_Db2Db at 21:45 31/08/2012. 
&lt;BR /&gt; connecting to socket on port 3360 
&lt;BR /&gt;Exception in component tFTPFileList_1 
&lt;BR /&gt;com.enterprisedt.net.ftp.ControlChannelIOException: Software caused connection abort: socket write error 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.writeCommand(FTPControlSocket.java:993) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.sendCommand(FTPControlSocket.java:970) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.setDataPort(FTPControlSocket.java:790) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.sendPORTCommand(FTPControlSocket.java:646) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocketActive(FTPControlSocket.java:593) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPControlSocket.createDataSocket(FTPControlSocket.java:560) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.setupDataSocket(FTPClient.java:2561) 
&lt;BR /&gt; at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3468) 
&lt;BR /&gt; at mall_report.copy_of_db2db_0_1.Copy_of_Db2Db.tFTPFileList_1Process(Copy_of_Db2Db.java:392) 
&lt;BR /&gt; at mall_report.copy_of_db2db_0_1.Copy_of_Db2Db.tFTPConnection_1Process(Copy_of_Db2Db.java:329) 
&lt;BR /&gt; at mall_report.copy_of_db2db_0_1.Copy_of_Db2Db.runJobInTOS(Copy_of_Db2Db.java:926) 
&lt;BR /&gt; connected 
&lt;BR /&gt; disconnected 
&lt;BR /&gt; at mall_report.copy_of_db2db_0_1.Copy_of_Db2Db.main(Copy_of_Db2Db.java:794) 
&lt;BR /&gt;Job Copy_of_Db2Db ended at 21:45 31/08/2012.</description>
      <pubDate>Sat, 01 Sep 2012 03:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200836#M3169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-01T03:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tFTPFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200837#M3170</link>
      <description>This problem has nothing to do with Java programming language. 
&lt;BR /&gt;Such kind of jobs are very common and should work. 
&lt;BR /&gt;The error message looks like, that the connection to the FTP server will not keep alive. 
&lt;BR /&gt;Try to establish the connection within the tFTPFileList as well as in tFTPGet and avoid using a external tFTPConnection. 
&lt;BR /&gt;This forces creating a new connection every time it is needed.</description>
      <pubDate>Sat, 01 Sep 2012 18:56:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200837#M3170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-01T18:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exception in component tFTPFileList</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200838#M3171</link>
      <description>Thanks jlolling 
&lt;BR /&gt;It is very strange! I did try isolating each connection and I get the same results. Below is some excerpts from the logs from both the server and client. As mentioned, I have tried multiple servers and all with the same results. Out of all the components I have been trying to learn, this is really the first issue I haven't been able to overcome. 
&lt;BR /&gt; 
&lt;BR /&gt;/* Server log for Filezilla connection*/ 
&lt;BR /&gt;Sat Sep 1 14:50:20 2012 CONNECT: Client "192.168.1.105" 
&lt;BR /&gt;Sat Sep 1 14:50:20 2012 OK LOGIN: Client "192.168.1.105" 
&lt;BR /&gt;/* Server log for tFileList connection */ 
&lt;BR /&gt;Sat Sep 1 14:51:09 2012 CONNECT: Client "192.168.1.105" 
&lt;BR /&gt;Sat Sep 1 14:51:09 2012 OK LOGIN: Client "192.168.1.105" 
&lt;BR /&gt;/* Dialog between client and server: */ 
&lt;BR /&gt;Status: Connecting to 192.168.1.50:21... 
&lt;BR /&gt;Status: Connection established, waiting for welcome message... 
&lt;BR /&gt;Response: 220 (vsFTPd 2.3.5) 
&lt;BR /&gt;Command: USER roger 
&lt;BR /&gt;Response: 331 Please specify the password. 
&lt;BR /&gt;Command: PASS ******** 
&lt;BR /&gt;Response: 230 Login successful. 
&lt;BR /&gt;Command: OPTS UTF8 ON 
&lt;BR /&gt;Response: 200 Always in UTF8 mode. 
&lt;BR /&gt;Status: Connected</description>
      <pubDate>Sat, 01 Sep 2012 20:11:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Exception-in-component-tFTPFileList/m-p/2200838#M3171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-01T20:11:10Z</dc:date>
    </item>
  </channel>
</rss>

