You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "ARomantsov (JIRA)" <ji...@apache.org> on 2018/06/20 07:58:00 UTC

[jira] [Created] (IGNITE-8837) windows ignite.bat ignores command-line parameters with the number of arguments-J greater than 4

ARomantsov created IGNITE-8837:
----------------------------------

             Summary: windows ignite.bat ignores command-line parameters with the number of arguments-J greater than 4
                 Key: IGNITE-8837
                 URL: https://issues.apache.org/jira/browse/IGNITE-8837
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.5
         Environment: Windows 10
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)
            Reporter: ARomantsov


Try to run 

C:\Users\artur\Downloads\apache-ignite-fabric-2.5.0-bin\apache-ignite-fabric-2.5.0-bin>bin\ignite.bat C:\Users\artur\Downloads\apache-ignite-fabric-2.5.0-bin\apache-ignite-fabric-2.5.0-bin\examples\config\example-data-regions.xml -v -J-Da1=1 -J-Da2=2 -J-Da3=3 -J-DA4=4 > run_with_4arg-J.txt 2>&1

*Run ok, take normal config*

C:\Users\gridgain\Downloads\apache-ignite-fabric-2.5.0-bin\apache-ignite-fabric-2.5.0-bin>bin\ignite.bat C:\Users\gridgain\Downloads\apache-ignite-fabric-2.5.0-bin\apache-ignite-fabric-2.5.0-bin\examples\config\example-data-regions.xml -v -J-Da1=1 -J-Da2=2 -J-Da3=3 -J-DA4=4 -J-DA5=5 > run_with_5arg-J.txt

*Run not ok, ignoring all options and take default config*

 

 



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