You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2016/11/14 18:58:58 UTC

[jira] [Created] (GEODE-2104) GFSH parsing of options following --J options are interpreted as part of the --J value

Kirk Lund created GEODE-2104:
--------------------------------

             Summary: GFSH parsing of options following --J options are interpreted as part of the --J value
                 Key: GEODE-2104
                 URL: https://issues.apache.org/jira/browse/GEODE-2104
             Project: Geode
          Issue Type: Bug
          Components: management
            Reporter: Kirk Lund


GFSH parsing of options following --J options are interpreted as part of the --J value.

$ start server --name=me3 --J=-Dgemfire.jmx-manager=true --J=-Dgemfire.jmx-manager-start=true --http-service-port=8080` 

In the above GFSH does not interpret the `http-service-port` option correctly.  If you look in the log, the value for `gemfire.jmx-manager-start` is `true --http-service-port=8080`



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)