0
We installed IBM websphere on a RHEL 6 server, and it came with its own version of java.
However, the encryption module on the box doesn't work, because it complains about :
java.security.InvalidKeyException: Illegal key size or default parameters
at javax.crypto.Cipher.a(DashoA13*..)
at javax.crypto.Cipher.init(DashoA13*..)
at javax.crypto.Cipher.init(DashoA13*..)
at com.cmsi.eValuate.Encryption.CryptoSafeNetImpl.decryptString(CryptoSafeNetImpl.java:286)
at com.cmsi.eValuate.Encryption.EncryptionModuleMain.decryptString(EncryptionModuleMain.java:224)
at
On searching the internet, they ask you to copy two policy files, US_policy.jar and export_policy.jar.
On using the policy.jar from an Oracle website, it causes Coldfusion admin to stop, and doesn't resolve the encryption problem.
On using the policy.jar from IBM website, it causes Coldfusion admin to stop, and doesn't resolve the encryption problem.
We are using Java 6 on our box. Can anyone point me in the right direction as to where the right policy files can be downloaded from?
It caused ColdFusion admin to crash, and ColdFusion stopped working – roymustang86 – 2013-06-05T17:54:45.900
What error message this time? – Chris – 2013-06-06T07:20:12.963
in CF server.log i see this "Warning","server.startup : 2","06/11/13","11:51:33",,"Datasource not found: origenate You must have JCE installed in your Java Runtime Evironment. The error was: javax.crypto.b (initialization failure)" – roymustang86 – 2013-06-11T16:42:52.007