Jared Stewart created GEODE-3573:
------------------------------------
Summary: 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
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)