Hi,
Why would one get this exception when GemFire client has coonnected successfully to the cache server (not using locator, but going directly to cache server host:port from client)?
com.gemstone.gemfire.cache.NoSubscriptionServersAvailableException: com.gemstone.gemfire.cache.NoSubscriptionServersAvailableException: Primary discovery failed.
at com.gemstone.gemfire.cache.client.internal.QueueManagerImpl.getAllConnections(QueueManagerImpl.java:177)
at com.gemstone.gemfire.cache.client.internal.OpExecutorImpl.executeOnQueuesAndReturnPrimaryResult(OpExecutorImpl.java:272)
at com.gemstone.gemfire.cache.client.internal.PoolImpl.executeOnQueuesAndReturnPrimaryResult(PoolImpl.java:673)
at com.gemstone.gemfire.cache.client.internal.RegisterInterestOp.execute(RegisterInterestOp.java:52)
at com.gemstone.gemfire.cache.client.internal.ServerRegionProxy.registerInterest(ServerRegionProxy.java:364)
at com.gemstone.gemfire.internal.cache.LocalRegion.processSingleInterest(LocalRegion.java:3052)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3143)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3138)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3133)
Why would one get this exception when GemFire client has coonnected successfully to the cache server (not using locator, but going directly to cache server host:port from client)?
com.gemstone.gemfire.cache.NoSubscriptionServersAvailableException: com.gemstone.gemfire.cache.NoSubscriptionServersAvailableException: Primary discovery failed.
at com.gemstone.gemfire.cache.client.internal.QueueManagerImpl.getAllConnections(QueueManagerImpl.java:177)
at com.gemstone.gemfire.cache.client.internal.OpExecutorImpl.executeOnQueuesAndReturnPrimaryResult(OpExecutorImpl.java:272)
at com.gemstone.gemfire.cache.client.internal.PoolImpl.executeOnQueuesAndReturnPrimaryResult(PoolImpl.java:673)
at com.gemstone.gemfire.cache.client.internal.RegisterInterestOp.execute(RegisterInterestOp.java:52)
at com.gemstone.gemfire.cache.client.internal.ServerRegionProxy.registerInterest(ServerRegionProxy.java:364)
at com.gemstone.gemfire.internal.cache.LocalRegion.processSingleInterest(LocalRegion.java:3052)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3143)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3138)
at com.gemstone.gemfire.internal.cache.LocalRegion.registerInterestRegex(LocalRegion.java:3133)