2 Replies Latest reply on Nov 17, 2003 8:23 PM by willievu

    Failed to deploy hivemind jar file

    willievu

      When the attached hivemind-SNAPSHOT.jar is deployed, the following errors show up in server.log. It says no deployer found for the jar file. The only special thing about this jar file is that there is a hivemodule.xml in META-INF.

      2003-11-15 13:35:42,590 INFO [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

      2003-11-15 13:35:42,605 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

      2003-11-15 13:35:42,605 DEBUG [org.jboss.deployment.JARDeployer] No xml files found

      2003-11-15 13:35:42,605 DEBUG [org.jboss.deployment.MainDeployer] No deployer found for url: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

      2003-11-15 13:35:42,605 INFO [org.jboss.deployment.MainDeployer] deployment waiting for deployer: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

      2003-11-15 13:35:42,605 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

      2003-11-15 13:35:42,605 INFO [org.jboss.deployment.MainDeployer] Deployment of package: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar is waiting for an appropriate deployer.

      2003-11-15 13:35:42,605 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar -> file:/E:/java/jboss-3.2.2/server/default/deploy/commons-hivemind-SNAPSHOT.jar

        • 1. Re: Failed to deploy hivemind jar file
          frito

          The JarDeployer is rejecting this file within its accept method. In fact it is rejecting every jar with a file in the META-INF directory and the file extension .xml .
          Well, I don't know hivemind and i don't know why they place a xml in META-INF, but I would report the JarDeployer behaviour as bug at sourceforge.

          Greetings,
          Frito


          • 2. Re: Failed to deploy hivemind jar file
            willievu

            Thanks for your reply. It is a JarDeployer problem indeed as it is too restrictive to forbid any xml files in META-INF.