I'm trying to get a Documentum Docker 23.4 environment working but keep running into the same issue. The docbase will boot and work the first time after installation, but every subsequent attempt, I get the following error:
[DM_STARTUP_W_DOCBASE_OWNER_NOT_FOUND] *** warning *** : The database user, dctm as specified by your server.ini is not a valid user as determined using the system password check api. This will likely severly impair the operation of your docbase.
[DM_CRYPTO_F_KEYSTORE_INIT]fatal: "Failed to initialize keystore at /opt/dctm/dba/secure/aek. Internal error - 1057226525"
I have performed the following steps:
- Windows 11 host
- Docker 24.0.7
- Documentum Content Server 23.4 docker image
- Postgres 15.5 docker image
- Setup the Postgres 15.5 DB using docker image
- Set the required parameters for the Documentum Content Server yaml file and run the docker-compose command to install the docbase
- Check the docbase installs correctly by checking the install logs in /opt/dctm_docker/logs/
- After install, restart the docbroker + docbase. Check the docbase logs within /opt/<docbase>/dba/logs/<docbase>.log
- Run IDQL and check that it logs in and queries can be performed. All works correctly.
- Now, shutting down the docbase, stopping the docker images, and restarting them, the docbase will no longer boot and I receive the [DM_STARTUP_W_DOCBASE_OWNER_NOT_FOUND] and [DM_CRYPTO_F_KEYSTORE_INIT] messages.
Has anyone seen this problem? Or got around it? Many thanks