On 11/21/2012 03:20 PM, Stephen Liu wrote: > Hi all > > Fedora 17 64bit > > # cd /home/satimis/jboss-as/bin > # ./standalone.sh -b 0.0.0.0 > ...... > ...... > ./standalone.sh: line 178: 2121 Aborted (core dumped) "java" > -D"[Standalone]" -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=true > -Djboss.server.default.config=standalone.xml > "-Dorg.jboss.boot.log.file=/home/satimis/jboss-as/standalone/log/boot.log" > "-Dlogging.configuration=file:/home/satimis/jboss-as/standalone/configuration/logging.properties" > -jar "/home/satimis/jboss-as/jboss-modules.jar" -mp > "/home/satimis/jboss-as/modules" -jaxpmodule javax.xml.jaxp-provider > org.jboss.as.standalone -Djboss.home.dir="/home/satimis/jboss-as" -b 0.0.0.0
That is a really severe problem, it means that your Java Virtual Machine really crashed, probably due to a bug in the JVM itself, very unusual. Is this something that you reproduce easily? Is that all what you get as output? Don't you get something like this: # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x00007f84b36f85fe, pid=30284, tid=140208179570432 # # JRE version: 7.0_09 # Java VM: OpenJDK 64-Bit Server VM (23.2-b09 mixed mode linux-amd64 compressed oops) # Problematic frame: Or maybe a "hs_err_pid*.log" file? The information there could be useful to find cause of the problem. > > Pls help > > > Re running:- > > http://<server name>:<port>/api > > server name? Is it the hostname of Fedora17? > > # hostname > fedora17 -- 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
