[
https://issues.apache.org/jira/browse/CASSANDRA-15258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17008412#comment-17008412
]
Gus Heck commented on CASSANDRA-15258:
--------------------------------------
Opening the jar file found in my gradle cache for 4.0-alpha2, I find this
manifest:
{code:java}
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.10.5
Created-By: 1.8.0_222-8u222-b10-1-b10 (Debian)
{code}
Based on [http://openjdk.java.net/jeps/238] and the discussion of multi-release
jars in CASSANDRA-9608 I expected to find {{Multi-Release:true}} and
sub-directories of META-INF for an mrjar... but neither is present.
nor is this line from the commit in trunk:
[https://github.com/apache/cassandra/commit/6ba2fb9395226491872b41312d978a169f36fcdb#diff-2cccd7bf48b7a9cc113ff564acd802a8R232]
Digging further It seems that this was removed in CASSANDRA-15108 - which seems
to contradict the finding in bullet 2 of
https://issues.apache.org/jira/browse/CASSANDRA-9608?focusedCommentId=16510196&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-16510196
the exceptions in this ticket suggest that the java 8 only build is not
working in java 11 as originally asserted in 9608.
> Cassandra JDK11 not working
> ----------------------------
>
> Key: CASSANDRA-15258
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15258
> Project: Cassandra
> Issue Type: Bug
> Components: Build, Local/Startup and Shutdown
> Reporter: RamyaK
> Priority: Urgent
> Labels: windows
>
> 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.
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]