You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kenneth Howe (JIRA)" <ji...@apache.org> on 2017/07/20 21:06:00 UTC

[jira] [Created] (GEODE-3277) Gfsh commands throw NumberFormatException when given wrong port number

Kenneth Howe created GEODE-3277:
-----------------------------------

             Summary: Gfsh commands throw NumberFormatException when given wrong port number
                 Key: GEODE-3277
                 URL: https://issues.apache.org/jira/browse/GEODE-3277
             Project: Geode
          Issue Type: Bug
            Reporter: Kenneth Howe


The {{status locator}} and {{status server}} commands internally throw NumberFormatException, and print the message "null" on the console if the port specified with the {{--port=<number>}} option is not the correct port.

The expected response should like:
{code}
Locator in <path> on 127.0.0.1[12346] is currently not responding.
{code}




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)