cancel
Showing results for 
Search instead for 
Did you mean: 

SFTP Error: java.net.BindException: Address already in use: connect

baskaran_k2
Participant
0 Kudos

Hi,

We are using SFTP adapter to collect the data from Vendor. But we are facing below exception while pooling most of the times. But this issue not occurring for all Channels all are connected to same SFTP.

Error: Cannot connect to SFTP server. Host: XXX.XX.XXX.XX; port: 22; username: ACSAP\XXX_SAP_Prod; home directory: ; current directory: ; ; kex: diffie-hellman-group1-sha1,diffie-hellman-group-exchange-sha1; ciphers: aes256-cbc,aes192-cbc,aes128-cbc,3des-cbc,aes256-ctr,aes192-ctr,aes128-ctr,3des-ctr,blowfish-cbc,arcfour256,arcfour128,arcfour,none; mac: hmac-sha1,hmac-md5,hmac-sha1-96,hmac-md5-96; compression: none; server version: SSH-2.0-1.00 FlowSsh: WinSSHD 5.04: java.net.BindException: Address already in use: connect (Software version: 3.0.21)

Accepted Solutions (1)

Accepted Solutions (1)

tobiasberneck
Explorer
0 Kudos

Hi,

your available sockets are all occupied on the PI system. There are two possible solutions:

1. Change the connect mode from "per file transfer" to "permanently" in the SFTP sender channels, if this is possible.

2. Ask the Basis colleagues to increase max number of open sockets on the OS level.

Kind regards,

Tobi.

Answers (0)