
On 20/10/14 21:53, Finstrle, Ludek wrote:
Juan Hernandez píše v Po 20. 10. 2014 v 20:07 +0200:
Your problem seems to be related to a missing "/usr/share/java/batik/batik-awt-util.jar" file. This should be provided by the "batik" package. Can you check if this package is installed and if it contains this file?
# rpm -q batik # rpm -ql batik | grep batik-awt-util.jar
If this file is missing it may well also be the reason for the failure described in this thread.
I found the root cause (I was re-installing the engine to be sure). I didn't have includepkgs in jpackage.repo repository so during engine install it installed more packages (mainly xmlgraphics-batik which could replace batik). I use configuration management and I used jpackage earlier so I just put it as dependency and don't install ovirt-release35 (I installed it later after all packages were installed and checked update).
Thanks for your help, maybe it helps also to Kapetanakis.
Cheers,
Luf
That was the reason for me too. I did the following to fix it: jpackage.repo: exclude=xmlgraphics-batik rpm -e xmlgraphics-batik-1.7-14.jpp6.noarch --nodeps yumdownloader batik rpm -Uvh batik-1.7-8.5.el6.x86_64.rpm /etc/init.d/ovirt-engine restart Thanks G