AddBootStrapCredential - Allocations 14.0
When Installing Allocations 14.0, everything goes according to plan and as shown in the Installation Guide until it's necessary to add bootstrap credentials using WLST.
The Policy Store is successfully re-associated to Database, and when adding the bootstrap credential in wlst.sh with the following command:
addBootStrapCredential(jpsConfigFile='/opt/oretail/middleware/user_projects/domains/ALCDomain/config/fmwconfig/jps-config.xml',map='OPSSSchemaMap', key='OPSSSchemaKey',username='ALC_OPSS', password='ALLOC14DEV')
I get the following message:
INFO: Cointaner is not ready at the point null
The problem is that afterwards, the installation of the application fails because of this.
What can be the issue here?