Unable to start Oracle Identity Federation using EM Console
Error:
weblogic.application.ModuleException: [HTTP:101216]Servlet: "spmanager" failed to preload on startup in Web application: "/fed".
java.lang.RuntimeException: The server could not initialize properly: oracle.security.fed.sec.util.KeySourceException: Invalid/unsupported key store or incorrect password. Please verify that the password is correct and the store is a valid PKCS#12 PFX wallet or Java KeyStore file.
Solution
Need to set below settings in the nodemanager.properites file
CrashRecoveryEnabled=true
StartScriptEnabled=true
This Worked for me
Alternate Solution
The Keystore entries might be different on OIF Nodes. Config.xml has entries for keystore and it should be same on both the nodes.
1) Copy the config.xml file from from Node 1 -> Node 2.
2) Start the weblogic server with below mentioned command on Node 2.
$MW_HOME/
No comments:
Post a Comment