Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
-
JDK 10.0.1
-
Normal
Description
Clean install of Windows 10 Home 64 bit, JDK 10.0.1, Cassandra 3.11.2.
Attempted to start Cassandra for the first time:
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.
Result of `java -version` check:
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)
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.
Attachments
Issue Links
- duplicates
-
CASSANDRA-9608 Support Java 11
- Resolved