CacheServerApplication unable to connect to Gemfire cluster running apart from localhost

66 views Asked by At

Can you please provide minimum configuration needed to connect a Gemfire CacheServerApplication as a REPLICATE_PROXY to a Gemfire/Geode cluster running apart from localhost ?

I have a cluster running which I am able to connect from ClientCacheApplication but the same configuration is not working for CacheServerApplication.

Regards, Malaya

  1. Client is able to connect to Cluster.
  2. Server with simillar configuration is not able to connect.
1

There are 1 answers

0
Malaya Nayak On

Answered by John Blum via Git issues: 634

The later (i.e. GemFire/Geode locators property) is used by nodes (e.g. servers) that a user wants connected to a cluster as a peer member (i.e. Cache instance or Locator instance, in other words, not a client).