You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2016/06/01 03:58:12 UTC

[jira] [Closed] (INFRA-12007) Jenkins slave ubuntu-6 seems to be missing Java 6 and Ant (default)

     [ https://issues.apache.org/jira/browse/INFRA-12007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gavin closed INFRA-12007.
-------------------------
    Resolution: Fixed

Both of those should be resolved now:-

gmcdonald@priapus:~$ /home/jenkins/tools/java/latest1.6/bin/java -version
java version "1.6.0_45"
Java(TM) SE Runtime Environment (build 1.6.0_45-b06)
Java HotSpot(TM) 64-Bit Server VM (build 20.45-b01, mixed mode)

gmcdonald@priapus:~$ /home/jenkins/tools/ant/latest/bin/ant -version
Apache Ant(TM) version 1.9.4 compiled on April 29 2014


(Although not at the very latest versions, these are being worked on but your immediate problem is solved)

> Jenkins slave ubuntu-6 seems to be missing Java 6 and Ant (default)
> -------------------------------------------------------------------
>
>                 Key: INFRA-12007
>                 URL: https://issues.apache.org/jira/browse/INFRA-12007
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Jenkins
>            Reporter: Dominik Stadler
>            Assignee: Gavin
>
> Seems the ubuntu-6 machine/docker slave does not have all the pieces usually found on build slaves. At least Java 6 and Ant are not found when we run build-jobs on them.
> {noformat}
> Error: JAVA_HOME is not defined correctly.
>   We cannot execute /home/jenkins/tools/java/latest1.6/bin/java
> {noformat}
> {noformat}
> FATAL: Cannot find executable from the chosen Ant installation "Ant (latest)"
> {noformat}
> See https://builds.apache.org/view/POI/job/POI-Maven/407/console and https://builds.apache.org/view/POI/job/POI/1298/console for details.
> Note: For now we have excluded this machine from our configs.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)