1 Reply Latest reply on Mar 5, 2009 10:46 AM by jesper.pedersen

    Scan Error: Error opening zip file

    gundakiran

      Hi, I tried to run the scanner, but it is giving the following error.. I don't have any zip files in the folders as well..

      Scan
      Scan: error in opening zip file
      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.tattletale.analyzers.ArchiveScanner.scan(ArchiveScanner.jav
      a:86)
      at org.jboss.tattletale.Main.main(Main.java:205)
      null

      any clue?

      Thanks

        • 1. Re: Scan Error: Error opening zip file
          jesper.pedersen

          The ArchiveScanner is collecting information about the JAR files you have in the directory specified.

          Could you investigate if you can manually open all JAR files using jar tf file.jar ?

          I guess that we can add a guard against these errors and exclude the JAR file from being processed.