Bug 1064166
Summary: | Login page returns "A Request to the Server failed with the following Status Code: 500" | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Virtualization Manager | Reporter: | Roman Hodain <rhodain> | ||||||
Component: | ovirt-engine-webadmin-portal | Assignee: | Nobody <nobody> | ||||||
Status: | CLOSED DUPLICATE | QA Contact: | Pavel Stehlik <pstehlik> | ||||||
Severity: | high | Docs Contact: | |||||||
Priority: | high | ||||||||
Version: | 3.3.0 | CC: | acathrow, awels, ecohen, iheim, juan.hernandez, Rhev-m-bugs, rhodain, yeylon | ||||||
Target Milestone: | --- | ||||||||
Target Release: | 3.4.0 | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Whiteboard: | integration | ||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2014-02-13 09:21:38 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: |
|
Description
Roman Hodain
2014-02-12 07:36:25 UTC
Created attachment 862260 [details]
Apache configuration file (1 of 2)
Created attachment 862261 [details]
Apache configuration file (2 of 2)
The link to "Administration Portal" should not point to https://RHEVM-FQDN/ovirt-engine/webadmin, but to https://RHEVM-QDN/webadmin/webadmin. Please try the following and report the result: # wget wget --no-check-certificate https://RHEVM-QDN # grep "Administration Portal" index.html The result should be this: <a href="/webadmin/webadmin/WebAdmin.html?locale=en_US">Administration Portal</a> The relevant thing here is that the href should be absolute, starting with slash. It may also happen that during the upgrade the the Apache configuration hasn't been updated correctly. Please check the configuration files in the /etc/httpd/conf.d directory. There should be only two RHEV-M related files there, and should contain the same that the attached ovirt-engine-root-redirect.conf and z-ovirt-engine-proxy.conf files. Note that this GWT error may still happen if the user types manually the wrong URL, for example: https://RHEVM-FQDN/ovirt-engine/webadmin/webadmin This will load the application, but it won't work due to the GWT security restrictions. I believe this issue is due to the wrong branding package installed. My guess is they have 1-4 installed and they need 1-5 which fixes this issue. They also probably have duplicate links to webadmin and user portal. I believe this is a duplicate of [1] [1] https://bugzilla.redhat.com/show_bug.cgi?id=1059082 |