<div dir="ltr"><div style>Thank you very much for trying to help but ovirt engine still doesn&#39;t work - I cannot connect to the server through the web.</div><div><br></div><div style>I have overwritten the otopi the branch like you said:</div>

<div style><br></div><i><font face="courier new, monospace">git checkout engine_3.2</font></i><div><div><i><font face="courier new, monospace">git branch -D otopi</font></i></div><div><div><i><font face="courier new, monospace">git fetch <a href="https://github.com/alonbl/ovirt-engine.git">https://github.com/alonbl/ovirt-engine.git</a> otopi</font></i></div>

</div><div><i><font face="courier new, monospace">git checkout -b otopi FETCH_HEAD</font></i><br></div><div><br></div><div style>Then I re-built:</div><div style><br></div><div style><i><font face="courier new, monospace">make clean install-dev PREFIX=$HOME/ovirt-engine<br>

</font></i></div><div style><i><font face="courier new, monospace">$HOME/ovirt-engine/bin/engine-setup-2 --jboss-home=$HOME/ovirt-engine/jboss-as-7.1.1.Final<br></font></i></div><div style><i><font face="courier new, monospace">$HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine.py start</font></i><br>

</div><div><br></div><div style>But the warnings still appeared:</div><div style><br></div><div style><div><i><font face="courier new, monospace">2013-04-29 10:03:28,061 WARN  [org.ovirt.engine.core.utils.LocalConfig] (MSC service thread 1-3) The file &quot;/usr/share/ovirt-engine/conf/engine.conf.defaults&quot; doesn&#39;t exist or isn&#39;t readable. Will return an empty set of properties.</font></i></div>

<div><i><font face="courier new, monospace">2013-04-29 10:03:28,061 WARN  [org.ovirt.engine.core.utils.LocalConfig] (MSC service thread 1-3) The file &quot;/etc/ovirt-engine/engine.conf&quot; doesn&#39;t exist or isn&#39;t readable. Will return an empty set of properties.</font></i></div>

<div><br></div><div style>I tried to execute the engine-setup-2 command as root (<i><font face="courier new, monospace">sudo $HOME/ovirt-engine/bin/engine-setup-2 --jboss-home=$HOME/ovirt-engine/jboss-as-7.1.1.Final</font></i>) and it didn&#39;t help (I answered all the questions with the default answers - not sure if that was the right thing to do). Didn&#39;t help.</div>

<div style><br></div><div style>So I manually created the files  &quot;<i>/usr/share/ovirt-engine/conf/engine.conf.defaults</i>&quot; and &quot;<i>/etc/ovirt-engine/engine.conf</i>&quot; as follows:</div><div style><br></div>

<div style><div><i><font face="courier new, monospace">[wil@bufferoverflow ~]$ cat /usr/share/ovirt-engine/conf/engine.conf.defaults</font></i></div><div><i><font face="courier new, monospace">JAVA_HOME=/usr/lib/jvm/jre-1.7.0-openjdk.x86_64</font></i></div>

<div><i><font face="courier new, monospace">JBOSS_HOME=/home/wil/ovirt-engine/jboss-as-7.1.1.Final</font></i></div><div><i><font face="courier new, monospace">ENGINE_USER=wil</font></i></div><div><i><font face="courier new, monospace">ENGINE_GROUP=wil</font></i></div>

<div><i><font face="courier new, monospace">ENGINE_PROXY_ENABLED=false</font></i></div><div><i><font face="courier new, monospace">ENGINE_HTTP_ENABLED=true</font></i></div><div><i><font face="courier new, monospace">ENGINE_HTTP_PORT=8700</font></i></div>

<div><i><font face="courier new, monospace">ENGINE_HTTPS_ENABLED=false</font></i></div><div><i><font face="courier new, monospace">ENGINE_AJP_ENABLED=false</font></i></div><div><i><font face="courier new, monospace">ENGINE_DB_USER=postgres</font></i></div>

<div><i><font face="courier new, monospace">ENGINE_DB_PASSWORD=</font></i></div><div><i><font face="courier new, monospace">ENGINE_DEBUG_ADDRESS=<a href="http://0.0.0.0:8787">0.0.0.0:8787</a></font></i></div><div><i><font face="courier new, monospace">#</font></i></div>

<div><i><font face="courier new, monospace"># For descriptions of the parameters and their default values look</font></i></div><div><i><font face="courier new, monospace"># at the /usr/share/ovirt-engine/conf/engine.conf.defaults file.</font></i></div>

