Tan Mariani [https://community.jboss.org/people/mariani] created the discussion
"JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread"" To view the discussion, visit: https://community.jboss.org/message/732637#732637 -------------------------------------------------------------- I try to setup JBOSS AS.7.0.2.Final on Centos 6.2. I used java 1.6.31 When I try to run ./standalone.sh, I got this following error. Can anyone help me? Do I do something wrong ========================================================================= JBoss Bootstrap Environment JBOSS_HOME: /opt/jboss-as-7.0.2.Final JAVA: /usr/java/jdk1.6.0_31/bin/java JAVA_OPTS: -server -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 ========================================================================= 16:47:56,514 INFO org.jboss.modules org.jboss.modules JBoss Modules version 1.0.2.GA 16:47:56,792 INFO org.jboss.msc org.jboss.msc JBoss MSC version 1.0.1.GA 16:47:56,848 INFO org.jboss.as org.jboss.as JBoss AS 7.0.2.Final "Arc" starting 16:47:57,079 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" Exception in thread "Controller Boot Thread" java.lang.RuntimeException: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration 16:47:57,080 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:89) 16:47:57,080 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at java.lang.Thread.run(Thread.java:662) 16:47:57,080 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" Caused by: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration 16:47:57,080 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:115) 16:47:57,080 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:104) 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.server.ServerService.boot(ServerService.java:195) 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:83) 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" ... 1 more 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" Caused by: java.lang.RuntimeException: Unable to determine a default name based on the local host name 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.parsing.CommonXml.getDefaultName(CommonXml.java:184) 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.parsing.StandaloneXml.readServerElement(StandaloneXml.java:137) 16:47:57,081 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.parsing.StandaloneXml.readElement(StandaloneXml.java:91) 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.parsing.StandaloneXml.readElement(StandaloneXml.java:79) 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:100) 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:59) 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:107) 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" ... 4 more 16:47:57,082 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" Caused by: java.net.UnknownHostException: DEVK-TEST-3: DEVK-TEST-3 16:47:57,083 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at java.net.InetAddress.getLocalHost(InetAddress.java:1360) 16:47:57,084 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" at org.jboss.as.controller.parsing.CommonXml.getDefaultName(CommonXml.java:182) 16:47:57,084 ERROR https://community.jboss.org/message/732637#732637#732637/stderr JBOSS AS 7.0.2 : Exception in thread "Controller Boot Thread" ... 10 more Thanks before -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/732637#732637] Start a new discussion in Beginner's Corner at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
