1 Reply Latest reply on Apr 14, 2003 4:47 PM by sysuser1

    WebApp Deployment

    sysuser1

      Hi, I'm new to Jboss and I'm trying to migrate a rather simple WebApp from WebLogic 7.0 to JBoss 3.0.6.

      I moved over my WAR file/directory to /jboss-3.0.6/server/default/deploy subdirectory and it gives me an error:

      10:46:49,539 INFO [MainDeployer] Deployment of package: file:/D:/jboss-3.0.6/se
      rver/default/deploy/patientWebApp/ is waiting for an appropriate deployer.
      10:46:49,539 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@cc093318 { url=file:/D:/jboss-3.0.6/server/
      default/deploy/patientWebApp/ }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/jboss-3.0.6/server/default/deploy/patientWebApp/
      lastDeployed: 1050331609539
      lastModified: 1050331256712

      What I understand from it is that my deployment is incomplete. How do I find out what I'm missing?

      Thanks,

      Trevor