Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CRC errors during Linux install

843833Jan 30 2005 — edited Feb 4 2005
Hi

I am going nuts here people...
After 7th download i finally got the "unzip -t <j2ee_linux_package.bin>" to report no errors. Then when I run it during install I get CRC error failiure...I tried manuall install by unzipping packages myself and running it with "java -cp ..." command but that fails also....What is the deal here people?
I am running RedHat Enterprise Linux AS 3...

here is the output of the few steps i took:
uname -a
Linux server1 2.4.20-021stab022.6.777-enterprise #1 SMP Wed Oct 20 18:07:57 MSD 2004 i686 i686 i386 GNU/Linux
cat /etc/redhat-release
Red Hat Enterprise Linux AS release 3 (Taroon Update 1)
unzip -qt j2eesdk-1_4_2005Q1-linux.bin 
warning [j2eesdk-1_4_2005Q1-linux.bin]:  347222 extra bytes at beginning or within zipfile
  (attempting to process anyway)
No errors detected in compressed data of j2eesdk-1_4_2005Q1-linux.bin.
finally here is the output f the install log (USLESS):
more /var/tmp/Install_Application_Server_8PE_200501301942.log
INFO - Start samples uninstallation.
INFO - End samples uninstallation.
INFO - Start core server uninstallation
INFO - End core server uninstallation
INFO - Start PointBase uninstallation
INFO - End PointBase uninstallation
INFO - Start Sun Java System Message Queue uninstallation
INFO - End Sun Java System Message Queue uninstallation
INFO - Start samples uninstallation.
INFO - End samples uninstallation.
INFO - Start core server uninstallation
INFO - End core server uninstallation
Finally here is the snippet where the install chokes:
Ready to Install

1. Install Now
2. Start Over
3. Exit Installation

   What would you like to do [1] {"<" goes back, "!" exits}? 1

Installing Java 2 Platform, Enterprise Edition 1.4 SDK
|-1%--------------25%-----------------50%------java.util.zip.ZipException: invalid entry CRC (expected 0x9706d96e but got 0xcdd36afd)
        at java.util.zip.ZipInputStream.readEnd(ZipInputStream.java:377)
        at java.util.zip.ZipInputStream.read(ZipInputStream.java:141)
        at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
        at com.sun.install.products.ZipUnit.install(ZipUnit.java:475)
        at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1325)
        at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)
        at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1322)
        at com.sun.install.products.InstallNode.startInstall(InstallNode.java:984)
        at com.sun.install.products.InstallComponent.performInstallation(InstallComponent.java:1322)
        at com.sun.install.products.Product.performInstallation(Product.java:653)
        at com.sun.install.tasks.ProductTask.perform(ProductTask.java:191)
        at com.sun.wizards.core.Sequence.perform(Sequence.java:336)
        at com.sun.wizards.core.SequenceManager.run(SequenceManager.java:226)
        at java.lang.Thread.run(Thread.java:534)
-----------75%--------------100%|

Installation failed.
Can someone please explain what is going on?
Why even bother with CRC checksums....providing MD5 hash would have been much better I believe...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 4 2005
Added on Jan 30 2005
9 comments
496 views