1 Reply Latest reply on Dec 10, 2003 12:50 PM by andrewboyd

    Incomplete Deployment

    th.krause

      Hello!
      I use scheduler-service.xml and got the following error on deploy:
      09:15:48,936 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@99cf5970 { url=file:/C:/Programme/ASSA-R2/AppServer/server/default/deploy/scheduler-service.xml }
      deployer: org.jboss.deployment.SARDeployer@47393f
      status: Deployment FAILED reason: :name=SchedulerJob24h is not registered.; - nested throwable: (javax.management.InstanceNotFoundException: :name=S
      chedulerJob24h is not registered.)
      state: FAILED
      watch: file:/C:/Programme/ASSA-R2/AppServer/server/default/deploy/scheduler-service.xml
      lastDeployed: 1071044120108


      But, if I deploy the scheduler-service after the server deploing all the other things, than everything is fine.

      Whats the different between these?

      Thanks
      Thomas

        • 1.
          andrewboyd

          The first time the sceduler is not registered with the MBeanServer when
          your service is deployed. The second time it is. Have you tried using
          the depend tag in your xxx-service.xml file?