10 Replies Latest reply on Sep 14, 2010 9:14 AM by repinel

    Startup errors on Ubuntu, can't access localhost:8080

    rup

      I installed jboss on Ubuntu 6.06 LTS -Dapper Drake, using jems-installer-1.2.0.GA.jar. I have jdk1.6.0 in /usr/lib/jvm. Starting jboss using run.sh gives me the following errors, under four headings. I am posting the relevant portions of the error log. Can somebody tell me how to solve this problem?

      ------------------------------------------------------------------------------------------------------------
      Packages waiting for a deployer
      http-invoker.sar/invoker.war/
      jbossws14.sar/jbossws-context.war
      jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      management/console-mgr.sar/web-console.war/
      jmx-console.war/

      Incompletely deployed packages
      jmx-console.war/

      MBeans waiting for other MBeans
      ObjectName: jboss.web:service=WebServer
      ObjectName: jboss.ws:service=WebServiceDeployerJSE
      ObjectName: jboss.ws:service=DeployerInterceptorNestedJSE
      ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
      ObjectName: jboss.cache:service=TomcatClusteringCache
      ObjectName: jboss:service=DefaultPartition
      ObjectName: jboss.ha:service=HASingletonDeployer
      ObjectName: jboss:service=FarmMember,partition=DefaultPartition

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM
      ObjectName: jboss.cache:service=TomcatClusteringCache
      ObjectName: jboss:service=DefaultPartition
      ------------------------------------------------------------------------------------------------------------

        • 1. Re: Startup errors on Ubuntu, can't access localhost:8080
          peterj

          Don't use JDK 6. I have seen various posts from people who have had problems running jboss with JDK 6. Install and use JDK 5 instead.

          • 2. Re: Startup errors on Ubuntu, can't access localhost:8080
            rup

            Changed to jdk1.5.0_11. Uninstalled jBoss and rinstalled a fresh package. I get the same errors.

            • 3. Re: Startup errors on Ubuntu, can't access localhost:8080
              rup

              BTW, previously I've run jBoss with jdk6 on FC6, This problem is specific to Ubuntu I presume.

              • 4. Re: Startup errors on Ubuntu, can't access localhost:8080
                peterj

                Earlier in the output there should be a stack trace. Please post that.

                • 5. Re: Startup errors on Ubuntu, can't access localhost:8080

                  Ubuntu by default doesn't like you to run servers (more specifically, open serverports).
                  It's configured out of the box as a client operating system for endusers, and many things that when endusers do them are security risks (or more often done to them by trojans) are simply not allowed.

                  You may need to change some system settings.

                  • 6. Re: Startup errors on Ubuntu, can't access localhost:8080
                    rup

                     

                    "PeterJ" wrote:
                    Earlier in the output there should be a stack trace. Please post that.


                    21:37:17,914 INFO [Server] Starting JBoss (MX MicroKernel)...
                    21:37:17,917 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
                    21:37:17,919 INFO [Server] Home Dir: /usr/local/jboss-4.0.5.GA
                    21:37:17,919 INFO [Server] Home URL: file:/usr/local/jboss-4.0.5.GA/
                    21:37:17,920 INFO [Server] Patch URL: null
                    21:37:17,921 INFO [Server] Server Name: default
                    21:37:17,921 INFO [Server] Server Home Dir: /usr/local/jboss-4.0.5.GA/server/default
                    21:37:17,921 INFO [Server] Server Home URL: file:/usr/local/jboss-4.0.5.GA/server/default/
                    21:37:17,922 INFO [Server] Server Log Dir: /usr/local/jboss-4.0.5.GA/server/default/log
                    21:37:17,922 INFO [Server] Server Temp Dir: /usr/local/jboss-4.0.5.GA/server/default/tmp
                    21:37:17,923 INFO [Server] Root Deployment Filename: jboss-service.xml
                    21:37:18,611 INFO [ServerInfo] Java version: 1.5.0_11,Sun Microsystems Inc.
                    21:37:18,612 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_11-b03,Sun Microsystems Inc.
                    21:37:18,612 INFO [ServerInfo] OS-System: Linux 2.6.15-23-386,i386
                    21:37:20,198 INFO [Server] Core system initialized
                    21:37:42,082 INFO [WebService] Using RMI server codebase: http://rup:8083/
                    21:37:42,194 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                    21:38:06,245 INFO [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date=200609291417)
                    21:38:09,141 INFO [SnmpAgentService] SNMP agent going active
                    21:38:14,631 INFO [InterceptorChainFactory] interceptor chain is:
                    class org.jboss.cache.interceptors.CallInterceptor
                    class org.jboss.cache.interceptors.PessimisticLockInterceptor
                    class org.jboss.cache.interceptors.UnlockInterceptor
                    class org.jboss.cache.interceptors.ReplicationInterceptor
                    class org.jboss.cache.interceptors.TxInterceptor
                    class org.jboss.cache.interceptors.CacheMgmtInterceptor
                    21:38:15,506 ERROR [JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    21:38:15,529 WARN [ServiceController] Problem starting service jboss.cache:service=TomcatClusteringCache
                    ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    at org.jgroups.JChannel.connect(JChannel.java:328)
                    at org.jboss.cache.TreeCache.startService(TreeCache.java:1424)
                    at org.jboss.cache.aop.PojoCache.startService(PojoCache.java:94)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                    at $Proxy0.start(Unknown Source)
                    at org.jboss.system.ServiceController.start(ServiceController.java:417)
                    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy4.start(Unknown Source)
                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                    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:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy8.deploy(Unknown Source)
                    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                    at $Proxy0.start(Unknown Source)
                    at org.jboss.system.ServiceController.start(ServiceController.java:417)
                    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy4.start(Unknown Source)
                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
                    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:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy5.deploy(Unknown Source)
                    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
                    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
                    at org.jboss.Main.boot(Main.java:200)
                    at org.jboss.Main$1.run(Main.java:490)
                    at java.lang.Thread.run(Thread.java:595)
                    21:38:17,881 INFO [DefaultPartition] Initializing
                    21:38:18,035 ERROR [JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    21:38:18,043 WARN [ServiceController] Problem starting service jboss:service=DefaultPartition
                    ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    at org.jgroups.JChannel.connect(JChannel.java:328)
                    at org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:336)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                    at $Proxy0.start(Unknown Source)
                    at org.jboss.system.ServiceController.start(ServiceController.java:417)
                    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy4.start(Unknown Source)
                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                    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:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy8.deploy(Unknown Source)
                    at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
                    at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
                    at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
                    at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
                    at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
                    at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
                    at $Proxy0.start(Unknown Source)
                    at org.jboss.system.ServiceController.start(ServiceController.java:417)
                    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
                    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                    at java.lang.reflect.Method.invoke(Method.java:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy4.start(Unknown Source)
                    at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
                    at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
                    at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
                    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:585)
                    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
                    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
                    at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
                    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
                    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
                    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
                    at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
                    at $Proxy5.deploy(Unknown Source)
                    at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
                    at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
                    at org.jboss.Main.boot(Main.java:200)
                    at org.jboss.Main$1.run(Main.java:490)
                    at java.lang.Thread.run(Thread.java:595)
                    21:38:23,247 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000E0000102000000000A3132372E302E312E31000DC8000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005C000000000000000100000000000000240000001C0000007E00000000000000010000000A3132372E302E312E31000DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                    21:38:23,911 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000000000000E0000102000000000A3132372E302E312E31000DC8000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005C000000000000000100000000000000240000001C0000007E00000000000000010000000A3132372E302E312E31000DC900400000000000000000001004010008060667810201010100000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
                    21:38:30,468 INFO [MailService] Mail Service bound to java:/Mail
                    21:38:31,480 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
                    21:38:31,768 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
                    21:38:32,620 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
                    21:38:32,839 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
                    21:38:33,152 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
                    21:38:33,419 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
                    21:38:36,945 INFO [WrapperDataSourceService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
                    21:38:38,807 INFO [A] Bound to JNDI name: queue/A
                    21:38:38,812 INFO [B] Bound to JNDI name: queue/B
                    21:38:38,817 INFO [C] Bound to JNDI name: queue/C
                    21:38:38,934 INFO [D] Bound to JNDI name: queue/D
                    21:38:38,942 INFO [ex] Bound to JNDI name: queue/ex
                    21:38:39,115 INFO [testTopic] Bound to JNDI name: topic/testTopic
                    21:38:39,125 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
                    21:38:39,130 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
                    21:38:39,376 INFO [testQueue] Bound to JNDI name: queue/testQueue
                    21:38:39,530 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8093
                    21:38:39,804 INFO [DLQ] Bound to JNDI name: queue/DLQ
                    21:38:40,528 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                    21:38:41,302 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

                    --- Packages waiting for a deployer ---
                    org.jboss.deployment.DeploymentInfo@f059e70c { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/http-invoker.sar/invoker.war/ }
                    deployer: null
                    status: Starting
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/http-invoker.sar/invoker.war/
                    altDD: null
                    lastDeployed: 1173629305317
                    lastModified: 1173457638000
                    mbeans:

                    org.jboss.deployment.DeploymentInfo@9fcebffb { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/ }
                    deployer: null
                    status: Starting
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jbossweb-tomcat55.sar/ROOT.war/
                    altDD: null
                    lastDeployed: 1173629305318
                    lastModified: 1173457641000
                    mbeans:

                    org.jboss.deployment.DeploymentInfo@a6bcfef9 { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jbossws14.sar/jbossws-context.war }
                    deployer: null
                    status: Starting
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jbossws14.sar/jbossws-context.war
                    altDD: null
                    lastDeployed: 1173629305330
                    lastModified: 1173629285000
                    mbeans:

                    org.jboss.deployment.DeploymentInfo@3b9623a4 { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/ }
                    deployer: null
                    status: Starting
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
                    altDD: null
                    lastDeployed: 1173629305333
                    lastModified: 1173457639000
                    mbeans:

                    org.jboss.deployment.DeploymentInfo@cd8e97a7 { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/management/console-mgr.sar/web-console.war/ }
                    deployer: null
                    status: Starting
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/management/console-mgr.sar/web-console.war/
                    altDD: null
                    lastDeployed: 1173629305335
                    lastModified: 1173457643000
                    mbeans:

                    org.jboss.deployment.DeploymentInfo@58b9657f { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jmx-console.war/ }
                    deployer: null
                    status: null
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jmx-console.war/
                    altDD: null
                    lastDeployed: 1173629320544
                    lastModified: 1173457639000
                    mbeans:

                    --- Incompletely deployed packages ---
                    org.jboss.deployment.DeploymentInfo@58b9657f { url=file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jmx-console.war/ }
                    deployer: null
                    status: null
                    state: INIT_WAITING_DEPLOYER
                    watch: file:/usr/local/jboss-4.0.5.GA/server/default/deploy/jmx-console.war/
                    altDD: null
                    lastDeployed: 1173629320544
                    lastModified: 1173457639000
                    mbeans:

                    --- MBeans waiting for other MBeans ---
                    ObjectName: jboss.web:service=WebServer
                    State: CONFIGURED
                    I Depend On:
                    jboss.security:service=JaasSecurityManager
                    jboss.cache:service=TomcatClusteringCache
                    jboss:service=TransactionManager
                    jboss.jca:service=CachedConnectionManager
                    Depends On Me:
                    jboss.ws:service=WebServiceDeployerJSE
                    jboss.mq:service=InvocationLayer,type=HTTP
                    jboss:service=FarmMember,partition=DefaultPartition

                    ObjectName: jboss.ws:service=WebServiceDeployerJSE
                    State: CONFIGURED
                    I Depend On:
                    jboss.web:service=WebServer
                    Depends On Me:
                    jboss.ws:service=DeployerInterceptorNestedJSE

                    ObjectName: jboss.ws:service=DeployerInterceptorNestedJSE
                    State: CONFIGURED
                    I Depend On:
                    jboss.system:service=MainDeployer
                    jboss.ws:service=WebServiceDeployerJSE

                    ObjectName: jboss.mq:service=InvocationLayer,type=HTTP
                    State: CONFIGURED
                    I Depend On:
                    jboss.mq:service=Invoker
                    jboss.web:service=WebServer

                    ObjectName: jboss.cache:service=TomcatClusteringCache
                    State: FAILED
                    Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    I Depend On:
                    jboss:service=Naming
                    jboss:service=TransactionManager
                    jboss.aop:service=AspectDeployer
                    Depends On Me:
                    jboss.web:service=WebServer

                    ObjectName: jboss:service=DefaultPartition
                    State: FAILED
                    Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    I Depend On:
                    jboss:service=Naming
                    Depends On Me:
                    jboss:service=HASessionState
                    jboss:service=HAJNDI
                    jboss.cache:service=InvalidationBridge,type=JavaGroups
                    jboss.ha:service=HASingletonDeployer
                    jboss:service=FarmMember,partition=DefaultPartition

                    ObjectName: jboss.ha:service=HASingletonDeployer
                    State: CONFIGURED
                    I Depend On:
                    jboss:service=DefaultPartition
                    jboss.system:service=MainDeployer

                    ObjectName: jboss:service=FarmMember,partition=DefaultPartition
                    State: CONFIGURED
                    I Depend On:
                    jboss:service=DefaultPartition
                    jboss.web:service=WebServer
                    jboss.system:service=MainDeployer

                    --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
                    ObjectName: jboss:service=DefaultPartition
                    State: FAILED
                    Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    I Depend On:
                    jboss:service=Naming
                    Depends On Me:
                    jboss:service=HASessionState
                    jboss:service=HAJNDI
                    jboss.cache:service=InvalidationBridge,type=JavaGroups
                    jboss.ha:service=HASingletonDeployer
                    jboss:service=FarmMember,partition=DefaultPartition

                    ObjectName: jboss.cache:service=TomcatClusteringCache
                    State: FAILED
                    Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: bad argument for IP_MULTICAST_IF: address not bound to any interface
                    I Depend On:
                    jboss:service=Naming
                    jboss:service=TransactionManager
                    jboss.aop:service=AspectDeployer
                    Depends On Me:
                    jboss.web:service=WebServer


                    21:38:41,663 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 1m:23s:699ms


                    • 7. Re: Startup errors on Ubuntu, can't access localhost:8080
                      edno

                       

                      "rup" wrote:
                      BTW, previously I've run jBoss with jdk6 on FC6, This problem is specific to Ubuntu I presume.

                      Hi all,

                      The problem isn't specific to Ubuntu, I've the same problem (same trace and same failures) with Windows 2003. I've installed JBoss (JBoss 4.0.5 + JDK 6) once and it has run well. For some advanced tests, i've promoted my server as AD and DNS and then JBoss refuse to start. I've reinstalled JBoss one more time but it doesn't start any more and then i've deleted AD and DNS but it doesn't solve the problem.

                      During the writing of this message, i've got an idea (the last one) : my server is a standalone one and hasn't network connection, so what'll append if I connect it ? ... so it's stupid (?) solution but IT WORKS !

                      • 8. Re: Startup errors on Ubuntu, can't access localhost:8080
                        wtbwtb

                        disable IPV6


                        MSN: wangtingbing@gmail.com

                        • 9. Re: Startup errors on Ubuntu, can't access localhost:8080
                          hoffman462

                          Hi, I also encountered this error on Jboss 4.0.5, using the "All" server. But not "default" or the "minimal" Jboss 4.2.0 doesn't seem to have this problem.

                          I seemed to have fixed it by adding a bad_list file containing alias net-pf-10 and rebooting (disabling ipv6) details here:

                          http://ubuntuforums.org/showthread.php?t=87798&page=4

                          • 10. Re: Startup errors on Ubuntu, can't access localhost:8080
                            repinel

                            I had the same problem and it was solved by specifying IPv4.

                             

                            Add the parameter "-Djava.net.preferIPv4Stack=true" to the JAVA_OPTS of the 'run.conf' file.