You're missing a library: sudo dnf install ovirt-js-dependencies or if that doesn't work sudo dnf install http://plain.resources.ovirt.org/repos/ovirt/tested/master/rpm/fc25/noarch/ovirt-js-dependencies-0.0.3-4.fc25.noarch.rpm
Right, if your goal is development purposes, you'll need to build from source. Greg On Thu, Mar 23, 2017 at 1:39 PM, shubham dubey <[email protected]> wrote: > Actually I want to compile webadmin but it is giving me some error so I > just skip > its compilation. > Now the webserver is working but in most of the pages (like when I am > logging using admin) > I am getting blank page. > In logs it is written > 2017-03-23 23:04:35,364+05 ERROR > [org.ovirt.engine.core.utils.servlet.ServletUtils] > (default task-5) [] Can't read file '/home/0day/ovirt-engine/etc/ > ovirt-engine/branding/00-ovirt.brand/ovirt-js- > dependencies/insertion-query/insQ.min.js' for request > '/ovirt-engine/webadmin/theme/00-ovirt.brand/ovirt-js- > dependencies/insertion-query/insQ.min.js', will send a 404 error response > > > So,is it happening because of webadmin? > One more question is that I want to install ovirt-engine for development > purpose,so did installing webadmin > from rpm will also work or I have to only install it from source. > > On Thu, Mar 23, 2017 at 10:58 PM, Greg Sheremeta <[email protected]> > wrote: > >> You're welcome. >> >> You'll need to compile webadmin if you want to do the good stuff :) >> >> You can also always install it from rpm -- not sure what your goal is. >> >> Best wishes, >> Greg >> >> On Thu, Mar 23, 2017 at 1:13 PM, shubham dubey <[email protected]> >> wrote: >> >>> Thanks,It works now.;) >>> >>> On Thu, Mar 23, 2017 at 10:06 PM, Greg Sheremeta <[email protected]> >>> wrote: >>> >>>> Step 3: start it >>>> >>>> >>>> $HOME/ovirt-engine/share/ovirt-engine/services/ovirt-engine/ovirt-engine.py >>>> start >>>> >>>> Greg >>>> >>>> On Thu, Mar 23, 2017 at 12:21 PM, shubham dubey <[email protected]> >>>> wrote: >>>> >>>>> Hello, >>>>> I have recently installed the ovirt engine development enviornment >>>>> using >>>>> $make clean install-dev PREFIX="$HOME/ovirt-engine" >>>>> BUILD_GWT_WEBADMIN=0 >>>>> after that I run $HOME/ovirt-engine/bin/engine-setup. >>>>> Both run successfully but when I am opening the webservice link(in my >>>>> case http://localhost.localdomain:8080/) in my browser I am getting >>>>> connection refused. >>>>> >>>>> I have my seLinux disabled and I have also done iptables -F. >>>>> So any other Solution? >>>>> And is this because of disabling webadmin? >>>>> >>>>> Thanks, >>>>> Shubham >>>>> >>>>> _______________________________________________ >>>>> Devel mailing list >>>>> [email protected] >>>>> http://lists.ovirt.org/mailman/listinfo/devel >>>>> >>>> >>>> >>>> >>>> -- >>>> Greg Sheremeta, MBA >>>> Red Hat, Inc. >>>> Sr. Software Engineer >>>> [email protected] >>>> >>> >>> >> >> >> -- >> Greg Sheremeta, MBA >> Red Hat, Inc. >> Sr. Software Engineer >> [email protected] >> > > -- Greg Sheremeta, MBA Red Hat, Inc. Sr. Software Engineer [email protected]
_______________________________________________ Devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/devel
