8 Replies Latest reply on Oct 11, 2007 3:04 PM by peterj

    Problem with accessin Jboss by IP address, even with the -b

    pxx

      Hi
      I'm having a problem with accessing jboss by IP address.

      Jboss version : jboss-4.2.1.GA

      when I start the jboss with default configurations it is start without any errors.
      then I can access it by http://localhost:8080/,

      Well i did readed some posts and i try to run it with the -b option, that is ./run.sh -b 0.0.0.0, but i can't get access. With the -b option i can't get the http://localhost:8080 works and neither with the IP instead of localhost ( http://192.168.2.60:8080/) it cant access.

      Please help me. I suppose is something about the Apache server already running before i install the Jboss. I have Suse 10.2

      Thanks

        • 1. Re: Problem with accessin Jboss by IP address, even with the
          peterj

          Please read the readme.html file, first bullet under Configuration Issues > JBossAS 4.2.0.GA. Or read one of the gazillion other forum posts on this same topic. A small sampling follows:

          http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119718

          http://www.jboss.com/index.html?module=bb&op=viewtopic&t=119295

          http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118499

          http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091750

          • 2. Re: Problem with accessin Jboss by IP address, even with the
            pxx

            Thank you Peter

            I have tried with the -b option, but i can't get access.

            The last command i tried was ./run.sh -b 0.0.0.0

            Whitout the -b option i can access at http://localhost:8080, but with -b option and any IP the answer is blank page and the localhost neither work.

            I think is a problem with the apache server, but i don't know how to modify it.

            Thanks in advance for any clue...

            • 3. Re: Problem with accessin Jboss by IP address, even with the
              peterj

              When you run with -b 0.0.0.0, are you getting any errors?

              At the end of the console output, a few lines before the "Started in xxx seconds" message, do you see a line like:

              12:40:53,155 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080

              Are the ports open in your firewall?

              • 4. Re: Problem with accessin Jboss by IP address, even with the
                pxx

                Hi

                When i try with -b 0.0.0.0 the las lines are:


                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


                16:30:50,672 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 37s:127ms

                But, when i try with the IP i get the line you said:

                16:40:37,578 INFO [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-120.11.10.14-1000
                16:40:37,725 INFO [ChannelSocket] JK: ajp13 listening on /120.11.10.14:8009
                16:40:37,773 INFO [JkMain] Jk running ID=0 time=0/68 config=null
                16:40:37,783 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 53s:116ms

                In the two forms i can't access the JBoss.

                I change the port 8080 to 1000 through server.xml and jboss-service.xml.
                And i check too the firewall, the port 1000 is open.

                Thanks

                • 5. Re: Problem with accessin Jboss by IP address, even with the
                  peterj

                  Ports under 1024 are system ports on Linux and can be opened only if running as root. Are you running as root?

                  Also, earlier in the console output there should be an error with a stack trace. Please post that.

                  Also, are your running the 'all' or 'default' configuration? If 'all', I suspect that your network is not allowing the multicasting that 'all' requires.

                  • 6. Re: Problem with accessin Jboss by IP address, even with the
                    pxx

                    Hi

                    Well, i 'm runnig as root, but i back again to port 8080.
                    I am running the 'default' configuration.
                    Here is the fist lines of console (./run.sh -b 0.0.0.0) :


                    run.sh: Missing file: /usr/lib/jvm/jre/lib/tools.jar
                    run.sh: Unexpected results may occur. Make sure JAVA_HOME points to a JDK and not a JRE.
                    =========================================================================

                    JBoss Bootstrap Environment

                    JBOSS_HOME: /usr/local/jboss-4.0.5.GA

                    JAVA: /usr/lib/jvm/jre/bin/java

                    JAVA_OPTS: -Dprogram.name=run.sh -server -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000

                    CLASSPATH: /usr/local/jboss-4.0.5.GA/bin/run.jar:/usr/lib/jvm/jre/lib/tools.jar

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

                    09:13:59,370 INFO [Server] Starting JBoss (MX MicroKernel)...
                    09:13:59,372 INFO [Server] Release ID: JBoss [Zion] 4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)
                    09:13:59,373 INFO [Server] Home Dir: /usr/local/jboss-4.0.5.GA
                    09:13:59,374 INFO [Server] Home URL: file:/usr/local/jboss-4.0.5.GA/
                    09:13:59,375 INFO [Server] Patch URL: null
                    09:13:59,375 INFO [Server] Server Name: default
                    09:13:59,375 INFO [Server] Server Home Dir: /usr/local/jboss-4.0.5.GA/server/default
                    09:13:59,376 INFO [Server] Server Home URL: file:/usr/local/jboss-4.0.5.GA/server/default/
                    09:13:59,376 INFO [Server] Server Log Dir: /usr/local/jboss-4.0.5.GA/server/default/log
                    09:13:59,376 INFO [Server] Server Temp Dir: /usr/local/jboss-4.0.5.GA/server/default/tmp
                    09:13:59,377 INFO [Server] Root Deployment Filename: jboss-service.xml
                    09:13:59,731 INFO [ServerInfo] Java version: 1.5.0_08,Sun Microsystems Inc.
                    09:13:59,732 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_08-b03,Sun Microsystems Inc.
                    09:13:59,732 INFO [ServerInfo] OS-System: Linux 2.6.18.2-34-default,i386
                    09:14:00,182 INFO [Server] Core system initialized
                    09:14:03,889 INFO [WebService] Using RMI server codebase: http://FAL-LIBROCOL:8083/
                    09:14:03,914 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
                    09:14:09,457 INFO [ServiceEndpointManager] WebServices: jbossws-1.0.3.SP1 (date=200609291417)
                    09:14:10,578 INFO [SnmpAgentService] SNMP agent going active
                    09:14:11,081 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
                    09:14:11,370 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
                    09:14:11,377 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)

                    The last lines are:

                    Caused by: org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)))
                    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:94)
                    at org.jboss.mq.pm.jdbc2.PersistenceManager.getConnection(PersistenceManager.java:1689)
                    at org.jboss.mq.pm.jdbc2.PersistenceManager.resolveAllUncommitedTXs(PersistenceManager.java:420)
                    ... 111 more
                    Caused by: org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver))
                    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:179)
                    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.createConnectionEventListener(InternalManagedConnectionPool.java:565)
                    at org.jboss.resource.connectionmanager.InternalManagedConnectionPool.getConnection(InternalManagedConnectionPool.java:250)
                    at org.jboss.resource.connectionmanager.JBossManagedConnectionPool$BasePool.getConnection(JBossManagedConnectionPool.java:529)
                    at org.jboss.resource.connectionmanager.BaseConnectionManager2.getManagedConnection(BaseConnectionManager2.java:341)
                    at org.jboss.resource.connectionmanager.TxConnectionManager.getManagedConnection(TxConnectionManager.java:301)
                    at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:396)
                    at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
                    at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
                    ... 113 more
                    Caused by: org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)
                    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getDriver(LocalManagedConnectionFactory.java:287)
                    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.createManagedConnection(LocalManagedConnectionFactory.java:170)
                    ... 121 more
                    Caused by: java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver
                    at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:212)
                    at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:511)
                    at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:405)
                    at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
                    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
                    at java.lang.Class.forName0(Native Method)
                    at java.lang.Class.forName(Class.java:242)
                    at org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory.getDriver(LocalManagedConnectionFactory.java:272)
                    ... 122 more
                    08:40:35,032 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
                    08:40:35,082 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: 1192110013317
                    lastModified: 1191515709000
                    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: 1192110013318
                    lastModified: 1191515710000
                    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: 1192110013318
                    lastModified: 1192110009000
                    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: 1192110013319
                    lastModified: 1191515709000
                    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: 1192110013319
                    lastModified: 1191515710000
                    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: 1192110035039
                    lastModified: 1191515709000
                    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: 1192110035039
                    lastModified: 1191515709000
                    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=KeyGeneratorFactory,type=HiLo
                    State: FAILED
                    Reason: org.jboss.deployment.DeploymentException: Error while checking if table aleady exists HILOSEQUENCES; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver))))
                    I Depend On:
                    jboss:service=TransactionManager
                    jboss.jca:service=DataSourceBinding,name=EVAL

                    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.mq:service=PersistenceManager
                    State: FAILED
                    Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver))))
                    I Depend On:
                    jboss.jca:service=DataSourceBinding,name=EVAL
                    Depends On Me:
                    jboss.mq:service=DestinationManager

                    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.mq:service=PersistenceManager
                    State: FAILED
                    Reason: org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Message recovery may not be accurate; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver))))
                    I Depend On:
                    jboss.jca:service=DataSourceBinding,name=EVAL
                    Depends On Me:
                    jboss.mq:service=DestinationManager

                    ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
                    State: FAILED
                    Reason: org.jboss.deployment.DeploymentException: Error while checking if table aleady exists HILOSEQUENCES; - nested throwable: (org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver)); - nested throwable: (org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (org.jboss.resource.JBossResourceException: Failed to register driver for: oracle.jdbc.driver.OracleDriver; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: oracle.jdbc.driver.OracleDriver))))
                    I Depend On:
                    jboss:service=TransactionManager
                    jboss.jca:service=DataSourceBinding,name=EVAL

                    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


                    08:40:35,272 INFO [Server] JBoss (MX MicroKernel) [4.0.5.GA (build: CVSTag=Branch_4_0 date=200610162339)] Started in 34s:970ms


                    Thank you again

                    • 7. Re: Problem with accessin Jboss by IP address, even with the
                      pxx

                      Hi again

                      I don't know what happened, but everything is ok, i think was the port 8080 in the firewall. But with -b 0.0.0.0 doesn't work but with my ip (that is 192.909.9.0) all worked fine.

                      Thnak you again Peter.
                      You are the best....

                      • 8. Re: Problem with accessin Jboss by IP address, even with the
                        peterj

                        I suspect that your /etc/hosts files is not properly configured.