----- Original Message ----- > From: "Stephen Liu" <[email protected]> > To: [email protected] > Sent: Tuesday, November 13, 2012 5:20:46 PM > Subject: [Engine-devel] Building oVirt from source > > > > > Hi all, > > Have another round to build oVirt from source following; > > Building Engine Draft > http://wiki.ovirt.org/wiki/Building_Engine_Draft > > OS - Fedora 17 desktop 64bit, fresh and clean installed. > > Not much problem encountered up to "Installing JBoss AS" except > follows: > > 1) > Maven personal settings > ================== > > $ mkdir $HOME/.m2 > $ wget -O $HOME/.m2/settings.xml > http://wiki.ovirt.org/w/images/1/18/Settings.xml.png > > (it should read > "http://wiki.ovirt.org/w/images/1/18/Settings.xml.png") > ^^^^ (not www) > > 2) > Check that the application server starts correctly: > > $ cd $JBOSS_HOME/bin > $ ./standalone.sh -b 0.0.0.0 > =================================================== > > JBoss Bootstrap Environment > > JBOSS_HOME: /home/satimis/jboss-as > > JAVA: java > > JAVA_OPTS: -server -XX:+UseCompressedOops -XX:+TieredCompilation > -Xms64m -Xmx512m -XX:MaxPermSize=256m > -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true > -Dsun.rmi.dgc.client.gcInterval=3600000 > -Dsun.rmi.dgc.server.gcInterval=3600000 > -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=tr > .... > ..... > > 22:14:38,217 INFO [org.jboss.as] (Controller Boot Thread) JBAS015874: > JBoss AS 7.1.1.Final "Brontes" started in 6662ms - Started 133 of > 208 services (74 services are passive or on-demand)
So your jboss is started at this point and should e listening on 8080 for http connections. Is ovirt running? If not you should check if it is there in standalone/deployments/engine.ear Also, see if engine.ear.deployed exists. touch engine.dodeploy to kick jboss and deploy it. > > > It hung here; > > Press [Ctrl] + c > it continued to display: > > 19:49,653 INFO [org.jboss.as.osgi] (MSC service thread 1-3) > JBAS011942: Stopping OSGi Framework > 22:19:49,701 INFO [org.jboss.as.logging] JBAS011503: Restored > bootstrap log handlers > 22:19:49,726 INFO [org.apache.coyote.http11.Http11Protocol] Pausing > Coyote HTTP/1.1 on http--0.0.0.0-8080 > 22:19:49,727 INFO [org.apache.coyote.http11.Http11Protocol] Stopping > Coyote HTTP/1.1 on http--0.0.0.0-8080 > 22:19:49,729 INFO [com.arjuna.ats.jbossatx] ARJUNA032018: Destroying > TransactionManagerService > 22:19:49,730 INFO [com.arjuna.ats.jbossatx] ARJUNA032014: Stopping > transaction recovery manager > 22:19:49,753 INFO [org.jboss.as] JBAS015950: JBoss AS 7.1.1.Final > "Brontes" stopped in 111ms > > Is it normal? Without problem? > > Thanks > > B.R. > Stephen L > _______________________________________________ > Engine-devel mailing list > [email protected] > http://lists.ovirt.org/mailman/listinfo/engine-devel > _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
