Ran into this where someone had created a WebCenter environment on a Windows server and I couldn’t get it to run after the first server restart. The error in the logs was:
JPS-06514: Opening of file based keystore failed.
Turns out that the credentials don’t get created correctly for the domain path in Windows all of the time. The fix was to go to the domain folder, right click and:
- Go to Properties
- choose the Security tab
- click Advanced
- click on the entry for Administrators Group
- click change permissions
- click on the entry Administrators Group
- check box “Replace all child object permissions with inheritable permissions from this object”
- click “OK”
© Scott S. Nelson