You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Artem Budnikov (JIRA)" <ji...@apache.org> on 2018/10/19 12:42:00 UTC

[jira] [Commented] (IGNITE-9288) Document how to start Ignite under Java 9

    [ https://issues.apache.org/jira/browse/IGNITE-9288?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16656751#comment-16656751 ] 

Artem Budnikov commented on IGNITE-9288:
----------------------------------------

Added the information about running Ignite with Java 9+ to the Getting Started page https://apacheignite.readme.io/v2.6/docs/getting-started-27#section-running-ignite-with-java-9-or-higher

> Document how to start Ignite under Java 9
> -----------------------------------------
>
>                 Key: IGNITE-9288
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9288
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Vladimir Ozerov
>            Assignee: Artem Budnikov
>            Priority: Major
>             Fix For: 2.7
>
>
> *Explanation of the problem*
> AI use some proprietary DK APIs which are not accessible by default. In order to run Ignite, it is necessary to pass special JVM flags to make these APIs accessible.
> *How to start embedded Ignite*
> Pass the following flags to JVM:
> --add-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED --add-exports java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED --add-exports jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED
> *How to start standalone Ignite node*
> No additional actions are needed. Flag are already passed to Java inside {{ignite.sh/bat}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)