Sprind data Gemfire Exception : loadCaches must not return an empty Collection
I would like to setup spring method caching backed up by Gemfire, the spring bean cache configuration is read as bellow : <gfe:cache id="simple" properties-ref="props" /><util:properties...
View ArticleTest for local primary bucket
How can I find whether the primary bucket is hosted locally for any given entry in a partitioned region? I am working with large objects in my partitioned region and I want to optimize operations on...
View ArticleGemfire Consulting Architect, UK needed
Hi, We have an opening here at VMware UK for a Gemfire Architect .Please have a look at the job details mentioned below and email me if interested. The GemStone Consulting team is looking for a...
View ArticleGemfire Region Colocation
I would like to know a little bit more about how colocation works. Documentation in this area does not seem to be detailed at least does not seems so clear to me. Lets say I have 3 server nodes and 3...
View ArticleInserting thousands of objects and Cache Listener
If I have partitioned region and I did putAll several thousands of objects. Does it mean that Cache Listener will fire several thousands times (split to number of server nodes)?I assume it will. Is...
View ArticleGMS shun
Every few days one of my gemfire servers get shunned and needs to be restarted. The gemfire log only shows this message and not much else. From the logs and thread dumps, my application looks perfectly...
View ArticleGemfire server embedded in Spring or standalone (and having Spring acting as...
What are advantages, drawbacks of running gemfire server as a part of spring application vs standalone? ThanksJack
View ArticleWrite-Behind functionality
Hi, We are using Gemfire 6.6.3.4. I wanted to know if there are any smarts built into Gemfire to counter a situation where the data source is down for some time. In such a situation, will Gemfire retry...
View ArticleInstantiator Problem
Hi, I found a problem in my application, this problem I think that is about the Instantiator.I was monitoring the data traffic and found references to different class of my program, this was weird...
View ArticlePDX serialization and BigDecimal types
How do I deal with PDX and BigDecimal types? I have a class called "Product" with a "price" value in BigDecimal. But PDX doesn't have a "writeBigDecimal" method (And I can't find examples on...
View ArticleBest way to get the highest id in a region
I'm wondering what is the best way to know the highest id (or next available id) of a region. My region has objects with an id that is equal to the key for the region. Thanks a lot.D.
View ArticleServer functions with two regions
I need a server function that iterates on one region and put object in a second region. I get the first region with: PartitionRegionHelper.getLocalDataForContext(context); (I passed the region in the...
View ArticleDataBrowser in 7.0.1 on Mac - can it be done?
Is there anyway of running DataBrowser on Mac OSX 10.7, even if unofficial? If not, why not?
View ArticlePDXSerialization inconsistencies
Hi, We are using ReflectionBasedAutoSerializer to serialize the domain objects between client and server. We are noticing strange behavior, where one request is successfully received by the server....
View ArticleRelative path in gemfire.properties in Eclipse
How can I define relative path in gemfire.propetties? Example: javax.net.ssl.keyStoreType=jks javax.net.ssl.keyStore=a.keystore.jksjavax.net.ssl.keyStorePassword=sitpassword And I initliaze gemfire...
View Article.NET native client IPdxSerializable
Hi all, Can you tell me where is the IPdxSerializable interface? I've downloaded the .NET native client 1.0.1 from springsource site and cannot find the interface. In this link: IPdxReader...
View ArticleNativeClient: BadImageFormatException in x86 Application on Win2008 64-bit
Hi, I'm trying to initialize the 2.5.1.2 Gemfire Native Client in a .NET 4.0 x86 application. It works fine on a Windows Server 2003 32-bit machine but throws the below errors on a Windows Server 2008...
View Articlegemfire partioned region doesnt support region level distributed lock
I am having couple of clarification related to gemfire 1. Unbale to use region level distributed lock on while using partioned region?2. Also unable to use the region level distributed lock with...
View ArticleHow do I display bucket info for Partition Region in v7?
In v6, gfsh had the facility to display bucket distribution summary info using pr -b (after cd /RegionName). I cannot find an equivalent command in the v7 gfsh: neither describe region nor show metrics...
View ArticleGFMon (6.6.2) Just Exits RC=13
I am running GFMon from a Windows 7 SP1 VM, accessed through remote desktop. When I do so, it just exits RC 13, with no error message, no exception, and no display. I've never seen this happen before,...
View Article