Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.5.0, 1.6.0
Description
The attached tarfile contains scripts to start up 2 clusters and connect them with a WAN gateway.
The script for starting the servers for the first cluster (ln) fail because the default 40404 port is being used for each server. Instead, the start server command should be using the local cache.xml files found under config/gemfire-XX-hub.xml which contain:
<cache-server port="0"/>
This should force gfsh to choose the next available port, rather than the default 40404.
It appears that the default cache.xml is being used. This problem does not exist with Geode 1.4.0.