•   almost 11 years ago

Exception starting basic Geode server

I'm trying to create the server component of my project but I'm having a hard time getting it working.

My config is very simple:

gfe:cache />
gfe:cache-server/>

And then: "@ImportResource("classpath:cache-config.xml")"

This works with "org.springframework.data:spring-data-gemfire:1.6.0.RELEASE" but not with "org.springframework.data:spring-data-gemfire:1.7.0.APACHE-GEODE-EA-SNAPSHOT", which I was advised to use.

The latter fails with the exception:

"java.lang.ClassNotFoundException: com.gemstone.gemfire.internal.GemFireVersion"

Am I missing some dependency?

Comments are closed.