You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Mila Rodriguez (JIRA)" <ji...@apache.org> on 2018/05/16 01:17:00 UTC

[jira] [Created] (CASSANDRA-14446) Cassandra will not start on JRE 10

Mila Rodriguez created CASSANDRA-14446:
------------------------------------------

             Summary: Cassandra will not start on JRE 10
                 Key: CASSANDRA-14446
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14446
             Project: Cassandra
          Issue Type: Bug
         Environment: JDK 10.0.1
            Reporter: Mila Rodriguez


Clean install of Windows 10 Home 64 bit, JDK 10.0.1, Cassandra 3.11.2.

Attempted to start Cassandra for the first time:

 
{code:java}
PS C:\javatools> cassandra -f
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
WARNING! Automatic page file configuration detected.
 It is recommended that you disable swap when running Cassandra
 for performance and stability reasons.
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
Failed 64-bit check. Re-running to get version from 32-bit
*---------------------------------------------------------------------*
*---------------------------------------------------------------------*
Cassandra 3.0 and later require Java 8u40 or later.
{code}
 

Result of `java -version` check:
{code:java}
PS C:\javatools> java -version
java version "10.0.1" 2018-04-17
Java(TM) SE Runtime Environment 18.3 (build 10.0.1+10)
Java HotSpot(TM) 64-Bit Server VM 18.3 (build 10.0.1+10, mixed mode){code}


My guess would be that the change in versioning scheme ("10.0.1" instead of something a la "1.8.0_40") is what is causing this.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org