From: kannan n. <kan...@gm...> - 2011-02-02 09:06:21
|
Hi All, I resolved the issue by copying the two latest local_policy.jar,US_export_policy.jar provided by sun. Thanks, Kannan.N On Thu, Jan 27, 2011 at 6:05 PM, kannan natarajan <kan...@gm...>wrote: > Hi , > > I am facing the below issue.Kindly help me ! > java.lang.NoClassDefFoundError: javax/crypto/SunJCE_b > at javax.crypto.Cipher.getInstance(DashoA12275) > at javax.crypto.Cipher.getInstance(DashoA12275) > at > cryptix.openpgp.algorithm.PGPAlgorithmFactory.getCipherAlgorithm(PGPA > lgorithmFactory.java:675) > at > cryptix.openpgp.packet.PGPKeyPacket.decrypt(PGPKeyPacket.java:527) > at > cryptix.openpgp.provider.PGPKeyBundleImpl.getPrivateSubKey(PGPKeyBund > leImpl.java:906) > > Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs > at javax.crypto.SunJCE_b.<clinit>(DashoA12275) > ... 28 more > Caused by: java.security.PrivilegedActionException: > java.util.zip.ZipException: > Could not find End Of Central Directory > ... 29 more > Caused by: java.util.zip.ZipException: Could not find End Of Central > Directory > at java.util.zip.ZipFile.open(Native Method) > at java.util.zip.ZipFile.<init>(ZipFile.java:117) > at java.util.jar.JarFile.<init>(JarFile.java:132) > at java.util.jar.JarFile.<init>(JarFile.java:97) > at javax.crypto.SunJCE_b.a(DashoA12275) > at javax.crypto.SunJCE_b.i(DashoA12275) > at javax.crypto.SunJCE_b.g(DashoA12275) > at javax.crypto.SunJCE_r.run(DashoA12275) > at javax.crypto.SunJCE_b.<clinit>(DashoA12275) > at javax.crypto.Cipher.getInstance(DashoA12275) > at javax.crypto.Cipher.getInstance(DashoA12275) > at > cryptix.openpgp.algorithm.PGPAlgorithmFactory.getCipherAlgorithm(PGPA > |