Skip to content

Instantly share code, notes, and snippets.

@galderz
Created November 8, 2012 09:23
Show Gist options
  • Save galderz/4037727 to your computer and use it in GitHub Desktop.
Save galderz/4037727 to your computer and use it in GitHub Desktop.
java.lang.IllegalStateException: Cache at address NodeA-39123 had 4 members; expecting 2. Members were (NodeB-2171, NodeB-27781, NodeA-39123, NodeB-10014)
at org.infinispan.test.TestingUtil.isCacheViewComplete(TestingUtil.java:503)
at org.infinispan.test.TestingUtil.areCacheViewsComplete(TestingUtil.java:420)
at org.infinispan.test.TestingUtil.areCacheViewsComplete(TestingUtil.java:412)
at org.infinispan.test.TestingUtil.blockUntilViewsReceived(TestingUtil.java:226)
at org.infinispan.test.TestingUtil.blockUntilViewsReceived(TestingUtil.java:272)
at org.infinispan.test.TestingUtil.blockUntilViewsReceived(TestingUtil.java:953)
at org.hibernate.test.cache.infinispan.entity.AbstractEntityRegionAccessStrategyTestCase.waitForClusterToForm(AbstractEntityRegionAccessStrategyTestCase.java:117)
at org.hibernate.test.cache.infinispan.entity.AbstractEntityRegionAccessStrategyTestCase.prepareResources(AbstractEntityRegionAccessStrategyTestCase.java:112)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
at org.junit.internal.runners.statements.FailOnTimeout$StatementThread.run(FailOnTimeout.java:62)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment