Dang, clearly seems to be configured correctly.  What’s the client error?  
Connection refused?

Anthony


On Feb 21, 2021, at 4:15 PM, Lyndon Adams 
<lyndon.ad...@gmail.com<mailto:lyndon.ad...@gmail.com>> wrote:

Hi Anthony

Its felt like ages since we last spoke, hope all is well.

This is my netstat output

pi@raspberrypi:~/fractalworks/example-1.0 $ netstat -a | grep 41111
tcp6       0      0 [::]:41111              [::]:*                  LISTEN

Telnet

lyndonadams@lyndons-mini ~ % telnet 192.168.86.27 41111
Trying 192.168.86.27...
Connected to raspberrypi.lan.
Escape character is '^]’.

Thanks



On 21 Feb 2021, at 21:30, Anthony Baker 
<bak...@vmware.com<mailto:bak...@vmware.com>> wrote:

Hey Lyndon!  What does netstat show for port 41111 on the Pi?  Can you telnet 
from your remote host to the locator (eg `telnet 192.168.86.29 41111`)?

Anthony


On Feb 21, 2021, at 8:01 AM, Lyndon Adams 
<lyndon.ad...@gmail.com<mailto:lyndon.ad...@gmail.com>> wrote:

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<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance&data=04%7C01%7Cbakera%40vmware.com%7Cc9366c32ed2146bf008b08d8d6c6efda%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495497221703569%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=i1pDCv76jhGeeZSZnpvuJqJpixiNdlGK61RmaqO1Kbk%3D&reserved=0>"
        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://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.facebook.com%2Flyndon.adams.98&data=04%7C01%7Cbakera%40vmware.com%7Cc9366c32ed2146bf008b08d8d6c6efda%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495497221703569%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=lz57LqDdTfjRJRfjZVdj%2BwuT1volK03QPwmvnwhze%2FQ%3D&reserved=0>
 | 
LinkedIn<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.linkedin.com%2Fprofile%2Fview%3Fid%3D1413336&data=04%7C01%7Cbakera%40vmware.com%7Cc9366c32ed2146bf008b08d8d6c6efda%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495497221713530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=TWs68hNmFYjucsSyE0HCWRe3AUshg5NrXnSslzrhiyo%3D&reserved=0>
 | 
Facebook<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.facebook.com%2Fgopivotal&data=04%7C01%7Cbakera%40vmware.com%7Cc9366c32ed2146bf008b08d8d6c6efda%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495497221713530%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=CS97ip5IX%2BiGKpT%2FaOJRIFVtbhLyzoNqfgnC3e7mMwg%3D&reserved=0>




Reply via email to