Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4897356

Include file name when ZipFile.open throws a ZipException for No such file

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • None
    • 1.4.2
    • core-libs

      Name: rmT116609 Date: 07/28/2003


      A DESCRIPTION OF THE REQUEST :
      Include the filename of the zipfile which caused the no such file or directory
      exception.

      Occures in all JDK version on all platforms.

      JUSTIFICATION :
      Starting large java applications which can use a lot of jars (ours uses 43
      currently). When something goes wrong and one is missing, we use truss to find
      out which one, as the information is available in the ZipFile class adding it to
      ZipExecption message would make things easier.

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      java -jar test.jar
      Exception in thread "main" java.util.zip.ZipException: No such file or directory test.jar
              at java.util.zip.ZipFile.open(Native Method)
              at java.util.zip.ZipFile.<init>(ZipFile.java:105)
              at java.util.jar.JarFile.<init>(JarFile.java:110)
              at java.util.jar.JarFile.<init>(JarFile.java:52)

      ACTUAL -
      java -jar test.jar
      Exception in thread "main" java.util.zip.ZipException: No such file or directory
              at java.util.zip.ZipFile.open(Native Method)
              at java.util.zip.ZipFile.<init>(ZipFile.java:105)
              at java.util.jar.JarFile.<init>(JarFile.java:110)
              at java.util.jar.JarFile.<init>(JarFile.java:52)


      ---------- BEGIN SOURCE ----------
      Do not need source code execute:
      java -jar test.jar
      in a directory that doesn't have a test.jar in it.
      ---------- END SOURCE ----------

      CUSTOMER SUBMITTED WORKAROUND :
      use truss
      (Incident Review ID: 192698)
      ======================================================================

            bristor Dave Bristor (Inactive)
            rmandalasunw Ranjith Mandala (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: