Hi all, I see the error below on some builds that apparently run on Windows nodes. I guess it is not suprising that "nohup" is not available on such nodes, but I also have no idea why Jenkins tries to call that command.
Has anybody seen such a thing already? ----- Caused: java.io.IOException: Cannot run program "nohup" (in directory "f:\jenkins\jenkins-slave\712657a4\workspace\UIMA_uima-uimafit_PR-124"): CreateProcess error=2, The system cannot find the file specified at java.lang.ProcessBuilder.start(Unknown Source) at hudson.Proc$LocalProc.<init>(Proc.java:252) at hudson.Proc$LocalProc.<init>(Proc.java:221) at hudson.Launcher$LocalLauncher.launch(Launcher.java:936) at hudson.Launcher$ProcStarter.start(Launcher.java:454) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1316) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1269) at hudson.remoting.UserRequest.perform(UserRequest.java:211) at hudson.remoting.UserRequest.perform(UserRequest.java:54) at hudson.remoting.Request$2.run(Request.java:369) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:117) at java.lang.Thread.run(Unknown Source) Finished: FAILURE ----- Link to build: https://ci-builds.apache.org/job/UIMA/job/uima-uimafit/job/PR-124/1/console Cheers, -- Richard
