You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Ryan McGuire (JIRA)" <ji...@apache.org> on 2014/08/19 23:53:18 UTC

[jira] [Updated] (CASSANDRA-7799) cassandra-env.sh doesn't detect openjdk version numbers

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

Ryan McGuire updated CASSANDRA-7799:
------------------------------------

    Fix Version/s: 2.1.0

> cassandra-env.sh doesn't detect openjdk version numbers
> -------------------------------------------------------
>
>                 Key: CASSANDRA-7799
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7799
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Ryan McGuire
>             Fix For: 2.1.0
>
>
> Cassandra fails to start with openjdk with the error:
> {code}
> Cassandra 2.0 and later require Java 7u25 or later.
> {code}
> This commit broke it:
> https://github.com/apache/cassandra/commit/87548095859c210e7be8cc8bbb4a5aa1f857a6ad
> My openjdk version string looks like:
> {code}
> vagrant@cnode1:~/fab/cassandra$ java -version
> openjdk version "1.7.0-u60-unofficial"
> OpenJDK Runtime Environment (build 1.7.0-u60-unofficial-b30)
> OpenJDK 64-Bit Server VM (build 24.60-b09, mixed mode)
> {code}
> Which this change does not parse properly.



--
This message was sent by Atlassian JIRA
(v6.2#6252)