]
Dan Berindei updated ISPN-4869:
-------------------------------
Component/s: Server
Test Suite - Server
(was: Remote Protocols)
(was: Core)
(was: Test Suite - Core)
RestStoreParallelIterationTest.clearContent random failures
-----------------------------------------------------------
Key: ISPN-4869
URL:
https://issues.jboss.org/browse/ISPN-4869
Project: Infinispan
Issue Type: Bug
Components: Server, Test Suite - Server
Affects Versions: 7.0.0.CR1
Reporter: Dan Berindei
Priority: Blocker
Labels: testsuite_stability
Fix For: 7.0.0.Final
{noformat}
java.lang.RuntimeException: Could not retrieve HotRod host
at org.infinispan.arquillian.utils.MBeanUtils.getMBeanAttribute(MBeanUtils.java:59)
at
org.infinispan.arquillian.core.HotRodEndpoint.getInetAddress(HotRodEndpoint.java:65)
at org.infinispan.server.test.util.ITestUtils.createCacheManager(ITestUtils.java:52)
at
org.infinispan.server.test.util.RemoteCacheManagerFactory.createManager(RemoteCacheManagerFactory.java:50)
at
org.infinispan.server.test.util.RemoteCacheManagerFactory.createCache(RemoteCacheManagerFactory.java:34)
at
org.infinispan.server.test.util.RemoteCacheManagerFactory.createCache(RemoteCacheManagerFactory.java:30)
at
org.infinispan.server.test.configs.ExampleConfigsIT.createCache(ExampleConfigsIT.java:726)
at
org.infinispan.server.test.configs.ExampleConfigsIT.testXsiteConfig(ExampleConfigsIT.java:584)
Caused by: javax.management.InstanceNotFoundException:
jboss.infinispan:type=Server,name=HotRod,component=Transport
at
org.jboss.as.jmx.PluggableMBeanServerImpl.findDelegate(PluggableMBeanServerImpl.java:1085)
at
org.jboss.as.jmx.PluggableMBeanServerImpl.getAttribute(PluggableMBeanServerImpl.java:380)
at
org.jboss.remotingjmx.protocol.v2.ServerProxy$GetAttributeHandler.handle(ServerProxy.java:691)
at
org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1$1.run(ServerCommon.java:153)
at
org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:75)
at
org.jboss.as.jmx.ServerInterceptorFactory$Interceptor$1.run(ServerInterceptorFactory.java:70)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:415)
at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:94)
at
org.jboss.as.jmx.ServerInterceptorFactory$Interceptor.handleEvent(ServerInterceptorFactory.java:70)
at
org.jboss.remotingjmx.protocol.v2.ServerCommon$MessageReciever$1.run(ServerCommon.java:149)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)
{noformat}
Failing only on the internal CI agents.