Andrey Khitrin created IGNITE-27567:
---------------------------------------
Summary: 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
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)