Install Cognos 8.4 on WAS 7 JCAM_Crypto_JNI Error

Hello!

Cognos 8.4 64bit
WAS 7 64bit
AIX 6.1
DB2 9.7 64bit

JAVA_HOME=/usr/IBM/WebSphere/AppServer/java
Export environment variable LIBPATH=/usr/cognos/c8_64/bin

Create variable in was: application servers/server2/process definition/environment entries
LIBPATH=/usr/cognos/c8_64/bin

install p2pd.ear on was7

Then restart server instance and got error:
Java.lang.UnsatisfiedLinkError: JCAM_Crypto_JNI (a file or directory in the path name does not exist)
Java.lang.NoClassDefFoundError: com.cognos.accman.jcam.crypto.jni.JNISystemProperties (initialization failure)

What should I do?

The problem is solved:
Just copy bcprov-jdk from cognos_location/bin64 (only for 64 bit) not from cognos_location/bin

thanks you for sharing your solution! :slight_smile: