[
https://issues.apache.org/jira/browse/IGNITE-27567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18052057#comment-18052057
]
Aleksandr commented on IGNITE-27567:
------------------------------------
[6981e293d7|https://github.com/apache/ignite-3/commit/6981e293d7]
> CLI is broken on Java 11 after IGNITE-27530
> -------------------------------------------
>
> Key: IGNITE-27567
> URL: https://issues.apache.org/jira/browse/IGNITE-27567
> Project: Ignite
> Issue Type: Bug
> Components: cli ai3
> Affects Versions: 3.2
> Reporter: Andrey Khitrin
> Assignee: Aleksandr
> Priority: Blocker
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> A commit for IGNITE-27530 enforces usage of
> `--enable-native-access=ALL-UNNAMED` JVM option which is incompatible with
> Java 11.
> As a result, any usage of CLI on Java 11 causes errors like this:
> {code}
> Caused by: java.lang.IllegalStateException: The CLI command "cluster topology
> physical --plain --url=http://localhost:10300" returned code 1, stdout "",
> stderr "Unrecognized option: --enable-native-access=ALL-UNNAMED
> Error: Could not create the Java Virtual Machine.
> Error: A fatal exception has occurred. Program will exit."
> {code}
> It must be fixed ASAP in order to make CLI operable again on Java 11.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)