posted 14 years ago
We migrated the app from WAS51 to WAS61. We are facing issues with JCE.
Below is the error that is seen in the system error log...
The library files used are:
1. sunjce_provider.jar
2. jce1_2_2.jar
3. US_export_policy.jar
4. local_policy.jar
All these library files are in <App.war>/WEB-INF/lib directories and their mainfest says that they are created with 1.3.1 version.
The code that is causing the issue is given below:
1. Is this error because of jar files or their versions? (or)
2. Is this error because of permission issues like (was.policy), (server.policy) settings ?
Any thoughts would be helpful.
Thanks,
Renga