Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
AndyBrown
Contributor
Contributor

tFTPGet Connection Reset

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:
Starting job GetFile at 16:41 16/07/2009.
connecting to socket on port 4302
connected
Exception in component tFTPGet_1
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.BufferedReader.fill(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:850)
at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3089)
at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:2993)
at disti_test.getfile_0_1.GetFile$1FTPGetter_tFTPGet_1.getFiles(GetFile.java:400)
at disti_test.getfile_0_1.GetFile.tFTPGet_1Process(GetFile.java:504)
at disti_test.getfile_0_1.GetFile.runJobInTOS(GetFile.java:884)
at disti_test.getfile_0_1.GetFile.main(GetFile.java:729)
disconnected
Job GetFile ended at 16:41 16/07/2009.
Labels (3)
9 Replies
Anonymous
Not applicable

See related issue on BugTracker: 7623.
AndyBrown
Contributor
Contributor
Author

I am running build 26090 of TIS and do not see the Ignore checkbox for the tFTPGet component. What else can I try?
AndyBrown
Contributor
Contributor
Author

tFTPPut is causing an error as well...
Starting job GetFile at 21:51 20/07/2009.
connecting to socket on port 3683
connected
Exception in component tFTPPut_1
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.BufferedReader.fill(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:850)
at com.enterprisedt.net.ftp.FTPClient.dir(FTPClient.java:3089)
disconnected
at com.enterprisedt.net.ftp.FTPClient.dirDetails(FTPClient.java:2993)
at disti_digikey.getfile_0_1.GetFile.tFTPPut_1Process(GetFile.java:413)
at disti_digikey.getfile_0_1.GetFile.runJobInTOS(GetFile.java:731)
at disti_digikey.getfile_0_1.GetFile.main(GetFile.java:576)
Anonymous
Not applicable

Because the issue isn't integrated yet see : http://www.talendforge.org/bugs/view.php?id=7623
AndyBrown
Contributor
Contributor
Author

Because the issue isn't integrated yet see : http://www.talendforge.org/bugs/view.php?id=7623

Hmmm. So you're saying I'm pretty much dead in the water until this is implmented? Not good. What is the timeframe?
Anonymous
Not applicable

I don't know the timeframe.
You can apply the change made there : http://talendforge.org/trac/tos/changeset/25858
to your TOS installation in folder plugins/org.talend.designer.components.localprovider_3.1.x.rxxxxx/components/
AndyBrown
Contributor
Contributor
Author

I don't know the timeframe.
You can apply the change made there : http://talendforge.org/trac/tos/changeset/25858
to your TOS installation in folder plugins/org.talend.designer.components.localprovider_3.1.x.rxxxxx/components/

I'm running TIS. I'm assuming this should be done on the server end? Thanks.
Anonymous
Not applicable

Hi everybody,
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.
andy,
Take care :
The 7263 related to this issue has not yet been validated.
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
Open a ticket on our support application, you will receive an official patch as soon as available from the support.
Regards,
AndyBrown
Contributor
Contributor
Author

Hi everybody,
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.
andy,
Take care :
The 7263 related to this issue has not yet been validated.
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
Open a ticket on our support application, you will receive an official patch as soon as available from the support.
Regards,

Already done. I believe it is assigned to you. Ticket# 2009072110000047 - Bug 8367
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.
Thanks.