Diego Lovison created ISPN-9232:
-----------------------------------
Summary: LocalServerTestCompatModeIT.shouldRunPriceTask
Key: ISPN-9232
URL:
https://issues.jboss.org/browse/ISPN-9232
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
**Error Message**
Could not retrieve HotRod host
**Stacktrace**
{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.ITestUtils.createCacheManager(ITestUtils.java:48)
at
org.infinispan.server.test.task.LocalServerTestCompatModeIT.shouldRunPriceTask(LocalServerTestCompatModeIT.java:79)
Caused by: javax.management.InstanceNotFoundException:
jboss.datagrid-infinispan:type=Server,name=HotRod,component=Transport
at
org.jboss.as.jmx.PluggableMBeanServerImpl.findDelegate(PluggableMBeanServerImpl.java:1110)
at
org.jboss.as.jmx.PluggableMBeanServerImpl.getAttribute(PluggableMBeanServerImpl.java:386)
at
org.jboss.as.jmx.BlockingNotificationMBeanServer.getAttribute(BlockingNotificationMBeanServer.java:148)
at
org.jboss.remotingjmx.protocol.v2.ServerProxy$GetAttributeHandler.handle(ServerProxy.java:689)
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(AccessController.java:732)
at javax.security.auth.Subject.doAs(Subject.java:570)
at org.jboss.as.controller.AccessAuditContext.doAs(AccessAuditContext.java:92)
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:1160)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:811)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)