ERROR manager.SqlManager: Error executing statement: java.sql.SQLRecoverableException: IO Error: The
Hello Exports,
We are facing the below error while trying to make the connection using SSL/TCPS using 4443 port, Connection and all other set up are up and running with out any issue,
Error :
ERROR manager.SqlManager: Error executing statement: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
Caused by: java.io.IOException: Connection timed out, socket connect lapse 127177 ms <host> 4443 0 1
Jnettrace :
Listening on localhost:4443
Forwarding Port: <host>:4443
--
java.net.BindException: Address already in use (Bind failed)
at java.net.PlainSocketImpl.socketBind(Native Method)
at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:387)
at java.net.ServerSocket.bind(ServerSocket.java:390)