Bug 1358160
Summary: | Dashboard show zeros. reports-interface-proxy doesn't trust externally-issued web certificate in spite of issuer being in system (and java) trust store | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine | Reporter: | Konstantin <miac.romanov> |
Component: | Backend.Core | Assignee: | Alexander Wels <awels> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | meital avital <mavital> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.0.1 | CC: | awels, bugs, lsvaty, miac.romanov, mperina, nicolas, pstehlik, sbonazzo |
Target Milestone: | ovirt-4.0.2 | Flags: | rule-engine:
ovirt-4.0.z+
rule-engine: exception+ rule-engine: planning_ack+ rule-engine: devel_ack+ lsvaty: testing_ack+ |
Target Release: | 4.0.2.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-18 06:27:59 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | UX | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Konstantin
2016-07-20 08:14:52 UTC
Hi Konstantin, we have a fix for the certificate issue, but the root cause of this issue is different: we have removed reports from 4.0, so during upgrade from 3.6 to 4.0 all reports related configuration should be removed. It's obvious we have a bug here, so could you please try to execute following commands which should reveal us leftovers from reports configuration? cd /etc/ovirt-engine/engine.conf.d grep ENGINE_REPORTS_BASE_URL . -r Thanks. Hi, this is result: ./10-setup-reports-access.conf:ENGINE_REPORTS_BASE_URL=https://ovirt-dwh.DOMAIN:443/ovirt-engine-reports ./10-setup-reports-access.conf:ENGINE_REPORTS_DASHBOARD_URL=${ENGINE_REPORTS_BASE_URL}/flow.html?_flowId=viewReportFlow&viewAsDashboardFrame=true ./10-setup-reports-access.conf:ENGINE_REPORTS_RIGHTCLICK_URL=${ENGINE_REPORTS_BASE_URL}/flow.html?_flowId=viewReportFlow ./10-setup-reports-access.conf:ENGINE_REPORTS_PROXY_URL=${ENGINE_REPORTS_BASE_URL}/ovirt/reports-interface I must remove this settings? Could you please try to remove 10-setup-reports-access.conf (please do a backup of the file just to be sure) and restart ovirt-engine service? It should fix your issue ... Something changed. No error in log file, but dashboard show incorrect data. Usage of CPU, Memory and Storage 0. Screenshot https://postimg.org/image/ukcf1lj0x/ Is the DWH service still running, that looks like there is no data in the database for the last few hours. It's running on separate host. It was problem with time. After adjusting system time problem is gone. Thank you for help! Have you removed 10-setup-reports-access.conf? Or have it started to work just after time sync? Yes i removed 10-setup-reports-access.conf, after that errors like "UT005023: Exception handling request to /ovirt-engine/services/reports-interface-proxy" no longer appear. And then I sync time on DWH server to get correct current statistics. Closing due to resources, if still happens please reopen. |