6 Replies Latest reply on Aug 30, 2003 10:48 PM by prasannakumar

    EAR deploys on Windows, not on Linux

    aidano

      When i deploy my EAR - containing a WAR, an EJB jar with one Session Bean, and a couple of utility jars - on Windows, everything works fine.

      When I deploy the same EAR on a JBoss server running on Linux, I get the following errors:

      04:53:18,938 INFO [MainDeployer] Starting deployment of package: file:/usr/local/customers/magnus/deploy/TASIS
      WebsiteEAR.ear
      04:53:18,966 INFO [MainDeployer] deployment waiting for deployer: file:/usr/local/customers/magnus/deploy/TASI
      SWebsiteEAR.ear
      04:53:18,966 INFO [MainDeployer] Deployment of package: file:/usr/local/customers/magnus/deploy/TASISWebsiteEA
      R.ear is waiting for an appropriate deployer.
      04:53:18,967 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployme
      nts()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:
      [org.jboss.deployment.DeploymentInfo@a94e8554 { url=file:/usr/local/customers/magnus/deploy/TASISWebsiteEAR.ear
      }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/usr/local/customers/magnus/deploy/TASISWebsiteEAR.ear
      lastDeployed: 1057567998966
      lastModified: 1057567998000
      mbeans:
      ]Incompletely deployed packages:
      [org.jboss.deployment.DeploymentInfo@a94e8554 { url=file:/usr/local/customers/magnus/deploy/TASISWebsiteEAR.ear
      }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/usr/local/customers/magnus/deploy/TASISWebsiteEAR.ear
      lastDeployed: 1057567998966
      lastModified: 1057567998000
      mbeans:
      ]MBeans waiting for classes:

      MBeans waiting for other MBeans:



      I've double checked that the META-INF directories are present and they seem to be in upper case (when I open the EAR in Winzip, at least).

      Does anyone know what's going on here?