Bug 906418
Summary: | [jboss-as-7] Response time metrics can not be collected due to java.lang.UnsupportedOperationException | |||
---|---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> | |
Component: | Plugin -- JBoss EAP 6 | Assignee: | Larry O'Leary <loleary> | |
Status: | CLOSED NEXTRELEASE | QA Contact: | Mike Foley <mfoley> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | JON 3.1.2 | CC: | dowoods | |
Target Milestone: | ER01 | |||
Target Release: | JON 3.1.3 | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 906041 | |||
: | 906422 (view as bug list) | Environment: | ||
Last Closed: | 2013-09-06 02:24:51 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 906041 | |||
Bug Blocks: | 906422 |
Description
Larry O'Leary
2013-01-31 15:44:36 UTC
Committed to release/jon3.1.x branch as http://git.fedorahosted.org/cgit/rhq/rhq.git/commit/?id=37bd3a21cfc97e7fe984da6fcddfe78abcd9be19 commit 37bd3a21cfc97e7fe984da6fcddfe78abcd9be19 Author: John Mazzitelli <mazz> Date: Mon Oct 8 17:48:27 2012 -0400 [BZ 864213] fix the web resource's ability to collect response time data. (cherry picked from master commit b44ad1b934bbc80a52bfa1d4202294a63a94802c) Setting status as MODIFIED as this will be in the first ER release for 3.1.3 if there ever is one. Appears the upstream fix introduces a new failure: 2013-02-06 09:36:54,077 WARN [InventoryManager.discovery-1] (rhq.core.pc.inventory.InventoryManager)- Failure during discovery for [JBossAS7 Standalone Server] Resources - failed after 150 ms. java.lang.Exception: Discovery component invocation failed. at org.rhq.core.pc.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:297) 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:636) Caused by: java.lang.NoSuchMethodError: org.rhq.modules.plugins.jbossas7.AS7CommandLine.isArgumentsParsed()Z at org.rhq.modules.plugins.jbossas7.AS7CommandLine.getAppServerArguments(AS7CommandLine.java:89) at org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery.setStartScriptPluginConfigProps(BaseProcessDiscovery.java:277) at org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery.buildResourceDetails(BaseProcessDiscovery.java:198) at org.rhq.modules.plugins.jbossas7.StandaloneASDiscovery.buildResourceDetails(StandaloneASDiscovery.java:84) at org.rhq.modules.plugins.jbossas7.BaseProcessDiscovery.discoverResources(BaseProcessDiscovery.java:136) at sun.reflect.GeneratedMethodAccessor47.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.util.DiscoveryComponentProxyFactory$ComponentInvocationThread.call(DiscoveryComponentProxyFactory.java:293) ... 5 more Setting to ON_DEV and will update the upstream bug(s). Ooops, wrong BZ. Comment 2 was intended for bug 907577. Setting back to MODIFIED. Closing as there will not be a 3.1.3 release. This is being tracked for 3.2 in the 'depends on' field. |