You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Jared Stewart (JIRA)" <ji...@apache.org> on 2017/09/07 17:59:02 UTC

[jira] [Assigned] (GEODE-3573) Hang in start locator gfsh script

     [ https://issues.apache.org/jira/browse/GEODE-3573?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jared Stewart reassigned GEODE-3573:
------------------------------------

    Assignee: Jared Stewart

> Hang in start locator gfsh script
> ---------------------------------
>
>                 Key: GEODE-3573
>                 URL: https://issues.apache.org/jira/browse/GEODE-3573
>             Project: Geode
>          Issue Type: Bug
>          Components: gfsh
>            Reporter: Jared Stewart
>            Assignee: Jared Stewart
>
> The script used to start a cluster for testing by the native-client is hanging after "start locator": 
> {noformat}
> #!/bin/sh
> set -e
> IPADDRESS="35.160.147.71"
> INTERNAL_IPADDRESS="172.31.38.126"
> /home/geode/geode/bin/gfsh \
>   -e "start locator --name=locator --properties-file=/home/geode/ssl-settings/gemfire-security.properties --security-properties-file=/home/geode/ssl-settings/gfsecurity.properties --hostname-for-clients=${INTERNAL_IPADDRESS} --J=-Dgemfire.jmx-manager-hostname-for-clients=${INTERNAL_IPADDRESS} --bind-address=${INTERNAL_IPADDRESS} --J=-Dgeode.feature-protobuf-protocol=true" \
>   -e "start server --name=protobuf --properties-file=/home/geode/ssl-settings/gemfire-security.properties --security-properties-file=/home/geode/ssl-settings/gfsecurity.properties --hostname-for-clients=${INTERNAL_IPADDRESS} --bind-address=${INTERNAL_IPADDRESS} --J=-Dgeode.feature-protobuf-protocol=true" \
>   -e "create region --name=testregionname --type=PARTITION"
> {noformat}
> It appears that the locator is started and responding normally, but gfsh hangs and never moves on to "start server".



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