On 6/24/2010 5:17 AM, Mike wrote:
On 23/06/2010 20:25, James Goodwin wrote:

Win7Pro 32 bit, automatic MSFT updates
7zip 9.11 beta

I suspect there is some versioning issue with the zip protocol but have
no idea what. Anybody know exactly what was used to zip the file?

Try using the 'jar' command to unzip the file:

jar xvf fubar.zip


Folks,
I can unpack this stuff on my other machine, so my own personal problem is
solved by work-around -- thanks. If we continue to pursue this it is just to find
out what is wrong lest it affect others.

I tried Mike's suggestion on my "bad" machine and it failed as shown below.

I think this is the same as with 7zip, although it's hard to be certain, since
7-zip doesn't give the CRC numbers expected/found, and the transcript
below doesn't show which file was being processed at the time (although
one can infer it is catalina.jar again by the alphabetical sequence).

Haven't had time to try this on my "good" machine yet but can't see why
it would fail.

  created: wiki/
  created: wiki/data/
 inflated: wiki/data/About.txt
 inflated: wiki/data/Administration.txt
 inflated: wiki/data/ApprovalRequiredForPageChanges.txt
 inflated: wiki/data/ApprovalRequiredForUserProfiles.txt
extracted: wiki/data/CopyrightNotice.txt
 inflated: wiki/data/EditFindAndReplaceHelp.txt
 inflated: wiki/data/EditPageHelp.txt
 inflated: wiki/data/FullRecentChanges.txt
 inflated: wiki/data/Help.txt
 inflated: wiki/data/LeftMenu.txt
extracted: wiki/data/LeftMenuFooter.txt
 inflated: wiki/data/LoginHelp.txt
 inflated: wiki/data/Main.txt
 inflated: wiki/data/MoreMenu.txt
 inflated: wiki/data/PageAlias.txt
 inflated: wiki/data/PageIndex.txt
 inflated: wiki/data/RecentChanges.txt
 inflated: wiki/data/RejectedMessage.txt
 inflated: wiki/data/SandBox.txt
 inflated: wiki/data/SearchPageHelp.txt
 inflated: wiki/data/SystemInfo.txt
 inflated: wiki/data/TextFormattingRules.txt
extracted: wiki/data/TitleBox.txt
 inflated: wiki/data/UndefinedPages.txt
 inflated: wiki/data/UnusedPages.txt
 inflated: wiki/readme.txt
extracted: wiki/startwiki.bat
  created: wiki/tmp/
  created: wiki/tomcat/
  created: wiki/tomcat/bin/
 inflated: wiki/tomcat/bin/bootstrap.jar
 inflated: wiki/tomcat/bin/tomcat-juli.jar
 inflated: wiki/tomcat/bin/tomcat6.exe
 inflated: wiki/tomcat/bin/tomcat6w.exe
  created: wiki/tomcat/conf/
  created: wiki/tomcat/conf/Catalina/
 inflated: wiki/tomcat/conf/catalina.policy
 inflated: wiki/tomcat/conf/catalina.properties
  created: wiki/tomcat/conf/Catalina/localhost/
 inflated: wiki/tomcat/conf/Catalina/localhost/host-manager.xml
 inflated: wiki/tomcat/conf/Catalina/localhost/manager.xml
 inflated: wiki/tomcat/conf/context.xml
 inflated: wiki/tomcat/conf/logging.properties
 inflated: wiki/tomcat/conf/server.xml
 inflated: wiki/tomcat/conf/tomcat-users.xml
 inflated: wiki/tomcat/conf/web.xml
  created: wiki/tomcat/lib/
 inflated: wiki/tomcat/lib/annotations-api.jar
 inflated: wiki/tomcat/lib/catalina-ant.jar
 inflated: wiki/tomcat/lib/catalina-ha.jar
 inflated: wiki/tomcat/lib/catalina-tribes.jar


java.util.zip.ZipException: invalid entry CRC (expected 0xf3942a18 but got 0xd5f
9e8ce)
        at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:386)
        at java.util.zip.ZipInputStream.read(ZipInputStream.java:148)
        at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:92)
        at sun.tools.jar.Main.extractFile(Main.java:936)
        at sun.tools.jar.Main.extract(Main.java:852)
        at sun.tools.jar.Main.run(Main.java:242)
        at sun.tools.jar.Main.main(Main.java:1149)

Reply via email to