0 Replies Latest reply on Feb 2, 2005 6:44 PM by kkoster

    HAR Deployment

    kkoster

      I am trying to deploy a simple test HAR under JBoss 4.0.1 (default configuration) but I am getting the following exception from the deployer:

      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@26484d93 { url=file:/C:/java/jboss-4.0.1/server/default/deploy/risk.har }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/java/jboss-4.0.1/server/default/deploy/risk.har
      altDD: null
      lastDeployed: 1107387668469
      lastModified: 1107387668469
      mbeans:

      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@26484d93 { url=file:/C:/java/jboss-4.0.1/server/default/deploy/risk.har }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/java/jboss-4.0.1/server/default/deploy/risk.har
      altDD: null
      lastDeployed: 1107387668469
      lastModified: 1107387668469
      mbeans:

      It looks like it can't find the HAR deployer. However, when I go into the jmx-console I see the HAR deployer is started.

      I don't know if it matters but the MBean XML generated by JBossIDE 1.4.1 creates:


      jboss.jca:service=RARDeployer

      but the example code in Chapter 10 of the JBoss 4 docs shows the following XML fragment:



      Any help would be appreciated.