Uploaded image for project: 'Commons Compress'
  1. Commons Compress
  2. COMPRESS-194

Unable to create a TAR file that contains an entry which is >8 GB in size.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Not A Problem
    • 1.4.1
    • 1.4
    • Archivers
    • None
    • I am using win xp and Red HatLinux 5.1v, but this should be platform independent.

    Description

      The common-compress-1.4.1 api says it supports unlimited file sizes for tar and untar operations. http://ant.apache.org/antlibs/compress/

      Only Untar operations on a file > 8GB is fixed,

      But creating a tar on a file >8GB is not working.

      When I try to do " tarOutputStream.putArchiveEntry(archiveEntry); "
      i get the below exception.
      java.lang.RuntimeException: entry size '9633985364' is too big ( > 8589934591 )
      at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumber(TarArchiveOutputStream.java:572)
      at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.failForBigNumbers(TarArchiveOutputStream.java:557)
      at org.apache.commons.compress.archivers.tar.TarArchiveOutputStream.putArchiveEntry(TarArchiveOutputStream.java:297)

      Looking for a fix ..

      Attachments

        1. tarImplntion.txt
          4 kB
          Jessy

        Activity

          People

            Unassigned Unassigned
            jessy_2012 Jessy
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: