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

[jira] [Updated] (IGNITE-7477) Ignite.NET does not work on Java 9

     [ https://issues.apache.org/jira/browse/IGNITE-7477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Tupitsyn updated IGNITE-7477:
-----------------------------------
    Description: 
When jars are compiled with Java 9 (IGNITE-6730), Ignite.NET does not work properly.
Some additional JVM settings are required:

{code}
--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
{code}

  was:
When jars are compiled with Java 9, Ignite.NET does not work properly.
Some additional JVM settings are required:

{code}
--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
{code}


> Ignite.NET does not work on Java 9
> ----------------------------------
>
>                 Key: IGNITE-7477
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7477
>             Project: Ignite
>          Issue Type: Bug
>          Components: platforms
>    Affects Versions: 2.4
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.4
>
>
> When jars are compiled with Java 9 (IGNITE-6730), Ignite.NET does not work properly.
> Some additional JVM settings are required:
> {code}
> --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
> {code}



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