[JBoss JIRA] (ISPN-9232) LocalServerTestCompatModeIT.shouldRunPriceTask
by Diego Lovison (JIRA)
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)
6 years, 7 months
[JBoss JIRA] (ISPN-9231) RemoteQueryStringIT.testFullTextTermRightOperandAnalyzed
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9231:
-----------------------------------
Summary: RemoteQueryStringIT.testFullTextTermRightOperandAnalyzed
Key: ISPN-9231
URL: https://issues.jboss.org/browse/ISPN-9231
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.query.RemoteQueryStringIT.testFullTextTermRightOperandAnalyzed(RemoteQueryStringIT.java:95)
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)
6 years, 7 months
[JBoss JIRA] (ISPN-9230) CacheManagerAdminTest.testClusterCacheTest
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9230:
-----------------------------------
Summary: CacheManagerAdminTest.testClusterCacheTest
Key: ISPN-9230
URL: https://issues.jboss.org/browse/ISPN-9230
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
**Error Message**
Cache 'a' should NOT be present on org.infinispan.manager.DefaultCacheManager@3c957433@Address:CacheManagerAdminTest-NodeC-35265
**Stacktrace**
{noformat}
java.lang.AssertionError: Cache 'a' should NOT be present on org.infinispan.manager.DefaultCacheManager@3c957433@Address:CacheManagerAdminTest-NodeC-35265
at org.infinispan.manager.CacheManagerAdminTest.checkCacheExistenceAcrossCluster(CacheManagerAdminTest.java:72)
at org.infinispan.manager.CacheManagerAdminTest.testClusterCacheTest(CacheManagerAdminTest.java:61)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
... Removed 19 stack frames
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9230) CacheManagerAdminTest.testClusterCacheTest
by Diego Lovison (JIRA)
[ https://issues.jboss.org/browse/ISPN-9230?page=com.atlassian.jira.plugin.... ]
Diego Lovison commented on ISPN-9230:
-------------------------------------
Build that failed: https://jdg-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jdg-func-ispn-tes...
> CacheManagerAdminTest.testClusterCacheTest
> ------------------------------------------
>
> Key: ISPN-9230
> URL: https://issues.jboss.org/browse/ISPN-9230
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
>
> **Error Message**
> Cache 'a' should NOT be present on org.infinispan.manager.DefaultCacheManager@3c957433@Address:CacheManagerAdminTest-NodeC-35265
> **Stacktrace**
> {noformat}
> java.lang.AssertionError: Cache 'a' should NOT be present on org.infinispan.manager.DefaultCacheManager@3c957433@Address:CacheManagerAdminTest-NodeC-35265
> at org.infinispan.manager.CacheManagerAdminTest.checkCacheExistenceAcrossCluster(CacheManagerAdminTest.java:72)
> at org.infinispan.manager.CacheManagerAdminTest.testClusterCacheTest(CacheManagerAdminTest.java:61)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
> at java.lang.Thread.run(Thread.java:748)
> ... Removed 19 stack frames
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months