
----- Original Message -----
From: "Piotr Szubiakowski" <piotr.szubiakowski@nask.pl> To: "Eli Mesika" <emesika@redhat.com> Cc: users@ovirt.org Sent: Wednesday, February 27, 2013 5:57:06 PM Subject: Re: [Users] oVirt 3.1 - engine configuration problem
----- Original Message -----
From: "Piotr Szubiakowski"<piotr.szubiakowski@nask.pl> To: "Eli Mesika"<emesika@redhat.com> Cc: users@ovirt.org Sent: Thursday, February 21, 2013 3:15:19 PM Subject: Re: [Users] oVirt 3.1 - engine configuration problem
Hi,
$ psql -U postgres -c "select count(*) from vds_static where pm_enabled;" ovirtdb count ------- 0 (1 wiersz)
the table is empty. Maybe there is a problem with encryption of engine admin password. I think that this password is in plain text. OK, can you please use teh engine-config utility to set the following configuration keys again:
AdminPassword LocalAdminPassword
Hi, sorry it took me so long to respond. I had some problems with establishing engin-config tool on Scientific Linux (I coudn't find anywhere the build-classpath executable which is used in engine-config script). After successful changing of AdminPassword and LocalAdminPassword the problem still occurs:
2013-02-27 16:25:27,722 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: CbcCheckOnVdsChange 2013-02-27 16:25:28,034 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-13) Failed to decryptData must start with zero 2013-02-27 16:25:28,036 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-13) Failed to decrypt value for property CertificatePassword will be used encrypted value 2013-02-27 16:25:28,042 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: ENGINEEARLib 2013-02-27 16:25:28,044 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: CAEngineKey 2013-02-27 16:25:28,053 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: MinimalETLVersion 2013-02-27 16:25:28,056 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: ScriptsPath 2013-02-27 16:25:28,058 WARN [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13) Could not find enum value for option: SQLServerI18NPrefix 2013-02-27 16:25:28,111 ERROR [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service thread 1-13) Failed to decryptData must start with zero 2013-02-27 16:25:28,112 ERROR [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service thread 1-13) Failed to decrypt value for property TruststorePass will be used encrypted value
Is this possible that problem is cased because CbcCheckOnVdsChange, ENGINEEARLib, CAEngineKey, MinimalETLVersion, ScriptsPath and SQLServerI18NPrefix variables aren't set properly? What values should these variables have? 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
Thanks, Piotr