[
https://issues.apache.org/jira/browse/CLOUDSTACK-9780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15861673#comment-15861673
]
ASF GitHub Bot commented on CLOUDSTACK-9780:
--------------------------------------------
GitHub user swill opened a pull request:
https://github.com/apache/cloudstack/pull/1938
CLOUDSTACK-9780: Fixed the default JAVA_HOME value to be Java8 if not set
Now that PR-1888 is merged, Java8 is required. Unfortunately, the file
pushed to `/etc/cloudstack/management/classpath.conf` on ACS install will
default the version to Java7 instead of Java8 if JAVA_HOME is unset. This fix
sets the default to Java8 if JAVA_HOME is not set.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/swill/cloudstack classpath
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1938.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1938
----
commit 6ee4a195f27fe59c61e96d0ab1c56dee0c05a52b
Author: Will Stevens <[email protected]>
Date: 2017-02-10T18:42:58Z
Fixed the default JAVA_HOME value to be Java8 if not set
----
> Default to Java8 if JAVA_HOME is not set
> ----------------------------------------
>
> Key: CLOUDSTACK-9780
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9780
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Affects Versions: 4.10.0.0
> Reporter: Will Stevens
>
> Now that PR1888 is merged, Java8 is required. Unfortunately the file pushed
> to `/etc/cloudstack/management/classpath.conf` will default to Java7 if the
> JAVA_HOME is not set.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)