Guys,
For the life of me I cannot connect to a mini cluster hosted on a Raspberry Pi
4 either by GFSH or from code. However I can connect to Pulse, browser on port
7070. I have kept the config as simple as possible see below:
Any ideas what config I am missing?
1. I set up the cluster using gfsh
> start locator --name=colocator --port=41111
> --properties-file=./conf/geode/datasources/gemfire.properties
> --classpath=../lib/fractalworks-geode-transport-1.0.0.jar:../lib/interestingstuff-1.0.jar:../lib/platform-1.0.0.jar
Etc
Everything comes up and if I run the application on the same host all works as
expected
gemFire.properties
log-level=INFO
conserve-sockets=false
mcast-port=0
locators=192.168.86.29[41111]
bind-address=192.168.86.29
distributed-system-id=10
Cache.xml
<cache
xmlns="http://geode.apache.org/schema/cache"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://geode.apache.org/schema/cache
http://geode.apache.org/schema/cache/cache-1.0.xsd"
version="1.0">
<cache-server port="${PORT}"/>
<region name=“myregion” etc….. />
</cache>
Also all ports are open on the pi
Any help much appreciated
Lyndon Adams
Follow Me: Twitter <https://www.facebook.com/lyndon.adams.98> | LinkedIn
<http://www.linkedin.com/profile/view?id=1413336> | Facebook
<http://www.facebook.com/gopivotal>