Bug 956892
| Summary: | RHQ Control - install fails for IBM java environment | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [JBoss] JBoss Operations Network | Reporter: | Armine Hovsepyan <ahovsepy> | ||||||||||||||||
| Component: | Installer | Assignee: | John Sanda <jsanda> | ||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | ||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||
| Priority: | high | ||||||||||||||||||
| Version: | JON 3.2 | CC: | jsanda, jshaughn, loleary, mfoley | ||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||
| Target Release: | JON 3.2.0 | ||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||
| 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: | |||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||
| Bug Blocks: | 951619 | ||||||||||||||||||
| Attachments: |
|
||||||||||||||||||
for some unknown reason, now the storage is being installed and server is throwing an exception. please get the screenshot attached. Created attachment 740111 [details]
rhq_control_install_ibm.png
Created attachment 740122 [details]
rhq_control_install_storage_ibm.png
Created attachment 740649 [details]
rhq_control_install_ibm_top.png
Created attachment 740650 [details]
rhq_control_install_sstorage_ibm_top.png
Created attachment 740652 [details]
rhqctl_install_agent_ibm.png
Created attachment 740653 [details]
rhq_ctl_install_agent_ibm.png
From last 2 screenshots attached - it seems that issue is not with cassandra but with agent installation. The issue here was not the JDK/JRE but rather the PATH as set up in .bashrc in the test environment. export PATH=$JAVA_HOME:$PATH needed to be changed to: export PATH=$JAVA_HOME/bin:$PATH The root cause was that Java could not be found or launched when we tried to install the agent. I believe this can be closed as 'not a bug'. I will move this to ON_QA. Armine, can you please make sure that your environment variables are set correctly and retest. There is an issue with Cassandra installation/startup in ibm x32 arch environment (10.16.23.158) #956878 marking this bug as verified since the problem is not connected to rhq control script. thank you. |
Created attachment 740091 [details] install_storage_ibm.png Description of problem: RHQ Control - install --storage fails for IBM java environment after showing a message storage is installed and never reaches the agent installation. Version-Release number of selected component (if applicable): jenkins build 169 How reproducible: 3 out of 3 Steps to Reproduce: 1. in a clear ibm java environment run ./rhqctl.sh install --storage 2. 3. Actual results: Error (screenshot attached) is shown after a message that storage is installed Expected results: no error is visible. storage and agent are installed and running on environment Additional info: