You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexandr Shapkin (JIRA)" <ji...@apache.org> on 2019/07/19 15:56:00 UTC

[jira] [Created] (IGNITE-11999) .NET unable to specify JvmDllPath for standalone node

Alexandr Shapkin created IGNITE-11999:
-----------------------------------------

             Summary: .NET unable to specify JvmDllPath for standalone node
                 Key: IGNITE-11999
                 URL: https://issues.apache.org/jira/browse/IGNITE-11999
             Project: Ignite
          Issue Type: Bug
          Components: platforms
    Affects Versions: 2.7.5
            Reporter: Alexandr Shapkin
            Assignee: Alexandr Shapkin
             Fix For: 2.8


We have a -JvmDllPath CLI parameter/Ignite.JvmDllPath xml config for standalone nodes, that should take care about JVM dll location configuration.

This parameter won't work since Apache.Ignite.Config.Configurator expects another one:

/** Command line argument: Path to JVM dll. */
 private const string CmdJvmDll = "JvmDll";

 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)