[ 
https://issues.apache.org/jira/browse/COMPRESS-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13409300#comment-13409300
 ] 

jessy edited comment on COMPRESS-194 at 7/9/12 10:47 AM:
---------------------------------------------------------

Stefan,

I tried to setBigNumberMode to tarOutputStream.BIGNUMBER_STAR [ =1 ]. 
However, i found that tarring completes without any exceptions, and shows the 
tar archive size as 9GB(which is my input of 9GB content file).
But ,when i tried to unzip using winrar( windows ), I was unsuccessful in 
opening this tar. Got the error dialog "The archive is corrupt” 
When I tried to open the tar thru windows right click menu , I found my content 
file size is 0 bytes. I have taken care to close all streams . 
I have attached my code snippet with this thread. 

Could you kindly look at my below code snippet and suggest what might be the 
rootcause for this. 

Regards,
Jes
                
      was (Author: jessy_2012):
    Stefan,

I tried to setBigNumberMode to tarOutputStream.BIGNUMBER_STAR [ =1 ]. 
However, i found that tarring completes without any exceptions, and shows the 
tar archive size as 9GB(which is my input of 9GB content file).
But ,when i tried to unzip( windows ), I was unsuccessful in opening this tar. 
Got the error dialog "The archive is corrupt” 
When I tried to open the tar thru windows right click menu , I found my content 
file size is 0 bytes. I have taken care to close all streams . 
I have attached my code snippet with this thread. 

Could you kindly look at my below code snippet and suggest what might be the 
rootcause for this. 

Regards,
Jes
                  
> Unable to create a TAR file that contains an entry which is >8 GB in size. 
> ---------------------------------------------------------------------------
>
>                 Key: COMPRESS-194
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-194
>             Project: Commons Compress
>          Issue Type: Bug
>          Components: Archivers
>    Affects Versions: 1.4.1
>         Environment: I am using win xp and Red HatLinux 5.1v, but this should 
> be platform independent.
>            Reporter: jessy
>            Priority: Critical
>             Fix For: 1.4
>
>         Attachments: tarImplntion.txt
>
>
> 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 .. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to