[
https://issues.apache.org/jira/browse/IGNITE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Evgeny Stanilovsky updated IGNITE-28485:
----------------------------------------
Description:
run control utility with jdk > 9 will print in console :
{noformat}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.ignite.internal.util.GridUnsafe$2
(file:/home/release-2.18/svn/vote/1/apache-ignite-slim-2.18.0-bin/libs/ignite-core-2.18.0.jar)
to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of
org.apache.ignite.internal.util.GridUnsafe$2
{noformat}
seems
{noformat}
--add-opens=java.base/java.nio=ALL-UNNAMED
{noformat}
need to be added
was:
run control utility with jdk > 9 will print in console :
{noformat}
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.apache.ignite.internal.util.GridUnsafe$2
(file:/home/[email protected]/%d0%97%d0%b0%d0%b3%d1%80%d1%83%d0%b7%d0%ba%d0%b8/release-2.18/svn/vote/1/apache-ignite-slim-2.18.0-bin/libs/ignite-core-2.18.0.jar)
to field java.nio.Buffer.address
WARNING: Please consider reporting this to the maintainers of
org.apache.ignite.internal.util.GridUnsafe$2
{noformat}
seems
{noformat}
--add-opens=java.base/java.nio=ALL-UNNAMED
{noformat}
need to be added
> Fix 'illegal reflective access' during control utility startup
> --------------------------------------------------------------
>
> Key: IGNITE-28485
> URL: https://issues.apache.org/jira/browse/IGNITE-28485
> Project: Ignite
> Issue Type: Bug
> Components: general
> Affects Versions: 2.18
> Reporter: Evgeny Stanilovsky
> Priority: Major
> Labels: ignite-2, ise
>
> run control utility with jdk > 9 will print in console :
> {noformat}
> WARNING: An illegal reflective access operation has occurred
> WARNING: Illegal reflective access by
> org.apache.ignite.internal.util.GridUnsafe$2
> (file:/home/release-2.18/svn/vote/1/apache-ignite-slim-2.18.0-bin/libs/ignite-core-2.18.0.jar)
> to field java.nio.Buffer.address
> WARNING: Please consider reporting this to the maintainers of
> org.apache.ignite.internal.util.GridUnsafe$2
> {noformat}
> seems
> {noformat}
> --add-opens=java.base/java.nio=ALL-UNNAMED
> {noformat}
> need to be added
--
This message was sent by Atlassian Jira
(v8.20.10#820010)