<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Nov 21, 2012 at 11:26 PM, Juan Hernandez <span dir="ltr">&lt;<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11/21/2012 09:37 PM, Cristian Falcas wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; After a fresh install, those folders are missing:<br>
&gt;<br>
&gt; /var/lib/ovirt-engine/content<br>
&gt; /var/lib/ovirt-engine/deployments<br>
<br>
</div>Yes Cristian, that is a problem we are aware of. We introduced that<br>
error in a attempt to fix bug 876164. The fix will be merged soon:<br>
<br>
<a href="http://gerrit.ovirt.org/9369" target="_blank">http://gerrit.ovirt.org/9369</a><br>
<br>
Meanwhile the workaround is to manually create those directories and<br>
make sure they are owned by the ovirt user and the ovirt group:<br>
<br>
mkdir -p /var/lib/ovirt-engine/content<br>
chown ovirt:ovirt /var/lib/ovirt-engine/content<br>
mkdir -p /var/lib/ovirt-engine/deployments<br>
chown ovirt:ovirt /var/lib/ovirt-engine/deployments<br>
<br>
The other error messages that you see are not relevant, I think you can<br>
ignore them.<br>
<div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt; After that the engine starts, but can&#39;t go to the https page of<br>
&gt; administrator or user portal. Relevant errors in log:<br>
&gt;<br>
&gt; 2012-11-21 22:29:52,448 ERROR<br>
&gt; [org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service<br>
&gt; thread 1-3) Failed to decrypt Data must start with zero<br>
&gt; 2012-11-21 22:29:52,576 ERROR<br>
&gt; [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service<br>
&gt; thread 1-3) Failed to decrypt value for property TruststorePass will be<br>
&gt; used encrypted value<br>
&gt; 2012-11-21 22:29:52,640 ERROR<br>
&gt; [org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service<br>
&gt; thread 1-3) Could not parse option AutoRecoveryAllowedTypes value.<br>
&gt;<br>
&gt; Can someone help me with those errors? I tried using the<br>
&gt; ovirt-engine-setup from the last 3 days, but the result is the same each<br>
&gt; time.<br>
&gt;<br>
&gt; Other warnings:<br>
&gt;<br>
&gt; 2012-11-21 22:29:46,375 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: CbcCheckOnVdsChange<br>
&gt; 2012-11-21 22:29:46,411 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: CAEngineKey<br>
&gt; 2012-11-21 22:29:46,444 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: MinimalETLVersion<br>
&gt; 2012-11-21 22:29:49,287 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: ScriptsPath<br>
&gt; 2012-11-21 22:29:49,292 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: SQLServerI18NPrefix<br>
&gt; 2012-11-21 22:29:52,650 WARN<br>
&gt; [org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-3)<br>
&gt; Could not find enum value for option: ENGINEEARLib<br>
&gt;<br>
&gt; Attached the engine-setup.log<br>
&gt;<br>
&gt; Best regards,<br>
&gt; Cristian falcas<br>
<br>
</div></div><span class="HOEnZb"><font color="#888888">--<br>
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta<br>
3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>
</font></span></blockquote></div><br><br>Unfortunately, the all https pages are not responding and I thought that the cause is from the ERRORs from the logs.<br><br>Doing a netstat only shows the http port (8700) being opened.<br>

<br></div>