Hi Team,

I see strange failure status on locator start up and still locator actually
starts up. But I am not able to connect to this locator ever via GFSH/java.
i don't see any error/exception in logs even after enabling debug level.

This is mainly due to highlighted properties without which it works fine.
Is that the correct usage of those ones?

>> locator1.properties
locators=localhost[10334],localhost[10335]
mcast-port=0
jmx-manager=true
jmx-manager-start=true
jmx-manager-port=1098
*jmx-manager-ssl-enabled=false*
*jmx-manager-bind-address=localhost*
enable-network-partition-detection=false
http-service-port=9202
http-service-bind-address=localhost
log-level=config


gfsh>start locator --name=locator1 --port=10334
--properties-file=locator1.properties
Starting a Geode Locator in /home/dharam/Work/apache-geode-1.2.1/locator1...
.........
Locator in /home/dharam/Work/apache-geode-1.2.1/locator1 on
192.168.1.12[10334] as locator1 is currently online.
Process ID: 16300
Uptime: 11 seconds
Geode Version: 1.2.1
Java Version: 1.8.0_151
Log File: /home/dharam/Work/apache-geode-1.2.1/locator1/locator1.log
JVM Arguments:
-DgemfirePropertyFile=/home/dharam/Work/apache-geode-1.2.1/locator1.properties
-Dgemfire.enable-cluster-configuration=true
-Dgemfire.load-cluster-configuration-from-dir=false
-Dgemfire.launcher.registerSignalHandlers=true -Djava.awt.headless=true
-Dsun.rmi.dgc.server.gcInterval=9223372036854775806
Class-Path:
/home/dharam/Work/apache-geode-1.2.1/lib/geode-core-1.2.1.jar:/home/dharam/Work/apache-geode-1.2.1/lib/geode-dependencies.jar

*Please use "connect --locator=192.168.1.12[10334]" to connect Gfsh to the
locator.*

*Failed to connect; unknown cause: Connection refused to host: 127.0.1.1;
nested exception is: *
* java.net.ConnectException: Connection refused (Connection refused)*

Cluster configuration service is up and running.

Thanks,
- Dharam Thacker

Reply via email to