i've got the same issue with the dialog inputs. any input disappears after
1-2 seconds.
tried with ff and chrome
-> rpm -qa ovirt\*
ovirt-engine-userportal-3.4.3-1.fc19.noarch
ovirt-engine-reports-setup-3.4.3-1.fc19.noarch
ovirt-engine-dbscripts-3.4.3-1.fc19.noarch
ovirt-engine-setup-plugin-ovirt-engine-3.4.3-1.fc19.noarch
ovirt-engine-backend-3.4.3-1.fc19.noarch
ovirt-engine-tools-3.4.3-1.fc19.noarch
ovirt-engine-websocket-proxy-3.4.3-1.fc19.noarch
ovirt-log-collector-3.4.4-1.fc19.noarch
ovirt-engine-lib-3.4.3-1.fc19.noarch
ovirt-engine-restapi-3.4.3-1.fc19.noarch
ovirt-engine-dwh-setup-3.4.3-1.fc19.noarch
ovirt-engine-cli-3.4.0.5-1.fc19.noarch
ovirt-host-deploy-java-1.2.2-1.fc19.noarch
ovirt-engine-setup-base-3.4.3-1.fc19.noarch
ovirt-engine-setup-plugin-websocket-proxy-3.4.3-1.fc19.noarch
ovirt-engine-setup-3.4.3-1.fc19.noarch
ovirt-iso-uploader-3.4.3-1.fc19.noarch
ovirt-release34-1.0.1-1.noarch
ovirt-host-deploy-1.2.2-1.fc19.noarch
ovirt-engine-setup-plugin-ovirt-engine-common-3.4.3-1.fc19.noarch
ovirt-engine-reports-3.4.3-1.fc19.noarch
ovirt-engine-webadmin-portal-3.4.3-1.fc19.noarch
ovirt-engine-dwh-3.4.3-1.fc19.noarch
ovirt-image-uploader-3.4.2-1.fc19.noarch
ovirt-engine-sdk-python-3.4.3.0-1.fc19.noarch
ovirt-engine-3.4.3-1.fc19.noarch
best regards
tobias
On Tue, Jul 22, 2014 at 10:40 AM, cuiyangor(a)163.com <cuiyangor(a)163.com>
wrote:
Hi,
Thank you for your reply. Today, I update oVirt engine to 3.4.3. As
you wrote, I try to change the file of
/var/lib/ovirt-engine-reports/ovirt-engine-reports.war/WEB-INF/applicationContext.xml
and reboot the os.
But the problem still there. I also can not change or write "Dates" option
and the other options. Also I open the page by chome, it show that the page
miss the file named jquery-1.10.2.min.map. I download from
net and copy to /var/lib/ovirt-engine-reports/ovirt-engine-reports.war/script/lib/,
but the problem is same. My OS system is centos 6.5 and I also intall in
Fedaro 19.
Best regards
Cui Yang
------------------------------
cuiyangor(a)163.com
*From:* Yaniv Dary <ydary(a)redhat.com>
*Date:* 2014-07-22 15:52
*To:* cuiyangor <cuiyangor(a)163.com>
*CC:* users <users(a)ovirt.org>; Shirly Radco <sradco(a)redhat.com>
*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
----- Original Message -----
> From: "Shirly Radco" <sradco(a)redhat.com>
> To: cuiyangor(a)163.com
> Cc: "users" <users(a)ovirt.org>, "Yaniv Dary"
<ydary(a)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(a)163.com
> > To: "users" <users(a)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(a)163.com
>
> > _______________________________________________
> > Users mailing list
> > Users(a)ovirt.org
> >
http://lists.ovirt.org/mailman/listinfo/users
_______________________________________________
Users mailing list
Users(a)ovirt.org
http://lists.ovirt.org/mailman/listinfo/users