I have wrote a simple code using java OIMClient login for ssl. The code is working fine from windows system. but when I am deploying the code in the unix box (from where oim is running) its giving the below error:
LoginException: java.net.ConnectException: t3s://xxxxxxxxxxxxxxxxxxxxxxxxxxxxx:xxxxx: Destination unreachable; nested exception is:
java.net.SocketException: Broken pipe; No available router to destination
I am providing host, port correctly and there is no firewall issue. any suggestion.