<div><i><font face="courier new, monospace">#</font></i></div><div><i><font face="courier new, monospace"># Please note that the engine installation tool engine-setup will</font></i></div><div><i><font face="courier new, monospace"># append the modified parameters to the end of this file.</font></i></div>

<div><i><font face="courier new, monospace">#</font></i></div><div><br></div><div><div>and I put the same contents in<i><font face="courier new, monospace"> /etc/ovirt-engine/engine.conf</font></i></div><div><br></div></div>

</div></div><div style>Still I can&#39;t connect to the ovirt through the web (<a href="http://127.0.0.1:8700/">http://127.0.0.1:8700/</a>) I get &quot;<i>This webpage is not available</i>&quot;.</div><div>Full logs are attached (last attempt to run ovirt at 10:59).<br>

</div><div><br></div><div style>Here are the last two commits in &quot;git log&quot; of my &quot;otopi&quot; branch:</div><div><br></div><div><div><i><font face="courier new, monospace">commit 98475140979ee11965154030f54825b14a1510e4</font></i></div>

<div><i><font face="courier new, monospace">Author: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;</font></i></div><div><i><font face="courier new, monospace">Date:   Thu Apr 25 12:39:50 2013 +0300</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    packaging: engine-setup re-write using otopi</font></i></div><div><i><font face="courier new, monospace"><br>

</font></i></div><div><i><font face="courier new, monospace">    Change-Id: I4d5e3ac7927802326e324c9b98ada75b421638aa</font></i></div><div><i><font face="courier new, monospace">    Signed-off-by: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;</font></i></div>

<div><i><font face="courier new, monospace">    Signed-off-by: Sandro Bonazzola &lt;<a href="mailto:sbonazzo@redhat.com">sbonazzo@redhat.com</a>&gt;</font></i></div><div><i><font face="courier new, monospace">    Signed-off-by: Alex Lourie &lt;<a href="mailto:alourie@redhat.com">alourie@redhat.com</a>&gt;</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">commit 3715fda9fe88099344feef59f9c74366a6e6f48d</font></i></div><div><i><font face="courier new, monospace">Author: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;</font></i></div>

<div><i><font face="courier new, monospace">Date:   Mon Apr 29 02:33:44 2013 +0300</font></i></div><div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    core: re-support broken apache proxy</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    apache proxy support was broken in:</font></i></div><div><i><font face="courier new, monospace">    I37156061cbdd, &#39;core: i18n splash screen.&#39;</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    The changed cause invalid redirection and the following error message in</font></i></div><div><i><font face="courier new, monospace">    console log:</font></i></div>

<div><i><font face="courier new, monospace">    ---</font></i></div><div><i><font face="courier new, monospace">    Exception while dispatching incoming RPC call:</font></i></div><div><i><font face="courier new, monospace">    java.lang.SecurityException: Blocked request without GWT base path</font></i></div>

<div><i><font face="courier new, monospace">    header (XSRF attack?)</font></i></div><div><i><font face="courier new, monospace">    ---</font></i></div><div><i><font face="courier new, monospace"><br></font></i></div><div>

<i><font face="courier new, monospace">    Content:</font></i></div><div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    1. Remove unused ovirt-engine.html (what was index.html) as it is</font></i></div>

<div><i><font face="courier new, monospace">       superseded by index.jsp</font></i></div><div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    2. Remove redundant welcome directive from web.xml</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    3. Rename /index.jsp to /ovirt-engine.jsp to be referenced by both</font></i></div><div><i><font face="courier new, monospace">       apache and jboss.</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    4. Rename servlet mapping of /index to /ovirt-engine.</font></i></div><div><i><font face="courier new, monospace"><br>

</font></i></div><div><i><font face="courier new, monospace">    5. Modify 404.html pages to redirect to /ovirt-engine instead of</font></i></div><div><i><font face="courier new, monospace">       /ovirt-engine.html</font></i></div>

<div><i><font face="courier new, monospace"><br></font></i></div><div><i><font face="courier new, monospace">    6. Remove reference of ovirt-engine.html from the proxy.</font></i></div><div><i><font face="courier new, monospace"><br>

</font></i></div><div><i><font face="courier new, monospace">    Change-Id: I7ac8feb720d73f0b1107b0bf0908930c525ea542</font></i></div><div><i><font face="courier new, monospace">    Signed-off-by: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;</font></i></div>

