Bug 888070
Summary: | Agent prompt-command doesn't properly parse command-line arguments | ||
---|---|---|---|
Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> |
Component: | Agent | Assignee: | Jay Shaughnessy <jshaughn> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | JON 3.1.1 | CC: | jshaughn, skondkar |
Target Milestone: | ER01 | ||
Target Release: | JON 3.2.0 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 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: |
Description
Larry O'Leary
2012-12-17 23:31:10 UTC
master commit 3bed8cb705a9c4662b69891c1ec1c833ba8dbc64 Jay Shaughnessy <jshaughn> Wed Feb 27 17:59:39 2013 -0500 A sort of annoying parsing issue affecting topmost command line parsing in AgentMain. As this is MODIFIED or ON_QA, setting milestone to ER1. Verified on version : 3.2.0.ER5 Build Number : 2cb2bc9:225c796
> discovery --resourceType="JBossAS Server"
JBossAS.JBossAS Server: Starting discovery...
JBossAS.JBossAS Server: Process scan detected a server - scan=[ProcessScan: query=[process|basename|match=^java.*,arg|org.jboss.Main|match=.*], name=[JBoss4]], process=[process: pid=[20185], name=[/store/java/jdk1.6.0_18/bin/java], ppid=[20141]]
JBossAS.JBossAS Server: Done.
JBossAS5.JBossAS Server: Starting discovery...
JBossAS5.JBossAS Server: Process scan detected a server - scan=[ProcessScan: query=[process|basename|match=^java.*,arg|org.jboss.Main|match=.*], name=[jbossas]], process=[process: pid=[20185], name=[/store/java/jdk1.6.0_18/bin/java], ppid=[20141]]
JBossAS5.JBossAS Server: key=[/store/EAP/eap5.1.2/jboss-eap-5.1/jboss-as/server/default], name=[EAP localhost.localdomain:1199 default], version=[EAP 5.1.2], description=[JBoss Enterprise Application Platform 5]
JBossAS5.JBossAS Server: Done.
|