Bug 850330
| Summary: | [ovirt-engine-dwh] Setup fails on missing file | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Kiril Nesenko <knesenko> | ||||||
| Component: | ovirt-engine-dwh | Assignee: | Yaniv Lavi <ylavi> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | David Botzer <dbotzer> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | urgent | ||||||||
| Version: | 3.1.0 | CC: | dfediuck, dyasny, ecohen, iheim, mkenneth, pstehlik, Rhev-m-bugs, ykaul | ||||||
| Target Milestone: | --- | Keywords: | Regression | ||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | integration | ||||||||
| Fixed In Version: | SI15 - rhevm-dwh-3.1.0-9.el6ev.noarch.rpm | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-12-04 19:58:22 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 605944 [details]
logs
Wrong attachement. Attaching a new one.
Please ignore the description of the bz.
Description of problem:
Setup fails on missing file.
2012-08-21 17:11:57::ERROR::decorators::27::root:: Traceback (most recent call last):
File "/usr/share/ovirt-engine-dwh/decorators.py", line 20, in wrapped_f
output = f(*args)
File "/usr/bin/ovirt-engine-dwh-setup", line 120, in setDbPass
(fqdn, port) = getHostParams()
File "/usr/bin/ovirt-engine-dwh-setup", line 146, in getHostParams
raise Exception("Could not find %s" % FILE_WEB_CONF)
Exception: Could not find /etc/ovirt-engine/web-conf.js
2012-08-21 17:11:57::ERROR::ovirt-engine-dwh-setup::257::root:: Exception caught!
2012-08-21 17:11:57::ERROR::ovirt-engine-dwh-setup::258::root:: Traceback (most recent call last):
File "/usr/bin/ovirt-engine-dwh-setup", line 236, in main
setDbPass(db_dict)
File "/usr/share/ovirt-engine-dwh/decorators.py", line 28, in wrapped_f
raise Exception(instance)
Exception: Could not find /etc/ovirt-engine/web-conf.js
Version-Release number of selected component (if applicable):
rhevm-dwh-3.1.0-1.el6ev.noarch
How reproducible:
Always
Steps to Reproduce:
1. run ovirt-engine-dwh-setup
2.
3.
Actual results:
Expected results:
Additional info:
Fixed in ovirt-engine upstream: http://gerrit.ovirt.org/7384 downstream: https://gerrit.eng.lab.tlv.redhat.com/#/c/1432/ fixed in commits of dwh upstream: http://gerrit.ovirt.org/#/c/7392/ downstream: http://git.engineering.redhat.com/?p=users/ydary/ovirt-dwh;a=commit;h=bf9b024755429c6e24e0d357a01eb3bf8c0eb3af Yaniv Fixed 3.1/si15 (both reports & DWH) rhevm-dwh-3.1.0-9.el6ev.noarch rhevm-reports-3.1.0-9.el6ev.noarch Using the workaround : vi /etc/sysconfig/ovirt-engine appending value ENGINE_FQDN=myhost.redhat.com Fixed 3.1/si15 (both reports & DWH) rhevm-dwh-3.1.0-9.el6ev.noarch rhevm-reports-3.1.0-9.el6ev.noarch |
Created attachment 605943 [details] logs Description of problem: Setup fails on missing file. 2012-08-21 16:11:15::DEBUG::ovirt-engine-reports-setup::828::root:: Restoring previous version 2012-08-21 16:11:15::ERROR::ovirt-engine-reports-setup::850::root:: Exception caught! 2012-08-21 16:11:15::ERROR::ovirt-engine-reports-setup::851::root:: Traceback (most recent call last): File "/usr/bin/ovirt-engine-reports-setup", line 773, in main updateServletDbRecord() File "/usr/share/ovirt-engine-reports/decorators.py", line 27, in wrapped_f raise Exception(instance) Exception: Could not find /etc/ovirt-engine/web-conf.js Version-Release number of selected component (if applicable): rhevm-dwh-3.1.0-1.el6ev.noarch How reproducible: Always Steps to Reproduce: 1. run ovirt-engine-dwh-setup 2. 3. Actual results: Expected results: Additional info: