Bug 648783
Summary: | JON241: jboss-as-5 plugin: JmxConnectionHelper.loadConnection() should set JAR_TEMP_DIR EMS control prop to PC temp dir even when PC is running in embedded mode (i.e. in the admin-console) | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> |
Component: | Plugins | Assignee: | Charles Crouch <ccrouch> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Ondřej Žižka <ozizka> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 3.0.0 | CC: | ccrouch, cwelton, hbrock, hrupp, rtimaniy, skondkar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 624817 | Environment: | |
Last Closed: | 2013-08-31 11:10:30 UTC | Type: | --- |
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: | |||
Bug Blocks: | 725852, 616081 |
Description
Charles Crouch
2010-11-02 05:27:04 UTC
Test for JON2.4.1 Hi Ian, Can you please provide steps to test the bug and expected result? Though this change was in the RHQ plugin container, it only changes behavior when the plugin container is deployed inside EmbJopr (i.e. the JBAS admin console); there is no change in behavior when deployed inside the RHQ Agent, so there's nothing to test on that end. Ondrej Can you test that this bug is fixed in the EAP5.1 release of the console? Thanks Charles, I'll need test instructions for this, thx. Ian, can you provide repro steps? REPRO STEPS ----------- 1) Start up EAP 5.1. 2) Log into admin console. 3) Select the JBoss AS Server resource in the admin console. 4) Look in JBOSS_HOME/server/default/tmp/embjopr/ and confirm that there's an org-mc4j-ems-implXXXXXX.jar file in there, e.g.: org-mc4j-ems-impl1256585583900479844.jar If you see that jarfile under /tmp instead, then the issue has not been fixed. Verified on Jon241 build#35 Stated EAP5.1 and logged in to the admin console. After login observed that the directory JBOSS_HOME/server/default/tmp/embjopr gets created and it displays below file: org-mc4j-ems-impl2348731868522119396.jar The /tmp directory does not display above file. Marking this as verified. |