1

We are using Spring boot and Spring Data gemfire , We have configured a ClientCache (PROXY one) and trying to connect to our local region , When i do a region.put it gives the below error

Caused by: org.apache.geode.cache.client.NoAvailableServersException
    at org.apache.geode.cache.client.internal.pooling.ConnectionManagerImpl.borrowConnection(ConnectionManagerImpl.java:234)

Running it as a pure java application , Im able to get/put from the cache.

anoopknr
  • 3,177
  • 2
  • 23
  • 33
Vaidy
  • 19
  • 4
  • Can you show us the code you've tried so far? – emerssso Jul 13 '18 at 16:15
  • It smells like the Spring configuration for Geode hasn't booted the pool that points to the locators/ servers. Either that, or you have a locator running but no servers. To determine which, I would need more context of the problem. – Wes Williams Jul 13 '18 at 19:15

0 Answers0