Websphere error NoSuchAlgorithmException. But only in "Server mode"
843810Nov 1 2002 — edited Sep 21 2004I 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!