EAS not starting in EPM 11.1.2 with error Unable to open wallet


I was trying to migrate one of my BSO outline to ASO and in the process, EAS on a sudden stopped working.


I checked the logs and found some strange error messages in the log.


weblogic.security.SecurityInitializationException: The dynamic loading of the OPSS java security policy provider class oracle.security.jps.internal.policystore.JavaPolicyProvider failed due to problem inside OPSS java security policy provider. Exception was thrown when loading or setting the JPSS policy provider. Enable the debug flag -Djava.security.debug=jpspolicy to get more information. Error message: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
………………………………………………………………………………………


Caused By: oracle.security.jps.JpsException: [PolicyUtil] Exception while getting default policy Provider
…………………………………………………………………….


Caused By: oracle.security.jps.service.credstore.CredStoreException: PKI-02002: Unable to open the wallet. Check password.


I thought of restarting the server and when the server was up, Foundation Services stopped working with the same error.


If you come across the same error. (This resolution is provided in Oracle Support)


You will need to delete the corrupted wallet file and recreate it using the following steps:



  • Locate the WebLogic wallet file “cwallet.sso” located in  %ORACLE_MIDDLEWARE_HOME%/user_projects/domains/EPMSystem/config/fmwconfig/
  • Remove the cwallet.sso
  • Re-create the wallet file using orapki utility, for example:
    %ORACLE_MIDDLEWARE_HOME%/oracle_common/bin/orapki wallet create -wallet %ORACLE_MIDDLEWARE_HOME%/user_projects/domains/EPMSystem/config/fmwconfig -auto_login_only
  • Re-start the EPM Web Applications.



Thought of sharing this with wider audience 😉


About Celvin Kattookaran

I’m an EPM Consultant, my primary focus is on Hyperion Planning and Essbase. Some of you from Hyperion Support team might recognize me or have seen my support articles, I was with the WebAnalysis Support Team. I'm an Independent Consultant with “Intekgrate Corporation” based out of Aurora office. I’m from God’s Own Country (Kerala, India), lived in all southern states of India, Istanbul and Johannesburg (and of course United States). I’m core gamer :) and an avid reader. I was awarded Oracle ACE Director for my contributions towards EPM community.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 thoughts on “EAS not starting in EPM 11.1.2 with error Unable to open wallet