Hi All, I am unable to find a solution for the problem i am facing with IBM j9.
In my ant script i am using SCP task to copy my build artefacts(.ear) to scp server. When i am using Oracle jdks everything is working fine and i am able to copy my files to remote server. Problem starts when ant is running using JVM j9 jvm (1.5). I am getting Net_Bind exception when scp task is executed. I have tried following permutations; Jenkins running on Oracle jdk 1.5 and Ant using Oracle jdk -- build is successful. Jenkins running on Oracle jdk 1.5 and Ant using J9 -- Build failed with netbind exception Jenkins running on J9 and Ant using J9 -- Build failed with netbind exception Please help if any one have any idea what could be done to resolve this issue.