[
https://issues.jboss.org/browse/ISPN-1357?page=com.atlassian.jira.plugin....
]
Galder Zamarreño commented on ISPN-1357:
----------------------------------------
There's a final issue with cache discovery. For the default cache, the cache MBean
name is something like this for example:
{code}org.infinispan:component=Cache,manager="DefaultCacheManager",name="___defaultcache(dist_sync)"{code}
But, the RHQ discovery code taps into the CacheName MBean attribute which offers a more
friendly version, i.e. Default Cache(dist_sync). So, this name difference is causing the
cache to be found but does not figure out properly if it's up or down.
RHQ plugin has JBoss Logging jars missing
-----------------------------------------
Key: ISPN-1357
URL:
https://issues.jboss.org/browse/ISPN-1357
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 5.0.0.FINAL
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.ALPHA1, 5.1.0.FINAL
It would appear that the Infinispan RHQ plugin has some jars missing:
{code}Caused by: java.lang.ClassNotFoundException: org.jboss.logging.BasicLogger{code}
This could be halting the discovery of Infinispan instances via RHQ.
See forum ref for more info.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira