Bug 1115957
Summary: | [engine-setup] engine-setup just to configure websocket proxy fails: Cannot get JAVA_HOME make sure supported JRE is installed | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Jiri Belka <jbelka> | ||||
Component: | ovirt-engine-core | Assignee: | Simone Tiraboschi <stirabos> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 3.5 | CC: | gklein, iheim, jbelka, rbalakri, stirabos, yeylon | ||||
Target Milestone: | --- | ||||||
Target Release: | 3.5.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | integration | ||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1138800 (view as bug list) | Environment: | |||||
Last Closed: | 2014-10-17 12:29:13 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1080992, 1138800 | ||||||
Attachments: |
|
Description
Jiri Belka
2014-07-03 11:57:09 UTC
Sorry, I'm not able to reproduce. Installing only ovirt-engine-websocket-proxy (and its dependencies) after patch http://gerrit.ovirt.org/#/c/29456/ everything seams to work correctly. On that VM, from ovirt repo, I've only: [stirabos@f19td4 ~]$ yum list installed | grep ovirt libgovirt.x86_64 0.1.0-1.fc19 @updates @ovirt-3.5-pre ovirt-engine-lib.noarch 3.5.0-0.0.master.20140629172304.git0b16ed7.fc19 @ovirt-3.5-pre ovirt-engine-setup-base.noarch 3.5.0-0.0.master.20140629172304.git0b16ed7.fc19 @ovirt-3.5-pre ovirt-engine-setup-plugin-websocket-proxy.noarch @ovirt-3.5-pre ovirt-engine-websocket-proxy.noarch @ovirt-3.5-pre ovirt-release35.noarch 001-0.0.alpha1 @/ovirt-release35 [stirabos@f19td4 ~]$ and nothing at all about java [stirabos@f19td4 ~]$ yum list installed | grep java [stirabos@f19td4 ~]$ and setup completes correctly. Can you please add the list of ovirt rpm on your setup? I do not verify patches but only builds. So when your patch is incorporated into new build, please change status for ON_QA for verification. Thanks. Ok, patch http://gerrit.ovirt.org/#/c/29456/ seams also to solve this. ovirt-engine-setup-plugin-ovirt-engine-common checks Java presence for product options that depends on that, ovirt-engine-websocket-proxy doesn't need Java but ovirt-engine-setup-plugin-websocket-proxy also doesn't depends from ovirt-engine-setup-plugin-ovirt-engine-common. I think that on you test system you probably have also ovirt-engine-setup-plugin-ovirt-engine-common and so the problem. You simply don't need it as you also don't need the Java stuff or the DB stuff for the WebSocket proxy alone. Same comment as https://bugzilla.redhat.com/show_bug.cgi?id=1114978#c11 patch 29456 (http://gerrit.ovirt.org/#/c/29456/) should solve this too and it was already merged: we just need to wait for a new tagged release before changing to ON_QA, sorry for that. ok ovirt-engine-setup-base-3.5.0-0.0.master.20140715172116.git4687dc1.el6.noarch ovirt-engine-websocket-proxy-3.5.0-0.0.master.20140715172116.git4687dc1.el6.noarch ovirt-engine-setup-plugin-websocket-proxy-3.5.0-0.0.master.20140715172116.git4687dc1.el6.noarch ovirt-engine-lib-3.5.0-0.0.master.20140715172116.git4687dc1.el6.noarch oVirt 3.5 has been released and should include the fix for this issue. |