> -----Original Message-----
> From: Keith W [mailto:keith.w...@gmail.com]
> Sent: Wednesday, 17 April 2013 5:52 PM
> To: ga...@16degrees.com.au
> Cc: builds@apache.org
> Subject: Re: Jenkins ongoing issues
> 
> Hello
> 
> Would someone have some time to take a look at the below problem with
> OpenJDK6 on ubuntu6?

Fixed


> 
> I also notice that on ubuntu6, ant is not in the path.  On the other other
> ubuntu boxes ant is in the path.  One of our jobs (which needs to tweak a
> ulimit before it runs so uses an shell script jenkins step) relies on ant
being in
> the path.

ant installed into path (other versions exist in /home/Hudson/tools/ant/ 

gmcdonald@quirinus:~$ ant -version
Apache Ant(TM) version 1.8.2 compiled on December 3 2011

Gav...

> 
> Kind regards, Keith Wall.
> 
> 
> 
> On 11 April 2013 23:45, Keith W <keith.w...@gmail.com> wrote:
> 
> > 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=meth
> od>
> >     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=meth
> od>
> >     at hudson.remoting.UserRequest.perform(UserRequest.java:48)
> <http://stacktrace.jenkins-
> ci.org/search/?query=hudson.remoting.UserRequest.perform&entity=meth
> od>
> >     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(InterceptingExecutorSe
> rvice.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(ThreadPoolExecut
> or.java:886) <http://stacktrace.jenkins-
> ci.org/search/?query=java.util.concurrent.ThreadPoolExecutor$Worker.runT
> ask&entity=method>
> >     at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.ja
> va: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&e
> > ntity=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: notificati...@qpid.apache.org
> >
> >
> >
> >
> >
> > On 9 April 2013 23:07, Gavin McDonald <ga...@16degrees.com.au> wrote:
> >
> >> Thanks Keith, all done!****
> >>
> >> ** **
> >>
> >> Gav.****
> >>
> >> ** **
> >>
> >> ** **
> >>
> >> *From:* Keith W [mailto:keith.w...@gmail.com]
> >> *Sent:* Wednesday, 10 April 2013 7:19 AM
> >>
> >> *To:* builds@apache.org; ga...@16degrees.com.au
> >> *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 <keith.w...@gmail.com> 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.****
> >>
> >> ** **
> >>
> >
> >

Reply via email to