</div><div><br></div><div><br></div><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 29, 2013 at 9:39 AM, Alon Bar-Lev <span dir="ltr">&lt;<a href="mailto:alonbl@redhat.com" target="_blank">alonbl@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"><br>
<br>
----- Original Message -----<br>
&gt; From: &quot;Limor Gavish&quot; &lt;<a href="mailto:lgavish@gmail.com">lgavish@gmail.com</a>&gt;<br>
&gt; To: &quot;Alon Bar-Lev&quot; &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt; Cc: &quot;Yuval M&quot; &lt;<a href="mailto:yuvalme@gmail.com">yuvalme@gmail.com</a>&gt;, <a href="mailto:users@ovirt.org">users@ovirt.org</a>, &quot;Nezer Zaidenberg&quot; &lt;<a href="mailto:nzaidenberg@mac.com">nzaidenberg@mac.com</a>&gt;, &quot;Vered Volansky&quot;<br>


&gt; &lt;<a href="mailto:vered@redhat.com">vered@redhat.com</a>&gt;<br>
</div><div class="im">&gt; Sent: Monday, April 29, <a href="tel:2013" value="+9722013">2013</a> 8:28:47 AM<br>
&gt; Subject: Re: [Users] Unable to add host in a development setup - &quot;Host kernelpanic.home installation failed. Failed<br>
&gt; to decode own public key from store &#39;keys/engine.p12&#39; using alias &#39;1&#39;.&quot;<br>
&gt;<br>
</div><div class="im">&gt; Thank you very much for your prompt response. However, according to &quot;git<br>
&gt; rebase&quot; (after &quot;git fetch&quot;) there is no new change<br>
&gt;<br>
&gt; [wil@bufferoverflow repository]$ git fetch<br>
&gt; <a href="https://github.com/alonbl/ovirt-engine.git" target="_blank">https://github.com/alonbl/ovirt-engine.git</a> otopi<br>
&gt; From <a href="https://github.com/alonbl/ovirt-engine" target="_blank">https://github.com/alonbl/ovirt-engine</a><br>
&gt;  * branch            otopi      -&gt; FETCH_HEAD<br>
&gt; [wil@bufferoverflow repository]$ git rebase --merge FETCH_HEAD<br>
</div>&gt; *Current branch otopi is up to date.*<br>
&gt; *<br>
<div class="im">&gt; *<br>
&gt; The latest change I see in &quot;git log&quot; is<br>
&gt;<br>
&gt; [wil@bufferoverflow repository]$ git show HEAD<br>
&gt; commit 99d95891ab0e814159a463d246543b08e41c746d<br>
&gt; Author: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt; Date:   Thu Apr <a href="tel:25%2012" value="+9722512">25 12</a>:39:50 <a href="tel:2013" value="+9722013">2013</a> +0300<br>
&gt;<br>
&gt;     packaging: engine-setup re-write using otopi<br>
&gt;<br>
&gt;     Change-Id: I4d5e3ac7927802326e324c9b98ada75b421638aa<br>
&gt;     Signed-off-by: Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt;     Signed-off-by: Sandro Bonazzola &lt;<a href="mailto:sbonazzo@redhat.com">sbonazzo@redhat.com</a>&gt;<br>
&gt;     Signed-off-by: Alex Lourie &lt;<a href="mailto:alourie@redhat.com">alourie@redhat.com</a>&gt;<br>
&gt;<br>
&gt; If you don&#39;t wish to push the change yet, you can send a patch and I will<br>
&gt; apply it.<br>
<br>
</div>This branch is rolling rebase, forced push, so rebase will not work in this regard.<br>
Soon it will be merged to master so it will be easier to track.<br>
<br>
Please try:<br>
<br>
$ git checkout master<br>
$ git branch -D otopi<br>
$ git fetch<br>
$ git checkout otopi<br>
<br>
You should have:<br>
commit 98475140979ee11965154030f54825b14a1510e4<br>
<br>
Thanks!<br>
<span class="HOEnZb"><font color="#888888">Alon.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
&gt;<br>
&gt;<br>
&gt; On Mon, Apr 29, <a href="tel:2013" value="+9722013">2013</a> at 1:04 AM, Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt; &gt; From: &quot;Limor Gavish&quot; &lt;<a href="mailto:lgavish@gmail.com">lgavish@gmail.com</a>&gt;<br>
&gt; &gt; &gt; To: &quot;Alon Bar-Lev&quot; &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt; &gt; &gt; Cc: &quot;Yuval M&quot; &lt;<a href="mailto:yuvalme@gmail.com">yuvalme@gmail.com</a>&gt;, <a href="mailto:users@ovirt.org">users@ovirt.org</a>, &quot;Nezer Zaidenberg&quot; &lt;<br>
&gt; &gt; <a href="mailto:nzaidenberg@mac.com">nzaidenberg@mac.com</a>&gt;, &quot;Vered Volansky&quot;<br>
&gt; &gt; &gt; &lt;<a href="mailto:vered@redhat.com">vered@redhat.com</a>&gt;<br>
&gt; &gt; &gt; Sent: Sunday, April 28, <a href="tel:2013" value="+9722013">2013</a> 10:56:45 PM<br>
&gt; &gt; &gt; Subject: Re: [Users] Unable to add host in a development setup - &quot;Host<br>
&gt; &gt; kernelpanic.home installation failed. Failed<br>
&gt; &gt; &gt; to decode own public key from store &#39;keys/engine.p12&#39; using alias &#39;1&#39;.&quot;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Hi,<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thank you very much for your help but I do not succeed to start the<br>
&gt; &gt; engine<br>
&gt; &gt; &gt; after compiling your version.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I switched to the otopi branch like you said.<br>
&gt; &gt; &gt; git fetch <a href="https://github.com/alonbl/ovirt-engine.git" target="_blank">https://github.com/alonbl/ovirt-engine.git</a> otopi<br>
&gt; &gt; &gt; git checkout -b otopi FETCH_HEAD<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I followed the instructions in<br>
&gt; &gt; &gt; <a href="https://github.com/alonbl/ovirt-engine/blob/otopi/README.developer" target="_blank">https://github.com/alonbl/ovirt-engine/blob/otopi/README.developer</a><br>
&gt; &gt; &gt; *So here are the last 3 commands I used:*<br>
&gt; &gt; &gt; make clean install-dev PREFIX=$HOME/ovirt-engine<br>
&gt; &gt; &gt; $HOME/ovirt-engine/bin/engine-setup-2<br>
&gt; &gt; &gt; --jboss-home=$HOME/ovirt-engine/jboss-as-7.1.1.Final<br>
&gt; &gt; &gt; $HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine.py start<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; However, the last command<br>
&gt; &gt; &gt; ($HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine.py start)<br>
&gt; &gt; &gt; hangs.<br>
&gt; &gt;<br>
&gt; &gt; This is expected... it is the service running, Ctrl-C to terminate.<br>
&gt; &gt;<br>
&gt; &gt; &gt; *In server.log I see the following error:*<br>
&gt; &gt; &gt; 2013-04-28 22:13:40,203 ERROR [<a href="http://org.jboss.as" target="_blank">org.jboss.as</a>] (MSC service thread 1-3)<br>
&gt; &gt; &gt; JBAS015875: JBoss AS 7.1.1.Final &quot;Brontes&quot; started (with errors) in<br>
&gt; &gt; 2788ms<br>
&gt; &gt; &gt; - Started 504 of 5     40 services (1 services failed or missing<br>
&gt; &gt; &gt; dependencies, 34 services are passive or on-demand)<br>
&gt; &gt; &gt; *In engine.log I see the following error:*<br>
&gt; &gt; &gt; 2013-04-28 22:13:40,082 ERROR<br>
&gt; &gt; &gt; [org.ovirt.engine.core.utils.ErrorTranslatorImpl] (MSC service thread<br>
&gt; &gt; 1-4)<br>
&gt; &gt; &gt; File: bundles/VdsmErrors could not be loaded: java.util.Mis<br>
&gt; &gt; &gt;  singResourceException: Can&#39;t find bundle for base name<br>
&gt; &gt; bundles/VdsmErrors,<br>
&gt; &gt; &gt; locale en_US<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Full logs are attached.<br>
&gt; &gt;<br>
&gt; &gt; The problem is that for some reason the PREFIX is not taken into account.<br>
&gt; &gt;<br>
&gt; &gt; Related errors:<br>
&gt; &gt; 2013-04-28 19:57:46,468 WARN  [org.ovirt.engine.core.utils.LocalConfig]<br>
&gt; &gt; (MSC service thread 1-3) The file<br>
&gt; &gt; &quot;/usr/share/ovirt-engine/conf/engine.conf.defaults&quot; doesn&#39;t exist or isn&#39;t<br>
&gt; &gt; readable. Will return an empty set of properties.<br>
&gt; &gt; 2013-04-28 19:57:46,468 WARN  [org.ovirt.engine.core.utils.LocalConfig]<br>
&gt; &gt; (MSC service thread 1-3) The file &quot;/etc/ovirt-engine/engine.conf&quot; doesn&#39;t<br>
&gt; &gt; exist or isn&#39;t readable. Will return an empty set of properties.<br>
&gt; &gt;<br>
&gt; &gt; It can be due to previous make execution without PREFIX.<br>
&gt; &gt; I&#39;ve committed a change to Makefile to force regenerate the file locations<br>
&gt; &gt; when using install-dev.<br>
&gt; &gt; Can you please give it a try?<br>
&gt; &gt;<br>
&gt; &gt; Thanks!<br>
&gt; &gt;<br>
&gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; Limor on behalf of Yuval<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Sun, Apr 28, 2013 at 2:51 PM, Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Maybe someone can help you in this.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I prefer people install development mode and use fully functional<br>
&gt; &gt; product<br>
&gt; &gt; &gt; &gt; within their development environment.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Alon<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; ----- Original Message -----<br>
&gt; &gt; &gt; &gt; &gt; From: &quot;Yuval M&quot; &lt;<a href="mailto:yuvalme@gmail.com">yuvalme@gmail.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; To: &quot;Alon Bar-Lev&quot; &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; Cc: <a href="mailto:users@ovirt.org">users@ovirt.org</a>, &quot;Nezer Zaidenberg&quot; &lt;<a href="mailto:nzaidenberg@mac.com">nzaidenberg@mac.com</a>&gt;,<br>
&gt; &gt; &quot;Limor<br>
&gt; &gt; &gt; &gt; Gavish&quot; &lt;<a href="mailto:lgavish@gmail.com">lgavish@gmail.com</a>&gt;, &quot;Vered Volansky&quot;<br>
&gt; &gt; &gt; &gt; &gt; &lt;<a href="mailto:vered@redhat.com">vered@redhat.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; Sent: Sunday, April 28, <a href="tel:2013" value="+9722013">2013</a> 12:45:33 PM<br>
&gt; &gt; &gt; &gt; &gt; Subject: Re: [Users] Unable to add host in a development setup -<br>
&gt; &gt; &quot;Host<br>
&gt; &gt; &gt; &gt; kernelpanic.home installation failed. Failed<br>
&gt; &gt; &gt; &gt; &gt; to decode own public key from store &#39;keys/engine.p12&#39; using alias<br>
&gt; &gt; &#39;1&#39;.&quot;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; But is there an option to just manually install the new host?<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; Yuval<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; On Sun, Apr 28, <a href="tel:2013" value="+9722013">2013</a> at 11:46 AM, Alon Bar-Lev &lt;<a href="mailto:alonbl@redhat.com">alonbl@redhat.com</a>&gt;<br>
&gt; &gt; &gt; &gt; wrote:<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; Development mode installation is not yet supported to perform<br>
&gt; &gt; &gt; &gt; host-deploy.<br>
&gt; &gt; &gt; &gt; &gt; &gt; There is ongoing work for fully functional development environment.<br>
&gt; &gt; &gt; &gt; &gt; &gt; You can test this if you like before it is merged upstream.<br>
&gt; &gt; &gt; &gt; &gt; &gt; Sources available here[1], documentation is here[2].<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; [1] <a href="https://github.com/alonbl/ovirt-engine/tree/otopi" target="_blank">https://github.com/alonbl/ovirt-engine/tree/otopi</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; [2]<br>
&gt; &gt; <a href="https://github.com/alonbl/ovirt-engine/blob/otopi/README.developer" target="_blank">https://github.com/alonbl/ovirt-engine/blob/otopi/README.developer</a><br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; ----- Original Message -----<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; From: &quot;Yuval M&quot; &lt;<a href="mailto:yuvalme@gmail.com">yuvalme@gmail.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; To: <a href="mailto:users@ovirt.org">users@ovirt.org</a>, &quot;Nezer Zaidenberg&quot; &lt;<a href="mailto:nzaidenberg@mac.com">nzaidenberg@mac.com</a>&gt;,<br>
&gt; &gt; &gt; &gt; &quot;Limor<br>
&gt; &gt; &gt; &gt; &gt; &gt; Gavish&quot; &lt;<a href="mailto:lgavish@gmail.com">lgavish@gmail.com</a>&gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Sent: Saturday, April 27, <a href="tel:2013" value="+9722013">2013</a> 5:22:59 PM<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Subject: [Users] Unable to add host in a development setup -<br>
&gt; &gt; &quot;Host<br>
&gt; &gt; &gt; &gt; &gt; &gt; kernelpanic.home installation failed. Failed to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; decode own public key from store &#39;keys/engine.p12&#39; using alias<br>
&gt; &gt; &#39;1&#39;.&quot;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; I&#39;m getting the aforementioned error message when trying to<br>
&gt; &gt; &gt; &gt; reinstall a<br>
&gt; &gt; &gt; &gt; &gt; &gt; host<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; that failed to be added to the cluster.<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; in the engine log I have:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; 2013-04-27 16:29:58,249 ERROR<br>
&gt; &gt; &gt; &gt; &gt; &gt; [org.ovirt.engine.core.bll.InstallVdsCommand]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; (pool-3-thread-49) [3070670b] Host installation failed for host<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; cf09fb25-b8a4-4068-a<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; 3c8-9869d0ba4ff9, kernelpanic.home.: java.lang.RuntimeException:<br>
&gt; &gt; &gt; &gt; Failed<br>
&gt; &gt; &gt; &gt; &gt; &gt; to<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; decode own public key from store &#39;keys/engine.p12&#39; using alias<br>
&gt; &gt; &#39;1&#39;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; org.ovirt.engine.core.bll.VdsDeploy._getEngineSSHPublicKey(VdsDeploy.java:227)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; org.ovirt.engine.core.bll.VdsDeploy.access$400(VdsDeploy.java:71)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at org.ovirt.engine.core.bll.VdsDeploy$9.call(VdsDeploy.java:334)<br>
&gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; org.ovirt.engine.core.bll.VdsDeploy._nextCustomizationEntry(VdsDeploy.java:476)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; &gt; &gt; org.ovirt.engine.core.bll.VdsDeploy._threadMain(VdsDeploy.java:687)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; org.ovirt.engine.core.bll.VdsDeploy.access$1400(VdsDeploy.java:71)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at org.ovirt.engine.core.bll.VdsDeploy$32.run(VdsDeploy.java:779)<br>
&gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at java.lang.Thread.run(Thread.java:722)<br>
&gt; &gt; [rt.jar:1.7.0_09-icedtea]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Caused by: java.io.FileNotFoundException: keys/engine.p12 (No<br>
&gt; &gt; such<br>
&gt; &gt; &gt; &gt; file<br>
&gt; &gt; &gt; &gt; &gt; &gt; or<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; directory)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at java.io.FileInputStream.open(Native Method)<br>
&gt; &gt; &gt; &gt; [rt.jar:1.7.0_09-icedtea]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at java.io.FileInputStream.&lt;init&gt;(FileInputStream.java:138)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [rt.jar:1.7.0_09-icedtea]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at java.io.FileInputStream.&lt;init&gt;(FileInputStream.java:97)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [rt.jar:1.7.0_09-icedtea]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; at<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; org.ovirt.engine.core.bll.VdsDeploy._getEngineSSHPublicKey(VdsDeploy.java:206)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; [bll.jar:]<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; ... 7 more<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; My setup has an all-in-one node with the engine installed from<br>
&gt; &gt; &gt; &gt; sources,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; and I&#39;m attempting to add a seconds host (Fedora 18, vdsm from<br>
&gt; &gt; yum,<br>
&gt; &gt; &gt; &gt; &gt; &gt; nothing<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; fancy).<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; I installed vdsm (yum install vdsm), and disabled SSL as<br>
&gt; &gt; instructed<br>
&gt; &gt; &gt; &gt; in:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://www.ovirt.org/OVirt_-_disable_SSL_in_VDSM" target="_blank">http://www.ovirt.org/OVirt_-_disable_SSL_in_VDSM</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; I read here that the development setup (i.e engine installed from<br>
&gt; &gt; &gt; &gt; &gt; &gt; sources)<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; does not support automatic deployment:<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://www.mail-archive.com/users@ovirt.org/msg07608.html" target="_blank">http://www.mail-archive.com/users@ovirt.org/msg07608.html</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Is this still the case?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; If so, how do I deploy an additional host in such a setup?<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Yuval Meir<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; Users mailing list<br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="mailto:Users@ovirt.org">Users@ovirt.org</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt; <a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/mailman/listinfo/users</a><br>
&gt; &gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div>