Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-9288

Document how to start Ignite under Java 9

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.7
    • documentation
    • None
    • Docs Required

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              Artem Budnikov Artem Budnikov
              vozerov Vladimir Ozerov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: