Skip to content

Instantly share code, notes, and snippets.

@galderz
Created September 13, 2013 07:20
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/61985831e87780cb2ca2 to your computer and use it in GitHub Desktop.
Save galderz/61985831e87780cb2ca2 to your computer and use it in GitHub Desktop.
testNamedCache(org.infinispan.server.test.configs.FileCacheStoreConfigExampleTest) Time elapsed: 480 sec <<< ERROR!
java.lang.NoClassDefFoundError: org/infinispan/protostream/ProtobufUtil
at org.infinispan.client.hotrod.marshall.ProtoStreamMarshaller.<clinit>(ProtoStreamMarshaller.java:17)
at org.infinispan.client.hotrod.RemoteCacheManager.getSerializationContext(RemoteCacheManager.java:597)
at org.infinispan.client.hotrod.RemoteCacheManager.initRemoteQuery(RemoteCacheManager.java:587)
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