Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Our job that uses a "tFTPPut" job recently started failing this morning. There hasn't been any change on our side and most definitely a change on the SFTP server side. I tried using only "tFTPConnection" but it's also failing. We're using "password" authentication method with username/password.
Error below:
The vendor told us that their private key had been updated and told us to "trust the new key", however we don't get this option in Talend and I can't find a way to reset the trust store for this.
I can connect to the SFTP server using WinSCP and I received a pop up to trust the new key prior to connecting successfully in WinSCP.
We're using Talend Open Studio for Big Data (version 8.0.1).
Please help!
P.S, I did find a previous post here: https://community.talend.com/s/question/0D53p00007vClS0CAK/tftpconnection-omjcraftjschjschexception-...
but no one has answered successfully.
Hello @Geoffrey Ong ,
Could you please give a snapshot of the connection settings using WinSCP as well as the connection settings for tFTPConnection component in the job?
Best regards
Aiming
In WinSCP (default settings, just username password on SFTP using port 22):
Server and protocol info in WinSCP (Not sure if SFTP-6 is supported in Talend):
Hello @Geoffrey Ong ,
Someone met the issue before , see https://stackoverflow.com/questions/37280442/jsch-0-1-53-session-connect-throws-end-of-io-stream-rea...
The possible solution is to upgrade the jsch jar version to the latest 0.1.55 version
Please try to :
see https://help.talend.com/r/en-US/8.0/studio-user-guide/customizing-maven-uri-for-external-module-deployment3 Re-try the job
It's already using 0.1.55 jar. See below:
Even if I download it again and try to change it, it won't let me.
Seems it's not the jsch jar version issue as yours is already 0.1.55.
To debug the job log, you can check the log4jLevel = 'Debug' in the job's Run Advanced settings
Hello,
Have you find any solution for this issue m facing same issue. Please kindly reply on this if you find any solution
Hello,
I have the same issue too. So I added the 1.55 jar in a tLibraryLoad to check and it works. But not in the TMC and I don't want to change the jar in "module" because it will impact all tLibraryLoad in my project. And it is a big downgrade (2.1 to 1.55)
What should I do ?
Regards.