You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/06 18:15:00 UTC

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

    [ https://issues.apache.org/jira/browse/GEODE-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16155815#comment-16155815 ] 

ASF subversion and git services commented on GEODE-3277:
--------------------------------------------------------

Commit 0469ca9d20b3811685865834beb26f5e681f5d86 in geode's branch refs/heads/feature/GEODE-3277 from [~khowe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=0469ca9 ]

GEODE-3277: Fix error path constructors of Launcher inner State classess

Updated tests for changes in the error constructors for ServerState and
LocatorState.

Minor spelling corrections.

This reintroduces changes that were reverted due to merge conflicts with
the previous state of the develop branch


> 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
>          Components: gfsh
>    Affects Versions: 1.1.0, 1.2.0
>            Reporter: Kenneth Howe
>            Assignee: Kenneth Howe
>             Fix For: 1.3.0
>
>
> 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)