You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/19 01:23:00 UTC

[jira] [Work logged] (SAMOA-76) Failing Travis builds - changes in Travis config needed

     [ https://issues.apache.org/jira/browse/SAMOA-76?focusedWorklogId=345743&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-345743 ]

ASF GitHub Bot logged work on SAMOA-76:
---------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Nov/19 01:22
            Start Date: 19/Nov/19 01:22
    Worklog Time Spent: 10m 
      Work Description: csterling commented on issue #74: SAMOA-76: changes JDK used for Travis builds
URL: https://github.com/apache/incubator-samoa/pull/74#issuecomment-555287584
 
 
   It looks like this change is no longer sufficient. Newer builds are failing with an error indicating that Java feature-set 9 is the minimum requirement now. There may be other errors with the build after that is resolved. Requires further investigation.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 345743)
    Remaining Estimate: 0h
            Time Spent: 10m

> Failing Travis builds - changes in Travis config needed
> -------------------------------------------------------
>
>                 Key: SAMOA-76
>                 URL: https://issues.apache.org/jira/browse/SAMOA-76
>             Project: SAMOA
>          Issue Type: Bug
>            Reporter: Maciej Grzenda
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Automated Travis builds fail because of Travis-Java settings. Actually, the builds are terminated at the very beginning, because of Java misconfiguration.
> The key issue seems to be in the messages:
> The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> NB: JAVA_HOME should point to a JDK not a JRE__
> It seems the reason is the problem:  https://github.com/travis-ci/travis-ci/issues/7964, which is resolved as follows:
> oraclejdk7 is no longer available in Travis, replace it with openjdk7
> To test whether the change to openjdk helps, updates to Samoa Travis config are needed.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)