On 11/13/2012 05:20 PM, Stephen Liu wrote: > 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) > > > 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?
That is normal, when you start the application server from the command line with standalone.sh it keeps attached to your terminal until you stop it with Ctrl+C. -- Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L. _______________________________________________ Engine-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-devel
