Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.87 KB | None | 0 0
  1. 09:07:25,285 ERROR (testng-AffinityTopologyChangeTest) [TestSuiteProgress] Test failed: org.infinispan.query.affinity.AffinityTopologyChangeTest.testReadWriteUnderTopologyChanges
  2. java.util.concurrent.CompletionException: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from AffinityTopologyChangeTest-NodeA-40648, see cause for remote stack trace
  3. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  4. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  5. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592)
  6. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  7. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  8. at java.lang.Thread.run(Thread.java:745)
  9. Caused by: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from AffinityTopologyChangeTest-NodeA-40648, see cause for remote stack trace
  10. at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
  11. at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:842)[TestSuiteProgress] Tests succeeded: 0, failed: 1, skipped: 0
  12. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.122 sec <<< FAILURE! - in org.infinispan.query.affinity.AffinityTopologyChangeTest
  13. testReadWriteUnderTopologyChanges(org.infinispan.query.affinity.AffinityTopologyChangeTest) Time elapsed: 11.066 sec <<< FAILURE!
  14. java.util.concurrent.CompletionException: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from AffinityTopologyChangeTest-NodeA-40648, see cause for remote stack trace
  15. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  16. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  17. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592)
  18. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  19. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  20. at java.lang.Thread.run(Thread.java:745)
  21. Caused by: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from AffinityTopologyChangeTest-NodeA-40648, see cause for remote stack trace
  22. at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
  23. at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:842)
  24. at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$0(JGroupsTransport.java:646)
  25. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
  26. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  27. at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
  28. at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
  29. at org.infinispan.remoting.transport.jgroups.SingleResponseFuture.futureDone(SingleResponseFuture.java:30)
  30. at org.jgroups.blocks.Request.checkCompletion(Request.java:152)
  31. at org.jgroups.blocks.UnicastRequest.receiveResponse(UnicastRequest.java:70)
  32. at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:427)
  33. at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:357)
  34. at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:245)
  35. at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:664)
  36. at org.jgroups.JChannel.up(JChannel.java:738)
  37. at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
  38. at org.jgroups.protocols.RSVP.up(RSVP.java:201)
  39. at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
  40. at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
  41. at org.jgroups.protocols.tom.TOA.up(TOA.java:121)
  42. at org.jgroups.protocols.pbcast.GMS.up(GMS.java:1040)
  43. at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
  44. at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1070)
  45. at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:785)
  46. at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426)
  47. at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:649)
  48. at org.jgroups.protocols.Discovery.up(Discovery.java:296)
  49. at org.jgroups.protocols.TP.passMessageUp(TP.java:1601)
  50. at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1817)
  51. ... 3 more
  52. Caused by: org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to initialize IndexManager named 'entity.205'
  53. at org.hibernate.search.indexes.impl.IndexManagerHolder.createIndexManager(IndexManagerHolder.java:275)
  54. at org.hibernate.search.indexes.impl.IndexManagerHolder.createIndexManager(IndexManagerHolder.java:528)
  55. at org.hibernate.search.indexes.impl.IndexManagerHolder.getOrCreateIndexManager(IndexManagerHolder.java:163)
  56. at org.hibernate.search.engine.impl.DynamicShardingStrategy.getIndexManagerForAddition(DynamicShardingStrategy.java:55)
  57. at org.hibernate.search.backend.impl.TransactionalOperationExecutorSelector$AddSelectionExecutor.performOperation(TransactionalOperationExecutorSelector.java:90)
  58. at org.hibernate.search.backend.impl.BatchedQueueingProcessor.performWorks(BatchedQueueingProcessor.java:81)
  59. at org.hibernate.search.backend.impl.PerTransactionWorker.performWork(PerTransactionWorker.java:87)
  60. at org.infinispan.query.backend.QueryInterceptor.performSearchWorks(QueryInterceptor.java:257)
  61. at org.infinispan.query.backend.QueryInterceptor.performSearchWork(QueryInterceptor.java:251)
  62. at org.infinispan.query.backend.QueryInterceptor.updateIndexes(QueryInterceptor.java:245)
  63. at org.infinispan.query.backend.QueryInterceptor.processPutKeyValueCommand(QueryInterceptor.java:482)
  64. at org.infinispan.query.backend.QueryInterceptor.lambda$visitPutKeyValueCommand$0(QueryInterceptor.java:156)
  65. at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlerSync(BaseAsyncInvocationContext.java:493)
  66. at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeReturnHandlersSync(BaseAsyncInvocationContext.java:125)
  67. at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeSync(BaseAsyncInvocationContext.java:283)
  68. at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:236)
  69. at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:137)
  70. at org.infinispan.commands.remote.BaseRpcInvokingCommand.processVisitableCommand(BaseRpcInvokingCommand.java:44)
  71. at org.infinispan.commands.remote.SingleRpcCommand.perform(SingleRpcCommand.java:51)
  72. at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokePerform(BasePerCacheInboundInvocationHandler.java:79)
  73. at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:34)
  74. ... 3 more
  75. Caused by: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from AffinityTopologyChangeTest-NodeD-3535, see cause for remote stack trace
  76. at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
  77. at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:842)
  78. at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$2(JGroupsTransport.java:668)
  79. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
  80. at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:577)
  81. at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474)
  82. at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962)
  83. at org.infinispan.remoting.transport.jgroups.RspListFuture.futureDone(RspListFuture.java:29)
  84. at org.jgroups.blocks.Request.checkCompletion(Request.java:152)
  85. at org.jgroups.blocks.GroupRequest.receiveResponse(GroupRequest.java:116)
  86. at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:427)
  87. at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:357)
  88. at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:245)
  89. at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:664)
  90. at org.jgroups.JChannel.up(JChannel.java:738)
  91. at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1030)
  92. at org.jgroups.protocols.RSVP.up(RSVP.java:201)
  93. at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
  94. at org.jgroups.protocols.FlowControl.up(FlowControl.java:390)
  95. at org.jgroups.protocols.tom.TOA.up(TOA.java:121)
  96. at org.jgroups.protocols.pbcast.GMS.up(GMS.java:1040)
  97. at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
  98. at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1070)
  99. at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:785)
  100. at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:426)
  101. at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:649)
  102. at org.jgroups.protocols.Discovery.up(Discovery.java:296)
  103. at org.jgroups.protocols.TP.passMessageUp(TP.java:1601)
  104. at org.jgroups.protocols.TP$SingleMessageHandler.run(TP.java:1817)
  105. ... 3 more
  106. Caused by: org.infinispan.remoting.RpcException: No successful response: {}
  107. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.lambda$invokeClusterGetCommandRemotely$3(BaseDistributionInterceptor.java:254)
  108. at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:602)
  109. at java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:614)
  110. at java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:1983)
  111. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.invokeClusterGetCommandRemotely(BaseDistributionInterceptor.java:228)
  112. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.doRetrieveFromProperSource(BaseDistributionInterceptor.java:220)
  113. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.lambda$doRetrieveFromProperSource$2(BaseDistributionInterceptor.java:221)
  114. at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
  115. at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
  116. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.doRetrieveFromProperSource(BaseDistributionInterceptor.java:220)
  117. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.retrieveFromProperSource(BaseDistributionInterceptor.java:155)
  118. at org.infinispan.interceptors.distribution.NonTxDistributionInterceptor.remoteGetBeforeWrite(NonTxDistributionInterceptor.java:765)
  119. at org.infinispan.interceptors.distribution.BaseDistributionInterceptor.handleNonTxWriteCommand(BaseDistributionInterceptor.java:335)
  120. at org.infinispan.interceptors.distribution.NonTxDistributionInterceptor.visitPutKeyValueCommand(NonTxDistributionInterceptor.java:124)
  121. at org.infinispan.interceptors.distribution.NonTxDistributionInterceptor.visitPutKeyValueCommand(NonTxDistributionInterceptor.java:75)
  122. at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:77)
  123. at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:53)
  124. at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeInterceptorsSync(BaseAsyncInvocationContext.java:342)
  125. at org.infinispan.interceptors.impl.BaseAsyncInvocationContext.invokeSync(BaseAsyncInvocationContext.java:282)
  126. at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:236)
  127. at org.infinispan.interceptors.InterceptorChain.invoke(InterceptorChain.java:137)
  128. at org.infinispan.commands.remote.BaseRpcInvokingCommand.processVisitableCommand(BaseRpcInvokingCommand.java:44)
  129. at org.infinispan.commands.remote.SingleRpcCommand.perform(SingleRpcCommand.java:51)
  130. at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokePerform(BasePerCacheInboundInvocationHandler.java:79)
  131. at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:34)
  132. ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement