Hello everyone, Since a few days the clear case polling does not work anymore (I'm not 100% sure if it ever worked...).
The scm_polling.log is as follows: -- Started on Nov 22, 2012 6:45:09 PM *************************** get view CSPEC *********************** [<jobname>] $ cleartool catcs -tag <viewtag> FATAL: Cannot run program "cleartool" (in directory "/home/<username>/jenkins/workspace/<viewtag>"): error=2, A file or directory in the path name does not exist. (---> Here the file contains some special characters that my email program doesn't allow to send) ava.io.IOException: Cannot run program "cleartool" (in directory "/home/<username>/jenkins/workspace/<viewtag>"): error=2, A file or directory in the path name does not exist. at java.lang.ProcessBuilder.start(ProcessBuilder.java:471) at hudson.Proc$LocalProc.<init>(Proc.java:244) at hudson.Proc$LocalProc.<init>(Proc.java:216) at hudson.Launcher$LocalLauncher.launch(Launcher.java:709) at hudson.Launcher$ProcStarter.start(Launcher.java:338) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:934) at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:901) at hudson.remoting.UserRequest.perform(UserRequest.java:118) at hudson.remoting.UserRequest.perform(UserRequest.java:48) at hudson.remoting.Request$2.run(Request.java:326) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:314) at java.util.concurrent.FutureTask.run(FutureTask.java:149) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:897) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:919) at java.lang.Thread.run(Thread.java:736) Caused by: java.io.IOException: error=2, A file or directory in the path name does not exist. at java.lang.UNIXProcess.<init>(UNIXProcess.java:53) at java.lang.ProcessImpl.start(ProcessImpl.java:112) at java.lang.ProcessBuilder.start(ProcessBuilder.java:464) ... 15 more Done. Took 48 ms No changes -- Therfore I've upgraded from Jenkins 1.477 to 1.491, but in the new version it doesn't work either. I'm using Jenkins ClearCase Plug-in 1.3.11. The operating system of the clearcase is IBM AIX Unix. In .bashrc, .profile and .bash_profile the PATH variable is extended by the path to cleartoo (export PATH=$PATH:/usr/atria/bin). Triggering a manual update via "Build now" works fine. The problem is just the polling. Does anybody have an idea? Thanks a lot in advance, Natalie
