3 Replies Latest reply on Apr 30, 2004 7:45 AM by mattheww99

    Problems loading JBoss 3.2

    mattheww99

      Can anyone help with this error. I have tried to work through this with no success. I have included one of the many error messages that are written to the log file. I am trying to run this on a Win XP server and the JBoss 3.2.3 release. Thanks for any assistance.

      2004-04-29 23:07:52,088 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jboss-3.2.3/server/default/deploy/management/web-console.war
      2004-04-29 23:07:52,088 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss:service=WebService
      state: FAILED
      I Depend On:
      Depends On Me: jboss.ejb:service=EJBDeployer
      java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss:service=invoker,type=pooled
      state: FAILED
      I Depend On: jboss:service=TransactionManager

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss.ejb:service=EJBDeployer
      state: CREATED
      I Depend On: jboss:service=TransactionManager
      jboss:service=WebService

      Depends On Me: , ObjectName: jboss.jmx:name=SnmpAgent,service=trapd,type=logger
      state: FAILED
      I Depend On:
      Depends On Me: java.net.BindException: Address already in use: Cannot bind, ObjectName: jboss.mq:service=InvocationLayer,type=OIL
      state: FAILED
      I Depend On: jboss.mq:service=Invoker

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss.mq:service=InvocationLayer,type=OIL2
      state: FAILED
      I Depend On: jboss.mq:service=Invoker

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss.mq:service=InvocationLayer,type=UIL2
      state: FAILED
      I Depend On: jboss.mq:service=Invoker

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind]
      2004-04-29 23:07:52,088 INFO [org.jboss.deployment.scanner.URLDeploymentScanner] Started jboss.deployment:type=DeploymentScanner,flavor=URL
      2004-04-29 23:07:52,128 INFO [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/jboss-3.2.3/server/default/conf/jboss-service.xml
      2004-04-29 23:07:52,128 ERROR [org.jboss.system.server.Server] Root deployment has missing dependencies; continuing
      Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss:service=WebService
      state: FAILED
      I Depend On:
      Depends On Me: jboss.ejb:service=EJBDeployer
      java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss:service=invoker,type=pooled
      state: FAILED
      I Depend On: jboss:service=TransactionManager

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss.ejb:service=EJBDeployer
      state: CREATED
      I Depend On: jboss:service=TransactionManager
      jboss:service=WebService

      Depends On Me: , ObjectName: jboss.jmx:name=SnmpAgent,service=trapd,type=logger
      state: FAILED
      I Depend On:
      Depends On Me: java.net.BindException: Address already in use: Cannot bind, ObjectName: jboss.mq:service=InvocationLayer,type=OIL
      state: FAILED
      I Depend On: jboss.mq:service=Invoker

      Depends On Me: java.net.BindException: Address already in use: JVM_Bind, ObjectName: jboss.mq:service=InvocationLayer,type=OIL2
      state: FAILED
      I Depend On:
      2004-04-29 23:27:00,119 INFO [org.jboss.system.server.Server] JBoss SHUTDOWN: Undeploying all packages
      2004-04-29 23:27:00,119 INFO [org.jboss.web.tomcat.tc4.EmbeddedTomcatService] undeploy, ctxPath=/web-console, warUrl=file:/C:/jboss-3.2.3/server/default/tmp/deploy/tmp20586web-console.war/
      2004-04-29 23:27:00,129 INFO [org.jboss.web.localhost.Engine] StandardHost[localhost]: Removing web application at context path /web-console

        • 1. Re: Problems loading JBoss 3.2
          darranl

          Have you tried starting JBoss on a machine that already has JBos running?

          I think there should be errors higher in the log to say which port numbers couldn't be used.

          Use netstat -an before starting JBoss to see which ports are in use already.

          • 2. Re: Problems loading JBoss 3.2
            raja05

            WebService mbean runs on 8083. See if u have anything thats running on that port already

            • 3. Re: Problems loading JBoss 3.2
              mattheww99

              Found the issue, more like stumbled into it. There was a conflict with an app running as a service called Business Integration Engine. Downloaded a tool called PortRptr from MS. This reported on all used ports, except the BIE ports in use. I still don't know what port was in conflict, just know shutting down BIE enabled Jboss to load.

              So now on to next problem, as my console will not load.

              Thanks for the responses!