Process leaked file descriptors

2016-10-23 Thread Pritam Sharma
Hi All, I have been trying to fix this issue, where the Jenkins job throws failure as "Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information Build step 'Invoke Ant' marked build as failure". In my jenkins job I hav

Unable to execute Java Code "Runtime.getRuntime().exec("cmd /c start runScript.bat");" using Jenkins

2016-10-20 Thread Pritam Sharma
Hi All, I am trying to execute a java class which contains the code : *"Runtime.getRuntime().exec("cmd /c start runScript.bat");" * I'm using apache ANT 1.7 and JDK7, when I call the ANT target from my Jenkins job ,It skips this line of code *"Runtime.getRuntime().exec("cmd /c start runS