Details
-
Bug
-
Status: Resolved
-
Urgent
-
Resolution: Duplicate
-
None
-
Critical
-
Java11, OpenJDK, Windows
-
None
Description
I'm trying to setup Cassandra 4.0 trunk with OpenJDK11, but getting below error on start up.
+ $content = Get-Content "$env:CASSANDRA_CONF\jvm.options"
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (D:\Stuff\save\C...onf\jvm.options:String) [Get-Content], ItemNotFoundException
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.GetContentCommand
Also JVM_VERSION is 11, still its showing as
Cassandra 4.0 requires either Java 8 (update 151 or newer) or Java 11 (or newer). Java 11 is not supported.
Please suggest.
Attachments
Issue Links
- Blocked
-
CASSANDRA-14608 Confirm correctness of windows scripts post-9608
- Resolved