Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[orbit-dev] Problems with com.ibm.icu.base

Whenever I use the com.ibm.icu.base_3.8.1.v20080304.jar in a zip file that I "normalize" with the eclipse.jarProcessor ant task, I get the following error:

[ant] STDERR: Exception in thread "Main Thread" java.lang.SecurityException: SHA1 digest error for META-INF/eclipse.inf [ant] STDERR: at sun.security.util.ManifestEntryVerifier.verify(ManifestEntryVerifier.java:194) [ant] STDERR: at java.util.jar.JarVerifier.processEntry(JarVerifier.java:201)
[ant] STDERR:     at java.util.jar.JarVerifier.update(JarVerifier.java:188)
[ant] STDERR: at java.util.jar.JarVerifier$VerifierStream.read(JarVerifier.java:411)
[ant] STDERR:     at java.io.InputStream.read(InputStream.java:85)
[ant] STDERR: at com.sun.java.util.jar.pack.Package$File.readFrom(Package.java:816) [ant] STDERR: at com.sun.java.util.jar.pack.PackerImpl$DoPack.readFile(PackerImpl.java:509) [ant] STDERR: at com.sun.java.util.jar.pack.PackerImpl$DoPack.run(PackerImpl.java:471) [ant] STDERR: at com.sun.java.util.jar.pack.PackerImpl.pack(PackerImpl.java:73)
[ant] STDERR:     at com.sun.java.util.jar.pack.Driver.main(Driver.java:261)

The zip contains several other bundles from Orbit and other places but none of then cause any problems. Something is amiss with this particular jar file.

Any idea what could be wrong?

Regards,
Thomas Hallgren



Back to the top