[
https://issues.apache.org/jira/browse/IGNITE-28485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18073046#comment-18073046
]
Ignite TC Bot commented on IGNITE-28485:
----------------------------------------
{panel:title=Branch: [pull/13010/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/13010/head] Base: [master] : No new tests
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#F7D6C1}{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=8997500&buildTypeId=IgniteTests24Java8_RunAll]
> 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
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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)