Hey Lukasz, /bin/java doesn't exist, but /usr/bin/java does. Here is some information on the node you were on: pono@asf911:~$ which java /usr/bin/java pono@asf911:~$ find /usr/lib/jvm/ -type f -name java
/usr/lib/jvm/java-6-oracle/bin/java /usr/lib/jvm/java-6-oracle/jre/bin/java /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java If that doesn't help, please file a ticket on JIRA so we can take a deeper look. Cheers, -Pono On Sat, Mar 19, 2016 at 7:49 AM, Lukasz Lenart <[email protected]> wrote: > Any idea what's wrong? Previously there was a problem with Maven 3.2.1 > so I have switched to 3.2.5 but now I got this :\ > > > ---------- Forwarded message ---------- > From: Apache Jenkins Server <[email protected]> > Date: 2016-03-19 8:31 GMT+01:00 > Subject: Build failed in Jenkins: Struts-JDK8-master #111 > To: [email protected] > > > See <https://builds.apache.org/job/Struts-JDK8-master/111/> > > ------------------------------------------ > Started by an SCM change > [EnvInject] - Loading node environment variables. > Building remotely on H11 (docker Ubuntu ubuntu yahoo-not-h2) in > workspace <https://builds.apache.org/job/Struts-JDK8-master/ws/> > > git rev-parse --is-inside-work-tree # timeout=10 > Fetching changes from the remote Git repository > > git config remote.origin.url http://git.apache.org/struts.git # > timeout=10 > Fetching upstream changes from http://git.apache.org/struts.git > > git --version # timeout=10 > > git -c core.askpass=true fetch --tags --progress > http://git.apache.org/struts.git +refs/heads/*:refs/remotes/origin/* > > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 > Checking out Revision 88526180375f958ea57eceedb3017f4b7637ef68 > (refs/remotes/origin/master) > > git config core.sparsecheckout # timeout=10 > > git checkout -f 88526180375f958ea57eceedb3017f4b7637ef68 > > git rev-list 88526180375f958ea57eceedb3017f4b7637ef68 # timeout=10 > [locks-and-latches] Checking to see if we really have the locks > [locks-and-latches] Have all the locks, build can start > Parsing POMs > Modules changed, recalculating dependency graph > Established TCP socket on 52990 > maven32-agent.jar already up to date > maven32-interceptor.jar already up to date > maven3-interceptor-commons.jar already up to date > [Struts-JDK8-master] $ /bin/java -Xms128m -Xmx768m > -XX:MaxPermSize=256m -XX:PermSize=128m -cp > > /home/jenkins/jenkins-slave/maven32-agent.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5/boot/plexus-classworlds-2.5.2.jar:/home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5/conf/logging > jenkins.maven3.agent.Maven32Main > > /home/jenkins/jenkins-slave/tools/hudson.tasks.Maven_MavenInstallation/maven-3.2.5 > /home/jenkins/jenkins-slave/slave.jar > /home/jenkins/jenkins-slave/maven32-interceptor.jar > /home/jenkins/jenkins-slave/maven3-interceptor-commons.jar 52990 > [locks-and-latches] Releasing all the locks > [locks-and-latches] All the locks released > ERROR: Failed to parse POMs > java.io.IOException: Cannot run program "/bin/java" (in directory > "<https://builds.apache.org/job/Struts-JDK8-master/ws/")>: error=2, No > such file or directory > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1041) > at hudson.Proc$LocalProc.<init>(Proc.java:244) > at hudson.Proc$LocalProc.<init>(Proc.java:216) > at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) > at hudson.Launcher$ProcStarter.start(Launcher.java:381) > at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148) > at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) > at hudson.remoting.UserRequest.perform(UserRequest.java:120) > 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:68) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > at ......remote call to H11(Native Method) > at > hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1416) > at hudson.remoting.UserResponse.retrieve(UserRequest.java:220) > at hudson.remoting.Channel.call(Channel.java:781) > at hudson.Launcher$RemoteLauncher.launch(Launcher.java:928) > at hudson.Launcher$ProcStarter.start(Launcher.java:381) > at > hudson.maven.AbstractMavenProcessFactory.newProcess(AbstractMavenProcessFactory.java:281) > at hudson.maven.ProcessCache.get(ProcessCache.java:236) > at > hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:778) > at > hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) > at hudson.model.Run.execute(Run.java:1738) > at > hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) > at > hudson.model.ResourceController.execute(ResourceController.java:98) > at hudson.model.Executor.run(Executor.java:410) > Caused by: java.io.IOException: error=2, No such file or directory > at java.lang.UNIXProcess.forkAndExec(Native Method) > at java.lang.UNIXProcess.<init>(UNIXProcess.java:186) > at java.lang.ProcessImpl.start(ProcessImpl.java:130) > at java.lang.ProcessBuilder.start(ProcessBuilder.java:1022) > at hudson.Proc$LocalProc.<init>(Proc.java:244) > at hudson.Proc$LocalProc.<init>(Proc.java:216) > at hudson.Launcher$LocalLauncher.launch(Launcher.java:815) > at hudson.Launcher$ProcStarter.start(Launcher.java:381) > at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1148) > at hudson.Launcher$RemoteLaunchCallable.call(Launcher.java:1113) > at hudson.remoting.UserRequest.perform(UserRequest.java:120) > 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:68) > at java.util.concurrent.FutureTask.run(FutureTask.java:262) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
