[JBoss JIRA] (ISPN-4235) RHQ JMX does not support multiple cache managers properly
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4235?page=com.atlassian.jira.plugin.... ]
William Burns reassigned ISPN-4235:
-----------------------------------
Assignee: William Burns (was: Mircea Markus)
> RHQ JMX does not support multiple cache managers properly
> ---------------------------------------------------------
>
> Key: ISPN-4235
> URL: https://issues.jboss.org/browse/ISPN-4235
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 7.0.0.Alpha3
> Reporter: William Burns
> Assignee: William Burns
>
> The JMX RHQ pluging currently queries all cache managers and lumps them together. Thus if you have multiple cache managers in separate domains they all show as 1 cache manager with all the caches for each underneath it. We need to separate each cache manager by domain in the plugin so that each can be administered separately.
> It appears the CacheManagerDiscovery lumps all the managers by type in createDiscoveredResources. We would then have to change the CacheManagerComponent to properly query the specific mbean.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ISPN-4235) RHQ JMX does not support multiple cache managers properly
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4235?page=com.atlassian.jira.plugin.... ]
Work on ISPN-4235 started by William Burns.
> RHQ JMX does not support multiple cache managers properly
> ---------------------------------------------------------
>
> Key: ISPN-4235
> URL: https://issues.jboss.org/browse/ISPN-4235
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 7.0.0.Alpha3
> Reporter: William Burns
> Assignee: William Burns
>
> The JMX RHQ pluging currently queries all cache managers and lumps them together. Thus if you have multiple cache managers in separate domains they all show as 1 cache manager with all the caches for each underneath it. We need to separate each cache manager by domain in the plugin so that each can be administered separately.
> It appears the CacheManagerDiscovery lumps all the managers by type in createDiscoveredResources. We would then have to change the CacheManagerComponent to properly query the specific mbean.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ISPN-4307) RHQ JMX plugin failed to get measurement values
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-4307?page=com.atlassian.jira.plugin.... ]
Work on ISPN-4307 started by William Burns.
> RHQ JMX plugin failed to get measurement values
> -----------------------------------------------
>
> Key: ISPN-4307
> URL: https://issues.jboss.org/browse/ISPN-4307
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 7.0.0.Alpha4
> Reporter: Tomas Sykora
> Assignee: William Burns
>
> We are not able to monitor cache statistics due to this error. RHQ agents are reporting:
> 2014-05-21 05:54:24,958 WARN [MeasurementManager.collector-1] (rhq.core.pc.measurement.MeasurementCollectorRunner)- Failure to collect measurement data for Resource[id=10774, uuid=9f67384f-8f53-4a25-a138-13c54b32c6df, type={Infinispan}Infinispan Cache, key="___default(dist_sync)", name=___default(dist_sync), parent=DefaultCacheManager] - cause: java.lang.NullPointerException:null
> 2014-05-21 05:55:32,013 ERROR [WorkerThread#1[10.16.23.98:59988]] (rhq.core.pc.measurement.MeasurementManager)- Could not get measurement values
> java.lang.NullPointerException
> at org.rhq.plugins.jmx.MBeanResourceComponent.getEmsConnection(MBeanResourceComponent.java:574)
> at org.infinispan.rhq.CacheComponent.getValues(CacheComponent.java:97)
> at sun.reflect.GeneratedMethodAccessor71.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:616)
> at org.rhq.core.pc.inventory.ResourceContainer$ComponentInvocation.call(ResourceContainer.java:654)
> at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
> at java.util.concurrent.FutureTask.run(FutureTask.java:166)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
> at java.lang.Thread.run(Thread.java:679)
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ISPN-4129) Add Query, CDI, JCache, LevelDB and REST to the AS modules
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-4129?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-4129:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Add Query, CDI, JCache, LevelDB and REST to the AS modules
> ----------------------------------------------------------
>
> Key: ISPN-4129
> URL: https://issues.jboss.org/browse/ISPN-4129
> Project: Infinispan
> Issue Type: Feature Request
> Components: Build process
> Affects Versions: 7.0.0.Alpha1
> Reporter: Tristan Tarrant
> Assignee: Pedro Ruivo
> Fix For: 7.0.0.Beta1, 7.0.0.Final
>
>
> Query, CDI, JCache, LevelDB and REST modules need to be added to the AS modules we ship
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months
[JBoss JIRA] (ISPN-4332) Validate that Infinispan works with Apache Aries TransactionManager
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-4332?page=com.atlassian.jira.plugin.... ]
Mircea Markus commented on ISPN-4332:
-------------------------------------
I ran the brench locally but didn't get any error :\
Test suite progress: tests succeeded: 5384, failed: 0, skipped: 0.
[testng-CacheAuthorizationTest] Test testAllCombinations(org.infinispan.security.CacheAuthorizationTest) succeeded.
Test suite progress: tests succeeded: 5385, failed: 0, skipped: 0.
[testng-CacheAuthorizationTest] Test testAllCombinations(org.infinispan.security.CacheAuthorizationTest) succeeded.
Test suite progress: tests succeeded: 5386, failed: 0, skipped: 0.
[testng-CacheAuthorizationTest] Test testAllCombinations(org.infinispan.security.CacheAuthorizationTest) succeeded.
Test suite progress: tests succeeded: 5387, failed: 0, skipped: 0.
[testng-CacheAuthorizationTest] Test testAllCombinations(org.infinispan.security.CacheAuthorizationTest) succeeded.
Test suite progress: tests succeeded: 5388, failed: 0, skipped: 0.
[testng-CacheAuthorizationTest] Test testAllCombinations(org.infinispan.security.CacheAuthorizationTest) succeeded.
Test suite progress: tests succeeded: 5389, failed: 0, skipped: 0.
~~~~~~~~~~~~~~~~~~~~~~~~~ ENVIRONMENT INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~
jgroups.bind_addr = 127.0.0.1
java.runtime.version = 1.7.0_40-b43
java.runtime.name =Java(TM) SE Runtime Environment
java.vm.version = 24.0-b56
java.vm.vendor = Oracle Corporation
os.name = Mac OS X
os.version = 10.9.3
sun.arch.data.model = 64
sun.cpu.endian = little
protocol.stack = null
infinispan.test.jgroups.protocol = tcp
infinispan.unsafe.allow_jdk8_chm = true
java.net.preferIPv4Stack = true
java.net.preferIPv6Stack = null
log4.configuration = file:/Users/mircea/bin/log4j.xml
MAVEN_OPTS = null
~~~~~~~~~~~~~~~~~~~~~~~~~ ENVIRONMENT INFO ~~~~~~~~~~~~~~~~~~~~~~~~~~
Tests run: 5389, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 915.983 sec
Results :
Tests run: 5389, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16:13.375s
[INFO] Finished at: Fri May 30 16:47:15 BST 2014
[INFO] Final Memory: 39M/852M
[INFO] ------------------------------------------------------------------------
[mircea:~/github/u_ispn/core ]$ git br
* (detached from mgencur/ISPN-4332/validate_geronimo)
5.1.x
5.2.x
5.3.x
6.0.x
master
t_ISPN-4229
t_myfix
t_review_custom_objects
[mircea:~/github/u_ispn/core ]$ git l -1
eb6a3b9 (HEAD, mgencur/ISPN-4332/validate_geronimo) Add the possibility to run tests with Geronimo Transaction Manager
[mircea:~/github/u_ispn/core ]$ java -version
java version "1.7.0_40"
Java(TM) SE Runtime Environment (build 1.7.0_40-b43)
Java HotSpot(TM) 64-Bit Server VM (build 24.0-b56, mixed mode)
> Validate that Infinispan works with Apache Aries TransactionManager
> -------------------------------------------------------------------
>
> Key: ISPN-4332
> URL: https://issues.jboss.org/browse/ISPN-4332
> Project: Infinispan
> Issue Type: Task
> Reporter: Mircea Markus
> Assignee: Martin Gencur
> Attachments: TestSuite.txt
>
>
> Apache Aries TM[1] runs in OSGi already[2], so let's validate that our test suite works fine with it.
> Would be nice to have a maven profile that allows running transactions with this manager on demand.
> [1]http://search.maven.org/#artifactdetails%7Corg.apache.aries.transaction...
> [2] https://access.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Fuse/6.0...
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
10 years, 6 months