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> 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 
>> <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%7Cfc71053b77ac471a463f08d8d681fb39%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495201050435441%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=dNmMyXKTR%2FsVzgivB2N18h8G9JziESChTpcpJnnfsWM%3D&reserved=0>"
>>         xsi:schemaLocation="http://geode.apache.org/schema/cache 
>> <http://geode.apache.org/schema/cache> 
>> http://geode.apache.org/schema/cache/cache-1.0.xsd 
>> <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%7Cfc71053b77ac471a463f08d8d681fb39%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495201050435441%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=CwDI1C6dI5x6Juvu%2FP0XQ3RwUhRrmReMjdbc86UgV4E%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%7Cfc71053b77ac471a463f08d8d681fb39%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495201050445398%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=blBbcCx335nPEA6mXZZPNgPhN9JnPADsPzWAPtK3vrs%3D&reserved=0>
>>  | Facebook 
>> <https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwww.facebook.com%2Fgopivotal&data=04%7C01%7Cbakera%40vmware.com%7Cfc71053b77ac471a463f08d8d681fb39%7Cb39138ca3cee4b4aa4d6cd83d9dd62f0%7C0%7C0%7C637495201050445398%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000&sdata=8F5qwvLW4BHO9o8AJ0rDokMajYozHuPnKj19qPmCSo8%3D&reserved=0>
>>  
>> 
> 

Reply via email to