[ovirt-users] oVirt-engine-reports can not open from Dashbord lable of Administration Portal page ; dialog of input Controls of oVirt reports problem

Yaniv Dary ydary at redhat.com
Tue Jul 22 07:52:32 UTC 2014



----- Original Message -----
> From: "Shirly Radco" <sradco at redhat.com>
> To: cuiyangor at 163.com
> Cc: "users" <users at ovirt.org>, "Yaniv Dary" <ydary at redhat.com>
> Sent: Monday, July 21, 2014 9:54:47 AM
> Subject: Re: [ovirt-users] oVirt-engine-reports can not open from Dashbord lable	of Administration Portal page ;
> 	dialog of input Controls of oVirt reports problem
> 
> Hi,
> 
> Please state what ovirt version you installed.
> Run: rpm -qa ovirt\*
> 
> You should have installed both ovirt-engine-dwh and ovirt-engine-reports.
> The ovirt-engine-dwh is for collacting the data to the ovirt_engine_history
> db
> and the ovirt-engine-reports is for the reporting.
> The error you see in the dashboard means you have a pro
> 
> The input controls should be dropdown lists.
> Running engine-setup again usually regenerates the reports jars and solves
> the problem.
> The jar files are usually locataed under
> /var/lib/ovirt-engine-reports/ovirt-engine-reports.war/WEB-INF/lib
> 
> WebadminLineBarChartTheme.jar
> ReportsStatus.jar
> ReportsPieChartTheme.jar
> ReportsLineBarChartTheme.jar
> EngineAuthentication.jar
> CustomOvirtReportsQueryManipulator.jar
> ChartsCustomizers.jar
> 
> Please check they indeed update after running the engine-setup again.
> 
> Best regards,
> ---
> Shirly Radco
> BI Software Engineer
> 
> 
> ----- Original Message -----
> 
> > From: cuiyangor at 163.com
> > To: "users" <users at ovirt.org>
> > Sent: Monday, July 21, 2014 6:08:22 AM
> > Subject: [ovirt-users] oVirt-engine-reports can not open from Dashbord
> > lable
> > of Administration Portal page ; dialog of input Controls of oVirt reports
> > problem
> 
> > Hi all :
> > I'm using the oVirt engine and reports. I used the commond form the web sit
> > to intall the oVirt engine and oVirt engine report.
> > I have two main questions about reports part:
> > No 1, I can not open the Dashbord lable from Adminstration Portal. The page
> > show "Page Not Found" "Specified page not found", as shown in the following
> > image . How to fix the problem?

This is a known issue in JRS 5.5.0a. We plan to fix this in by rebasing to 5.6.0 at some point.

> 
> > No 2, When I login the oVirt Reports, open the dialog of input Controls as
> > shown in the following image . I found that the dialog can not input any
> > word or number and can not choose the "07/21/14" or other options. click
> > the
> > "apply" button, the dialog do not dispeard. I found the page miss the "
> > jquery-1.10.2.min.map " file , and download from internet and put the right
> > path, but still the same. How to fix the problem?

Goto < war location >/WEB-INF/applicationContext.xml and do this:
"""
       <ref bean="${bean.engineService.compiledReportsCache}"/>
     </property>
     <property name="queryManipulator">
-      <ref bean="CascadeQueryManipulator"/>
+      <ref bean="CustomOvirtReportsQueryManipulator"/>
     </property>
     <property name="securityContextProvider" ref="${bean.securityContextProvider}"/>
     <property name="builtInParameterProviders" ref="builtInParameterProviders"/>
"""
Please let us know if this fixes your issue.



Yaniv
 

> 
> > Thank you!
> 
> > cuiyangor at 163.com
> 
> > _______________________________________________
> > Users mailing list
> > Users at ovirt.org
> > http://lists.ovirt.org/mailman/listinfo/users



More information about the Users mailing list