0 Replies Latest reply on Feb 8, 2006 10:10 AM by shahena

    Deployment Problem :ERROR [URLDeploymentScanner]

    shahena

      Hi,
      I am using:

      eclipse -3.1.0
      JBoss Ide plugin -1.5.0
      xdoclet plugin -1.5.0

      Iam trying to deploy a j2ee 1.4 project ..I dont have a ejb..I have only servlet and simple html pages..

      I followed the FiboApplication tutorial..Using the packaging configurations I constructed J2eeTut.war file..

      I have in my root dir:

      1) packaging-build.xml
      2)xdoclet-build.xml
      3) J2eeTut.war file

      But when i try to deploy Iam having the following error:


      ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      Packages waiting for a deployer:
      org.jboss.deployment.DeploymentInfo@c9b6ec3c { url=file:/C:/jboss-4.0.0/server/default/deploy/xdoclet-build.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.0/server/default/deploy/xdoclet-build.xml
      altDD: null
      lastDeployed: 1139349403125
      lastModified: 1139349403125
      mbeans:

      Incompletely deployed packages:
      org.jboss.deployment.DeploymentInfo@c9b6ec3c { url=file:/C:/jboss-4.0.0/server/default/deploy/xdoclet-build.xml }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/C:/jboss-4.0.0/server/default/deploy/xdoclet-build.xml
      altDD: null
      lastDeployed: 1139349403125
      lastModified: 1139349403125
      mbeans:


      09:13:02,000 INFO [TomcatDeployer] deploy, ctxPath=/J2eeTut, warUrl=file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp15524J2eeTut-exp.war/
      09:13:02,297 INFO [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2
      09:13:02,375 ERROR [JBossCacheManager] JBossCacheService to Tomcat clustering not found
      09:13:02,375 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled
      09:22:34,000 INFO [TomcatDeployer] undeploy, ctxPath=/J2eeTut, warUrl=file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp15524J2eeTut-exp.war/
      09:55:44,344 INFO [TomcatDeployer] deploy, ctxPath=/J2eeTut, warUrl=file:/C:/jboss-4.0.0/server/default/tmp/deploy/tmp15525J2eeTut-exp.war/
      09:55:44,547 INFO [JBossCacheManager] init(): replicationGranularity_ is 0 and invaldateSessionPolicy is 2
      09:55:44,610 ERROR [JBossCacheManager] JBossCacheService to Tomcat clustering not found
      09:55:44,610 ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled

      I dont know wht wrong Iam doing..Pls help me out..
      Thnx