1 Reply Latest reply on Dec 16, 2002 6:06 PM by adrian.brock

    No WAR Deployer

    michaels

      I receive the following error when I startup JBoss:

      15:25:03,300 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@aa651bf0 { url=file:/usr/local/jboss-3.0.4/server/tasc/deploy/http-invoker.sar/invoker.war/ }
      deployer: null
      status: Starting
      state: INIT_WAITING_DEPLOYER
      watch: file:/usr/local/jboss-3.0.4/server/tasc/deploy/http-invoker.sar/invoker.war/
      lastDeployed: 1040073897949
      lastModified: 1040073338000
      mbeans:
      , org.jboss.deployment.DeploymentInfo@2da60e1b { url=file:/usr/local/jboss-3.0.4/server/tasc/deploy/jmx-console.war/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/usr/local/jboss-3.0.4/server/tasc/deploy/jmx-console.war/
      lastDeployed: 1040073903296
      lastModified: 1040073338000
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@2da60e1b { url=file:/usr/local/jboss-3.0.4/server/tasc/deploy/jmx-console.war/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/usr/local/jboss-3.0.4/server/tasc/deploy/jmx-console.war/
      lastDeployed: 1040073903296
      lastModified: 1040073338000
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      I reviewed the jboss-service.xml file and it specifically states that tomcat (or jetty) will handle the deployment of this. Unfortunately, I'm not running either within Jboss.

      Any advice?