Skip to Main Content

Java Security

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!

bouncycastle, sun app server 8.1, jar is not signed by a trusted signer

843811Jan 17 2008 — edited Jan 25 2008
hi,

i am facing following problem,
im trying to use 3rd party security provider signed with SUN, however, after everything is properly configured and i run webapplication code (sun app server 8.1) that should load registered 3rd party provider application crashes with following exception:
Caused by: java.util.jar.JarException: file:/usr/jdk/instances/jdk1.5.0/jre/lib/ext/bcprov-jdk15-138.jar is not signed by a trusted signer.
at javax.crypto.SunJCE_d.b(DashoA12275)
at javax.crypto.SunJCE_d.a(DashoA12275)
at javax.crypto.SunJCE_d.a(DashoA12275)
at javax.crypto.SunJCE_b.b(DashoA12275)
at javax.crypto.SunJCE_b.a(DashoA12275)
at javax.crypto.SunJCE_b.b(DashoA12275)
at javax.crypto.Cipher.getInstance(DashoA12275)
at sk.tempest.anypay.helpers.Sha1Signer.sign(Sha1Signer.java:38)
this happens with both, bouncycastle and cryptix and both are having valid certrificates
this is machine specific problem
does anybody know or solution or at least some information what could cause this?
Has to be Java Code Signing CA in NSS cert8.db of application server?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 22 2008
Added on Jan 17 2008
2 comments
3,828 views