[ovirt-users] oVIRT 3.5/CentOS 6.5 Reports are not working anymore

Hans-Joachim rni at chef.net
Wed Oct 22 15:22:54 UTC 2014


Hello,

well, I can't find anything special within the httpd logs. Only ssl_error_log shows some, but there is no relation to the connection tries.

[Wed Oct 22 11:35:59 2014] [error] (111)Connection refused: proxy: AJP: attempt to connect to 127.0.0.1:8702 (localhost) failed
[Wed Oct 22 11:35:59 2014] [error] ap_proxy_connect_backend disabling worker for (localhost)
[Wed Oct 22 11:35:59 2014] [error] proxy: AJP: failed to make connection to backend: localhost

/etc/httpd/conf.d/z-ovirt-engine-reports-proxy.conf:
<IfModule proxy_ajp_module>

    <Location /ovirt-engine-reports>
        ProxyPassMatch ajp://127.0.0.1:8712 timeout=3600 retry=5
        <IfModule deflate_module>
            AddOutputFilterByType DEFLATE text/javascript text/css text/html text/xml text/json application/xml application/json application/x-yaml
        </IfModule>
    </Location>

</IfModule>

/etc/ovirt-engine/engine.conf.d/10-setup-reports-access.conf:
ENGINE_REPORTS_BASE_URL=https://myserver.domain/ovirt-engine-reports
ENGINE_REPORTS_DASHBOARD_URL=${ENGINE_REPORTS_BASE_URL}/flow.html?_flowId=viewReportFlow&viewAsDashboardFrame=true
ENGINE_REPORTS_RIGHTCLICK_URL=${ENGINE_REPORTS_BASE_URL}/flow.html?_flowId=viewReportFlow
ENGINE_REPORTS_PROXY_URL=${ENGINE_REPORTS_BASE_URL}/ovirt/reports-interface
ENGINE_REPORTS_VERIFY_HOST=true
ENGINE_REPORTS_VERIFY_CHAIN=true
ENGINE_REPORTS_READ_TIMEOUT=


Best,

Hans-Joachim

> Sent: Wednesday, October 22, 2014 at 2:13 PM
> From: "Yedidyah Bar David" <didi at redhat.com>
> To: Hans-Joachim <rni at chef.net>
> Cc: users at ovirt.org, "Shirly Radco" <sradco at redhat.com>
> Subject: Re: [ovirt-users] oVIRT 3.5/CentOS 6.5 Reports are not working anymore
>
> ----- Original Message -----
> > From: "Hans-Joachim" <rni at chef.net>
> > To: users at ovirt.org
> > Sent: Wednesday, October 22, 2014 2:48:19 PM
> > Subject: [ovirt-users] oVIRT 3.5/CentOS 6.5 Reports are not working anymore
> > 
> > Hello,
> > after updating from 3.4 to 3.5, I've a issue with the reports.
> > On the welcome screen, when I click on the reports link, I get the Status 404
> > 
> > 
> > type Status report
> > 
> > message /ovirt-engine-reports
> > 
> > description The requested resource (/ovirt-engine-reports) is not available.
> 
> You can try restarting the engine (service ovirt-engine restart).
> 
> If it doesn't work, please check/post:
> /etc/httpd/conf.d/z-ovirt-engine-reports-proxy.conf
> /etc/ovirt-engine/engine.conf.d/10-setup-reports-access.conf
> relevant part of httpd logs
> 
> Best,
> -- 
> Didi
> 



More information about the Users mailing list