When using the container "oneidentity/oneim-api" provided by One Identity, any time the container restarts it registers a new entry in QBMWebApplication.
The oneim-api logs show the following:
Copying Web.config...
Replacing variables in C:/inetpub/wwwroot\Web.config
Creating QBMWebApplication with URL one-identity-manager-api/APIServer...
原因
This can occur when the BASEURL parameter is passed without a trailing "/".
The installer will search with the exact value in QBMWebApplication.BaseUrl. Without the trailing "/" it will not find a match because every QBMWebApplication.BaseUrl has a trailing slash (this is automatically added by the QBM Customizer). Without the "/" it will create a duplicate QBMWebApplication.
Defect 460949 has been assigned to this issue.
対策
WORKAROUND: When specifying the BASEURL, ensure a trailing slash "/" is added to the end of the URL. STATUS: Waiting for a fix to be included in Identity Manager.