On 11/28/2012 09:48 AM, Cristian Falcas wrote: > Hi all, > > i can't start the ovirt engine anymore. > > The error is: > > Error: Could not create the Java Virtual Machine. > Error: A fatal exception has occurred. Program will exit. > > > It seems that the error appears when the parameter > -XX:+UseCompressedOops is set. If I run the java command wothour it, > the program starts. > > java -version > java version "1.7.0_09-icedtea" > OpenJDK Runtime Environment (fedora-2.3.3.fc17.1-i386) > OpenJDK Client VM (build 23.2-b09, mixed mode) > > The machine is: > uname -a > Linux wikitiki.mindsoft.com <http://wikitiki.mindsoft.com> > 3.6.7-4.fc17.i686 #1 SMP Tue Nov 20 20:13:04 UTC 2012 i686 i686 i386 > GNU/Linux > > Is this some missconfiguration on my part? > > Best regards, > Cristian Falcas
It is this bug, and it affects 32 bits environments: https://bugzilla.redhat.com/852037 It has already been fixed. To workaround it edit the /usr/share/ovirt-engine/service/engine-service.py file, look for the line containing UseCompressedOops and just remove it. Then restart the engine. -- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L. _______________________________________________ Users mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/users

