I am getting the following error when my application tries to encrypt or decrypt. The error doesn't show up when using a unix server running IPlanet, but only when I run the app on my development machine using Tomcat. I have Tomcat setup with SSL, but I don't think it really matters. I get the error both ways. Can anyone help?
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
at com.sabre.res.base.security.Cryptography.encrypt(Cryptography.java:55)
java.lang.ExceptionInInitializerError: java.lang.SecurityException: Cannot set up certs for trusted CAs
at javax.crypto.b.<clinit>([DashoPro-V1.2-120198])
at javax.crypto.Cipher.getInstance([DashoPro-V1.2-120198])
at com.sabre.res.base.security.Cryptography.encrypt(Cryptography.java:55)