0 Replies Latest reply on Sep 12, 2004 6:06 PM by gregman_pl

    deployment  problem

    gregman_pl

      Jboss 3.2.5 and Eclipse 3.0

      I have a problem with deployment: I've made .jar and .jardesc files and put them into /server/default/deploy/ dir of jboss.
      After server start i got this :

      23:23:09,187 WARN [JARDeployer] Failed to add deployable jar: file:/C:/jboss-3.2.5/server/default/tmp/deploy/tmp34069build.jardesc
      java.util.zip.ZipException: error in opening zip file
      at java.util.zip.ZipFile.open(Native Method)
      at java.util.zip.ZipFile.(Unknown Source)
      at java.util.jar.JarFile.(Unknown Source)
      at java.util.jar.JarFile.(Unknown Source)
      at org.jboss.deployment.SubDeployerSupport.processNestedDeployments(SubDeployerSupport.java:241)
      at org.jboss.deployment.SubDeployerSupport.init(SubDeployerSupport.java:139)
      at org.jboss.deployment.MainDeployer.init(MainDeployer.java:700)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:635)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
      ....................
      ....................

      I know ( I suppose ) that tmp34069build.jardesc is copy of by build.jardesc, it in temp with copy of my jar file.
      Exception appears at native 'open' call.
      Project ( sample from ejb book ), jar and jardesc file was made with Eclipse.

      Help me please...