3 Replies Latest reply on Apr 14, 2003 11:33 AM by sysuser1

    INIT_WAITING_DEPLOYER

    jpoley

      I am trying to deploy the struts example, (1.1b3) and it deploys fine as a war file, but when i simply remove it and redeploy it exploded i get this...

      2003-01-16 21:18:00,953 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@7b305db0 { url=file:/C:/apps/jboss/server/default/deploy/struts-example/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/apps/jboss/server/default/deploy/struts-example/
      lastDeployed: 1042769880937
      lastModified: 1042769810843
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@7b305db0 { url=file:/C:/apps/jboss/server/default/deploy/struts-example/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/apps/jboss/server/default/deploy/struts-example/
      lastDeployed: 1042769880937
      lastModified: 1042769810843
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:


      any hints or suggestions.

      -j