LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-31-2013, 02:56 AM   #1
jagdish.jagtap1@wipro.co
LQ Newbie
 
Registered: May 2013
Posts: 8

Rep: Reputation: Disabled
Unhappy jboss installation error


hi while installing jboss 7.0.0, i am following following issue, what may be the reason??
i am using RHEL 6


root@INFINI-ONE bin]# ./standalone.sh
=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /home/jboss-as-7.0.0.Final

JAVA: /usr/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

=========================================================================

13:19:54,314 INFO [org.jboss.modules] JBoss Modules version 1.0.1.GA
13:19:54,676 INFO [org.jboss.msc] JBoss MSC version 1.0.0.GA
13:19:54,719 INFO [org.jboss.as] JBoss AS 7.0.0.Final "Lightning" starting
13:19:54,926 ERROR [stderr] Exception in thread "Controller Boot Thread" java.lang.RuntimeException: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration
13:19:54,926 ERROR [stderr] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:89)
13:19:54,926 ERROR [stderr] at java.lang.Thread.run(Unknown Source)
13:19:54,927 ERROR [stderr] Caused by: org.jboss.as.controller.persistence.ConfigurationPersistenceException: Failed to parse configuration
13:19:54,927 ERROR [stderr] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:11 5)
13:19:54,927 ERROR [stderr] at org.jboss.as.controller.AbstractControllerService.boot(AbstractControllerService.java:104)
13:19:54,930 ERROR [stderr] at org.jboss.as.server.ServerService.boot(ServerService.java:193)
13:19:54,931 ERROR [stderr] at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:83)
13:19:54,931 ERROR [stderr] ... 1 more
13:19:54,931 ERROR [stderr] Caused by: java.lang.RuntimeException: Unable to determine a default name based on the local host name
13:19:54,931 ERROR [stderr] at org.jboss.as.controller.parsing.CommonXml.getDefaultName(CommonXml.java:184)
13:19:54,931 ERROR [stderr] at org.jboss.as.controller.parsing.StandaloneXml.readServerElement(StandaloneXml.java:137)
13:19:54,932 ERROR [stderr] at org.jboss.as.controller.parsing.StandaloneXml.readElement(StandaloneXml.java:91)
13:19:54,932 ERROR [stderr] at org.jboss.as.controller.parsing.StandaloneXml.readElement(StandaloneXml.java:79)
13:19:54,932 ERROR [stderr] at org.jboss.staxmapper.XMLMapperImpl.processNested(XMLMapperImpl.java:100)
13:19:54,932 ERROR [stderr] at org.jboss.staxmapper.XMLMapperImpl.parseDocument(XMLMapperImpl.java:59)
13:19:54,937 ERROR [stderr] at org.jboss.as.controller.persistence.XmlConfigurationPersister.load(XmlConfigurationPersister.java:10 7)
13:19:54,937 ERROR [stderr] ... 4 more
13:19:54,937 ERROR [stderr] Caused by: java.net.UnknownHostException: INFINI-ONE.infinicluster: INFINI-ONE.infinicluster
13:19:54,938 ERROR [stderr] at java.net.InetAddress.getLocalHost(Unknown Source)
13:19:54,938 ERROR [stderr] at org.jboss.as.controller.parsing.CommonXml.getDefaultName(CommonXml.java:182)
13:19:54,938 ERROR [stderr] ... 10 more
13:19:54,938 ERROR [stderr] Caused by: java.net.UnknownHostException: INFINI-ONE.infinicluster
13:19:54,938 ERROR [stderr] at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
13:19:54,939 ERROR [stderr] at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source)
13:19:54,939 ERROR [stderr] at java.net.InetAddress.getAddressesFromNameService(Unknown Source)
13:19:54,939 ERROR [stderr] ... 12 more

Last edited by jagdish.jagtap1@wipro.co; 05-31-2013 at 02:59 AM.
 
Old 05-31-2013, 03:00 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
looks like it can't resolve "INFINI-ONE.infinicluster" as per your configuration.
 
Old 05-31-2013, 03:10 AM   #3
druuna
LQ Veteran
 
Registered: Sep 2003
Posts: 10,532
Blog Entries: 7

Rep: Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405Reputation: 2405
Is your network properly set up?

I'm asking because of this:
Quote:
13:19:54,931 ERROR [stderr] Caused by: java.lang.RuntimeException: Unable to determine a default name based on the local host name
Also have a look here: jboss file parse error
 
Old 05-31-2013, 03:46 AM   #4
jagdish.jagtap1@wipro.co
LQ Newbie
 
Registered: May 2013
Posts: 8

Original Poster
Rep: Reputation: Disabled
what does default name means?? How should i solve this?
 
Old 05-31-2013, 03:53 AM   #5
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
I would really suggest you spent more time understanding the product before trying to install it...

presumably you can't ping "INFINI-ONE.infinicluster"? At a trivial level it may just be a case of adding that hostname and it's IP to /etc/hosts.
 
Old 05-31-2013, 04:12 AM   #6
jagdish.jagtap1@wipro.co
LQ Newbie
 
Registered: May 2013
Posts: 8

Original Poster
Rep: Reputation: Disabled
Thanks a lot !!! I added it into hosts file and it worked !!!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Jboss installation error. LINUXQueAns Linux - Software 3 04-01-2011 02:36 AM
JBoss installation tanveer Linux - General 5 07-06-2008 05:18 AM
Jboss installation error on FC8 immortaltechnique Linux - Software 1 05-16-2008 07:33 AM
jboss installation Bill_Julien Linux - Newbie 1 09-18-2007 03:06 PM
Jboss - Installation problem zoobave Linux - Software 1 07-24-2007 11:31 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 09:29 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration