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

2017-09-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 1359dc1d59a6759194ab5378596c4f6b3d1a6239 in geode's branch 
refs/heads/develop from [~khowe]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=1359dc1 ]

GEODE-3277: Call launcher method instead of inner class method


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-09-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


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

GEODE-3277: Call launcher method instead of inner class method


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-09-07 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


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

GEODE-3277: Change debug messages on failure to start launchers


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-09-06 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/GEODE-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-29 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 4ac5e65f79ca7383cc7274c65c9a435d124b5d75 in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=4ac5e65 ]

GEODE-3277: revert changes to Launcher bind address and State constructors

This reverts commit 73a847a4b22239414db0ae9d973673f6a03fdcf0.
This reverts commit 4a5c56eb8edd277b258e916212d41bec0b0e7b83.
This reverts commit f41ca9d7d2fa7c045ec439df9478335233f1d95e.


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 73a847a4b22239414db0ae9d973673f6a03fdcf0 in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=73a847a ]

GEODE-3277: Fix test failure caused by ServerState changes


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 4a5c56eb8edd277b258e916212d41bec0b0e7b83 in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=4a5c56e ]

GEODE-3277: Fix test failure caused by ServerState changes


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-28 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit f41ca9d7d2fa7c045ec439df9478335233f1d95e in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=f41ca9d ]

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.


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-09 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 11a0b34cd4c15903a9b9fd649329ddbafc428ad8 in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=11a0b34 ]

Revert "GEODE-3277: Fix error path constructors of inner State classes of the 
Launchers"

This reverts commit 6fb2ca8


> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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


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

2017-08-08 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on GEODE-3277:


Commit 6fb2ca83f53bef0d9fa32e14c058280e894b8ac2 in geode's branch 
refs/heads/develop from [~khowe]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=6fb2ca8 ]

GEODE-3277: Fix error path constructors of inner State classes of the Launchers

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

Minor refactorings and spelling corrections to improve code clarity.


> 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
>
> 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=}} option is not the correct port.
> The expected response should like:
> {code}
> Locator in  on 127.0.0.1[12346] is currently not responding.
> {code}



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