Saturday, January 9, 2016

Impossible to decrypt the method server response in D2

PROBLEM: D2 throwing error on statup - Unable to see repositories or D2-config screen
CAUSE: Missing lockbox configuration and RSA library files.
RESOLUTION / REASON : Re-configure lockbox for Application server, provided RSA library files.

STEPS:
  • Place the crypto-J 6.1.2 lib jar files in ../webapps/D2/WEB-INF/lib folder, and ../webapps/D2-Config/WEB-INF/lib folder.
    • cryptoj.jar
    • cryptpjce.jar
    • ceyptojcommon.jar
    • jcm.jar
    • jcmandroidfips.jar
    • jcmFIPS.jar
    • util.jar
  • Set jnlp.com.rsa.cryptoj.fips140loader=true in catalina.properties under Tomcat/conf/
  • regenerate the lockbox files for Application server making sure that it uses the same passphrase for both CS & APP SERVER.
  • Clear the Tomcat cache folder and restart Tomcat.

No comments:

Post a Comment