Hi Gavin, Builds Thanks - the build is getting further on Ubuntu6, but now it sees a problem with the JDK. The job (Qpid-proton-jni) is configured to use OpenJDK6 from within the Jenkins config (selected from menu) but it fails with the following error message below. Would you be able to take a moment to check the Java packages are all installed as on the other ubuntu hosts?
Kind regards, Keith [proton] $ /usr/lib/jvm/java-6-openjdk-amd64/bin/java -XX:MaxPermSize=500m -Xmx2G -Xms1G -Djava.awt.headless=true -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/hudson/tools/maven/apache-maven-3.0.2/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/apache-maven-3.0.2 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 47898 ERROR: Failed to parse POMsjava.io.IOException <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: Cannot run program "/usr/lib/jvm/java-6-openjdk-amd64/bin/java" (in directory "/home/jenkins/jenkins-slave/workspace/Qpid-proton-jni/proton"): java.io.IOException: error=2, No such file or directory at java.lang.ProcessBuilder.start(ProcessBuilder.java:459) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.ProcessBuilder.start&entity=method> at hudson.Proc$LocalProc.<init>(Proc.java:244) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Proc$LocalProc.%3Cinit%3E&entity=method> at hudson.Proc$LocalProc.<init>(Proc.java:216) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Proc$LocalProc.%3Cinit%3E&entity=method> at hudson.Launcher$LocalLauncher.launch(Launcher.java:763) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$LocalLauncher.launch&entity=method> at hudson.Launcher$ProcStarter.start(Launcher.java:353) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$ProcStarter.start&entity=method> at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:988) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLaunchCallable.call&entity=method> at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:955) <http://stacktrace.jenkins-ci.org/search/?query=hudson.Launcher$RemoteLaunchCallable.call&entity=method> at hudson.remoting.UserRequest.perform(UserRequest.java:118) <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method> at hudson.remoting.UserRequest.perform(UserRequest.java:48) <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=method> at hudson.remoting.Request$2.run(Request.java:326) <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.Request$2.run&entity=method> at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72) <http://stacktrace.jenkins-ci.org/search/?query=hudson.remoting.InterceptingExecutorService$1.call&entity=method> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask$Sync.innerRun&entity=method> at java.util.concurrent.FutureTask.run(FutureTask.java:138) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.FutureTask.run&entity=method> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runTask&entity=method> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) <http://stacktrace.jenkins-ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.run&entity=method> at java.lang.Thread.run(Thread.java:619) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.Thread.run&entity=method> Caused by: java.io.IOException <http://stacktrace.jenkins-ci.org/search?query=java.io.IOException>: java.io.IOException: error=2, No such file or directory at java.lang.UNIXProcess.<init>(UNIXProcess.java:148) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.UNIXProcess.%3Cinit%3E&entity=method> at java.lang.ProcessImpl.start(ProcessImpl.java:65) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.ProcessImpl.start&entity=method> at java.lang.ProcessBuilder.start(ProcessBuilder.java:452) <http://stacktrace.jenkins-ci.org/search/?query=java.lang.ProcessBuilder.start&entity=method> ... 15 more Sending e-mails to: [email protected] On 9 April 2013 23:07, Gavin McDonald <[email protected]> wrote: > Thanks Keith, all done!**** > > ** ** > > Gav…**** > > ** ** > > ** ** > > *From:* Keith W [mailto:[email protected]] > *Sent:* Wednesday, 10 April 2013 7:19 AM > > *To:* [email protected]; [email protected] > *Subject:* Re: Jenkins ongoing issues**** > > ** ** > > Hello Builds**** > > ** ** > > Could the below packages be installed on ubuntu6 please? **** > > ** ** > > Thanks in advance, Keith Wall.**** > > ** ** > > ** ** > > On 5 April 2013 12:43, Keith W <[email protected]> wrote:**** > > Hello Gavin > > Thanks for taking a look at the build stabiity issues.**** > > > > instead, let us know here what we might need to do to fix it, different > > dependency etc ..**** > > Some of Qpid's jobs are failing on the new slave owning to missing > dependencies. Could the following packages be installed on ubuntu6? > > cmake > swig > libboost > libboost1.46-dev > libboost-filesystem-dev > libboost-program-options-dev > libicu48 > sasl2-bin > > Kind regards, Keith Wall.**** > > ** ** >
