1 Reply Latest reply on Apr 14, 2006 1:22 AM by brian.stansberry

    Error during configuration of JBoss Cache within JBoss Appli

    kf66teo

      I'm new to JBoss Cache and I got this error when i tried to deploy
      jboss cache as an MBean in JBoss Application Server. I'm using JBoss 4.0.3SP1 and JBoss Cache 1.3

      2006 Apr 14 12:31:09 [main] ERROR
      org.jboss.deployment.scanner.URLDeploymentScanner - Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@a18ffc39 {
      url=file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache configuratio
      n.xml }

      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache
      configuration.xml
      altDD: null
      lastDeployed: 1144989069662
      lastModified: 1144989069662
      mbeans:
      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@a18ffc39 {
      url=file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache configuratio
      n.xml }

      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.3SP1/server/default/deploy/TreeCache
      configuration.xml
      altDD: null
      lastDeployed: 1144989069662
      lastModified: 1144989069662
      mbeans:

      I did copy jboss-cache.jar to the /lib directory and restarted the
      JBoss AS. And a JBoss Cache configuration file in XML format also been
      copy to the /deploy directory named TreeCache configuration.xml. The XML
      file format is the same as discussed in the Configuration chapter of
      tutorial. I have one doubt that can I simply assign a name to the xml
      configuration file as i named it as "TreeCache configuration.xml" for my
      case here.

      Can anyone please help... Thanks.