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!

Websphere error NoSuchAlgorithmException. But only in "Server mode"

843810Nov 1 2002 — edited Sep 21 2004
I am getting this error "java.security.NoSuchAlgorithmException: Class com.ibm.crypto.provider.PBEKeyFactory configured for SecretKeyFactory is not a SecretKeyFactory".

I am using Websphere Studio 4.0.3.

But if I run this from the Java console it works fine (ie so the provider is getting loaded etc), but if I try to run on the Webserver (ie Server Perspective) I get the above error.

I have tried with the 4 JCE Library files in both my WEB-INF\lib directory and in the JRE\lib\ext directory.

Does running it on the Server use a slightly different config?

Any help would be great!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 19 2004
Added on Nov 1 2002
6 comments
507 views