I am trying to configure JBOSS on Solaris 8 am using JBOSS 3.0.7,java 1.3 and am getting the following error and JBOSS does not start successfully. Any place it tries to get the hostName it throws up the UnknownHost Exception. Any Help is hightly appreciated.
2005-05-02 16:54:43,341 INFO [org.jboss.logging.Log4jService] Started 2005-05-02 16:54:43,343 INFO [org.jboss.web.WebService] Starting 2005-05-02 16:54:43,350 INFO [org.jboss.web.WebService] Started webserver with address: null port: 8093 2005-05-02 16:54:43,350 INFO [org.jboss.web.WebService] Codebase set to: http://null:8093/ 2005-05-02 16:54:43,351 INFO [org.jboss.web.WebService] Started 2005-05-02 16:54:43,351 INFO [org.jboss.naming.NamingService] Starting 2005-05-02 16:54:43,364 INFO [org.jboss.naming.NamingService] Starting jnp server 2005-05-02 16:54:43,603 INFO [org.jboss.naming.NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bind Address=null, Client SocketFactory=null, Server [EMAIL PROTECTED] 6 2005-05-02 16:54:43,619 INFO [org.jboss.naming.NamingService] Listening on port 1099 2005-05-02 16:54:43,628 INFO [org.jboss.naming.NamingService] Started 2005-05-02 16:54:43,630 INFO [org.jboss.naming.JNDIView] Starting 2005-05-02 16:54:43,630 INFO [org.jboss.naming.JNDIView] Started 2005-05-02 16:54:43,631 INFO [org.jboss.security.plugins.SecurityConfig] Starting 2005-05-02 16:54:43,634 INFO [org.jboss.security.plugins.SecurityConfig] Started 2005-05-02 16:54:43,635 INFO [org.jboss.security.auth.login.XMLLoginConfig] Starting 2005-05-02 16:54:43,665 INFO [org.jboss.security.auth.login.XMLLoginConfig] Started 2005-05-02 16:54:43,666 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Starting 2005-05-02 16:54:43,678 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Started 2005-05-02 16:54:43,678 INFO [org.jboss.tm.TransactionManagerService] Starting 2005-05-02 16:54:43,714 INFO [org.jboss.tm.TransactionManagerService] Started 2005-05-02 16:54:43,716 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting 2005-05-02 16:54:43,749 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Started 2005-05-02 16:54:43,750 INFO [org.jboss.deployment.EARDeployer] Starting 2005-05-02 16:54:43,750 INFO [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.deployment.EARDeplo [EMAIL PROTECTED] 2005-05-02 16:54:43,750 INFO [org.jboss.deployment.EARDeployer] Started 2005-05-02 16:54:43,751 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] Starting 2005-05-02 16:54:43,763 ERROR [org.jboss.invocation.jrmp.server.JRMPInvoker] Failed java.net.UnknownHostException: ndcint10: ndcint10 at java.net.InetAddress.getLocalHost(InetAddress.java:1179) at org.jboss.invocation.jrmp.server.JRMPInvoker.start(JRMPInvoker.java:268) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:1003) at $Proxy0.start(Unknown Source) at org.jboss.system.ServiceController.start(ServiceController.java:413) at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174) at $Proxy2.start(Unknown Source) at org.jboss.deployment.SARDeployer.start(SARDeployer.java:232) at org.jboss.deployment.MainDeployer.start(MainDeployer.java:814) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:627) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:591) at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:575) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:324) at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284) at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517) thanks, Kavitha View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3876182#3876182 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3876182 ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. Get your fingers limbered up and give it your best shot. 4 great events, 4 opportunities to win big! Highest score wins.NEC IT Guy Games. Play to win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
