
On 28/02/2013 18:10, Piotr Szubiakowski wrote:
----- Original Message -----
From: "Piotr Szubiakowski"<piotr.szubiakowski@nask.pl> To: "Eli Mesika"<emesika@redhat.com> Cc: users@ovirt.org Sent: Thursday, February 28, 2013 5:56:30 PM Subject: Re: [Users] oVirt 3.1 - engine configuration problem
Yes , it can be only set ENGINEEARLib to the place where the EAR are (under JBOSS_HOME deployments dir) CAEngineKey to point to the certificate key location
the other entries are not related
Hi, I set these variables using psql command:
psql ovirtdb postgres -c "update vdc_options set option_value = '/opt/jboss/jboss-as-7.1.1.Final/standalone/deployments/engine.ear' where option_name = 'ENGINEEARLib';" psql ovirtdb postgres -c "update vdc_options set option_value = '/opt/jboss/CA/ca/private/ca.pem' where option_name = 'CAEngineKey';
in database looks like there is everything fine:
ovirtdb=# select option_name, option_value from vdc_options where option_name IN ('CAEngineKey', 'ENGINEEARLib'); option_name | option_value --------------+-------------------------------------------------------------------
CAEngineKey | /opt/jboss/CA/ca/private/ca.pem ENGINEEARLib | /opt/jboss/jboss-as-7.1.1.Final/standalone/deployments/engine.ear (2 wiersze)
However the problem still occurs. I set debug log level. The jboss Did you restarted the oVirt service ?
Yes I restarted the oVirt service.
you ignored the version field - set it to 'general'.