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 14:58:59 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14112219#comment-14112219 ] 

Brandon Williams commented on CASSANDRA-7799:
---------------------------------------------

Actually, you version string looks weird.  Here's mine:

{noformat}
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.1) (7u65-2.5.1-2)
OpenJDK 64-Bit Server VM (build 24.65-b04, mixed mode)
{noformat}

> 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
>
>         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)