Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
CVIALLE1612618081
Contributor
Contributor

tSCPconnection error

Hello,

I have a connection error on a tSCPconnection module. I try to connect to a VLAN and all rights are open. Here is the error:

Exception in component tSCPConnection_2 (test)

java.io.IOException: There was a problem while connecting to 192.168.101.251:22

at ch.ethz.ssh2.Connection.connect (Connection.java:805)

at ch.ethz.ssh2.Connection.connect (Connection.java:595)

at local_project.test_0_1.test.tSCPConnection_2Process (test.java:337)

at local_project.test_0_1.test.runJobInTOS (test.java:755)

at local_project.test_0_1.test.main (test.java:605)

Caused by: java.io.IOException: Key exchange was not finished, connection is closed.

at ch.ethz.ssh2.transport.KexManager.getOrWaitForConnectionInfo (KexManager.java:78)

at ch.ethz.ssh2.transport.TransportManager.getConnectionInfo (TransportManager.java:281)

at ch.ethz.ssh2.Connection.connect (Connection.java:761)

... 4 more

Caused by: java.io.IOException: Cannot negotiate, proposals do not match.

at ch.ethz.ssh2.transport.ClientKexManager.handleMessage (ClientKexManager.java:123)

at ch.ethz.ssh2.transport.TransportManager.receiveLoop (TransportManager.java:941)

at ch.ethz.ssh2.transport.TransportManager $ 1.run (TransportManager.java:510)

at java.lang.Thread.run (Unknown Source)

[statistics] disconnected

I am in version 7.2

Thanks for your help

Labels (2)
4 Replies
CVIALLE1612618081
Contributor
Contributor
Author

SSH SCP connections ok from my post.

VMackenzie
Contributor
Contributor

Getting the same error with Talend 7.2 on both tSCPConnection and tSSH component any luck in resolving this yet?

mlr2903
Contributor
Contributor

Could you find a solution for this? I would appreciate it because we can't connect and we need for our app.

rohsuh
Contributor
Contributor

Can someone post an update regarding what workaround was done to resolve or get around this error?