Bug 1164940
| Summary: | Installation guide section Setting up the JRE for the JBoss ON Agent incorrectly refers to JAVA_HOME which includes /bin/java/ | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Larry O'Leary <loleary> |
| Component: | Documentation | Assignee: | Jared MORGAN <jmorgan> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | JON 3.2 | CC: | fbrychta, mmurray |
| Target Milestone: | GA | Keywords: | Documentation, EasyFix |
| Target Release: | JON 3.3.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: |
[Install Guide] Ready for release.
|
|
| Last Closed: | 2015-03-03 09:55:52 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: | |||
|
Description
Larry O'Leary
2014-11-17 22:16:28 UTC
svn commit en-US/Installing.xml -m "https://bugzilla.redhat.com/show_bug.cgi?id=1164940 - fixed up path by removing the trailling /bin/java/" Sending en-US/Installing.xml Transmitting file data . Committed revision 98769. I removed the trailing /bin/java from the identified path and the alternatives path as well. Looking at http://documentation-devel.engineering.redhat.com/site/documentation/en-US/Red_Hat_JBoss_Operations_Network/3.3/html/Installation_Guide/Agent_Installation.html#jre-agent export RHQ_JAVA_HOME=/usr/lib/jvm/jre-1.6.0-openjdk/ is correct now but path to java in alternatives section is not. Path in alternatives section should be /usr/lib/jvm/jre-1.6.0-openjdk/bin/java JAVA_HOME and path to java executable are different things. Fixed and will push up async after resolving the other two issues. svn commit -m "https://bugzilla.redhat.com/show_bug.cgi?id=1164940 - corrected alternatives jre path according to comment 3" Sending en-US/Agent.xml Sending publican.cfg Transmitting file data .. Committed revision 98970. |