<div dir="ltr"><div><div>Its working now!!<br><br></div>Thanks,<br></div>Shubham<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 11:20 PM, Greg Sheremeta <span dir="ltr">&lt;<a href="mailto:gshereme@redhat.com" target="_blank">gshereme@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 dir="ltr">You&#39;re missing a library:<div><br></div><div>sudo dnf install ovirt-js-dependencies</div><div>or if that doesn&#39;t work</div><div>sudo dnf install <a href="http://plain.resources.ovirt.org/repos/ovirt/tested/master/rpm/fc25/noarch/ovirt-js-dependencies-0.0.3-4.fc25.noarch.rpm" target="_blank">http://plain.resources.ovirt.<wbr>org/repos/ovirt/tested/master/<wbr>rpm/fc25/noarch/ovirt-js-<wbr>dependencies-0.0.3-4.fc25.<wbr>noarch.rpm</a><br></div><div><br></div><div>Right, if your goal is development purposes, you&#39;ll need to build from source.<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra"><br></div><div class="gmail_extra">Greg</div></font></span><div><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 1:39 PM, shubham dubey <span dir="ltr">&lt;<a href="mailto:sdubey504@gmail.com" target="_blank">sdubey504@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div><div><div>Actually I want to compile webadmin but it is giving me some error so I just skip<br></div>its compilation.<br></div>Now the webserver is working but in most of the pages (like when I am logging using admin)<br></div>I am getting blank page.<br>In logs it is written<br>2017-03-23 23:04:35,364+05 ERROR [org.ovirt.engine.core.utils.s<wbr>ervlet.ServletUtils] (default task-5) [] Can&#39;t read file &#39;/home/0day/ovirt-engine/etc/o<wbr>virt-engine/branding/00-ovirt.<wbr>brand/ovirt-js-dependencies/<wbr>insertion-query/insQ.min.js&#39; for request &#39;/ovirt-engine/webadmin/theme/<wbr>00-ovirt.brand/ovirt-js-depend<wbr>encies/insertion-query/insQ.<wbr>min.js&#39;, will send a 404 error response<br><br><br></div>So,is it happening because of webadmin?<br></div>One more question is that I want to install ovirt-engine for development purpose,so did installing webadmin<br></div>from rpm will also work or I have to only install it from source.<br></div><div class="m_-8496069695577944940gmail-HOEnZb"><div class="m_-8496069695577944940gmail-h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 10:58 PM, Greg Sheremeta <span dir="ltr">&lt;<a href="mailto:gshereme@redhat.com" target="_blank">gshereme@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">You&#39;re welcome.<div><br></div><div>You&#39;ll need to compile webadmin if you want to do the good stuff :)</div><div><br></div><div>You can also always install it from rpm -- not sure what your goal is.</div><div><br></div><div>Best wishes,</div><div>Greg</div></div><div class="m_-8496069695577944940gmail-m_-8766936198247561026HOEnZb"><div class="m_-8496069695577944940gmail-m_-8766936198247561026h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 1:13 PM, shubham dubey <span dir="ltr">&lt;<a href="mailto:sdubey504@gmail.com" target="_blank">sdubey504@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Thanks,It works now.;)<br></div><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767HOEnZb"><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767h5"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 23, 2017 at 10:06 PM, Greg Sheremeta <span dir="ltr">&lt;<a href="mailto:gshereme@redhat.com" target="_blank">gshereme@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Step 3: start it<div><br></div><div> $HOME/ovirt-engine/share/ovir<wbr>t-engine/services/ovirt-engine<wbr>/ovirt-engine.py start</div><div><br></div><div>Greg<br><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767m_3951839298085950656h5">On Thu, Mar 23, 2017 at 12:21 PM, shubham dubey <span dir="ltr">&lt;<a href="mailto:sdubey504@gmail.com" target="_blank">sdubey504@gmail.com</a>&gt;</span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767m_3951839298085950656h5"><div dir="ltr"><div><div><div><div><div>Hello,<br></div>I have recently installed the ovirt engine development enviornment <br></div>using <br>$make clean install-dev PREFIX=&quot;$HOME/ovirt-engine&quot; BUILD_GWT_WEBADMIN=0<br></div>after that I run $HOME/ovirt-engine/bin/engine-<wbr>setup.<br></div>Both run successfully but when I am opening the webservice link(in my case <a href="http://localhost.localdomain:8080/" target="_blank">http://localhost.localdomain:8<wbr>080/</a>) in my browser I am getting connection refused.<br><br></div><div>I have my seLinux disabled and I have also done iptables -F.<br>So any other Solution?<br></div><div>And is this because of disabling webadmin?<br></div><div><br></div><div>Thanks,<br></div><div>Shubham<br></div></div>
<br></div></div>______________________________<wbr>_________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org" target="_blank">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman<wbr>/listinfo/devel</a><span class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767m_3951839298085950656HOEnZb"><font color="#888888"><br></font></span></blockquote></div><span class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767m_3951839298085950656HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767m_3951839298085950656m_3407079484135661401gmail_signature"><div dir="ltr"><div>Greg Sheremeta, MBA<br>Red Hat, Inc.<br>Sr. Software Engineer<br><a href="mailto:gshereme@redhat.com" target="_blank">gshereme@redhat.com</a><br></div></div></div>
</font></span></div></div></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-8496069695577944940gmail-m_-8766936198247561026m_2594797599248170767gmail_signature"><div dir="ltr"><div>Greg Sheremeta, MBA<br>Red Hat, Inc.<br>Sr. Software Engineer<br><a href="mailto:gshereme@redhat.com" target="_blank">gshereme@redhat.com</a><br></div></div></div>
</div>
</div></div></blockquote></div><br></div>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="m_-8496069695577944940gmail_signature"><div dir="ltr"><div>Greg Sheremeta, MBA<br>Red Hat, Inc.<br>Sr. Software Engineer<br><a href="mailto:gshereme@redhat.com" target="_blank">gshereme@redhat.com</a><br></div></div></div>
</div></div></div></div>
</blockquote></div><br></div>