Submitting forms on the support site are temporary unavailable for schedule maintenance. If you need immediate assistance please contact technical support. We apologize for the inconvenience.
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.