Skip to content

Instantly share code, notes, and snippets.

@galderz
Created September 13, 2013 07:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galderz/6897fd8ddfa187754b36 to your computer and use it in GitHub Desktop.
Save galderz/6897fd8ddfa187754b36 to your computer and use it in GitHub Desktop.
testDefaultCache(org.infinispan.server.test.configs.FileCacheStoreConfigExampleTest) Time elapsed: 605 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/infinispan/query/remote/client/MarshallerRegistration
at org.infinispan.client.hotrod.RemoteCacheManager.initRemoteQuery(RemoteCacheManager.java:589)
at org.infinispan.client.hotrod.RemoteCacheManager.start(RemoteCacheManager.java:578)
at org.infinispan.client.hotrod.RemoteCacheManager.<init>(RemoteCacheManager.java:177)
at org.infinispan.client.hotrod.RemoteCacheManager.<init>(RemoteCacheManager.java:163)
at org.infinispan.server.test.configs.FileCacheStoreConfigExampleTest.setUp(FileCacheStoreConfigExampleTest.java:62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment