You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2014/08/27 17:13:58 UTC

[jira] [Resolved] (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 ]

Brandon Williams resolved CASSANDRA-7799.
-----------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.1.1
         Reviewer: Ryan McGuire

Well that's unfortunate, but I don't see how this is going to harm anything, so committed.

> 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
>            Assignee: Brandon Williams
>            Priority: Minor
>             Fix For: 2.0.11, 2.1.1
>
>         Attachments: 7799.txt
>
>
> 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)