wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
727 stars 711 forks source link

Unable to startup the IS 5.11 With Oracle Rac DB[19c] #20587

Open asekawa opened 5 days ago

asekawa commented 5 days ago

Describe the issue:

Unable to startup the IS 5.11 With Oracle Rac DB [19c], due to getting following error traces

[2024-06-25 16:30:02,511] [] ERROR {org.wso2.carbon.identity.scim.common.internal.SCIMCommonComponent} - Error occurred while setting SCIM attributes for the Admin org.wso2.carbon.user.core.UserStoreException: Error in adding SCIM metadata to the admin in tenant domain: carbon.super How to reproduce:

is.docs.wso2.com/en/latest/deploy/configure/databases/carbon-database/change-to-oracle-rac Expected behavior:

Environment information (Please complete the following information; remove any unnecessary fields) :


Optional Fields

Related issues:

Suggested labels:

ThaminduR commented 5 days ago

This issue is occurring because there are some missing entries in the IDN_CLAIM and IDN_CLAIM_MAPPING tables. Further investigation is needed to determine why these entries were not added during the server startup.

Once the missing entries were added, the server started up, but there were still missing records in different tables, indicating data loss during the initial server startup.

A possible cause could be the connection being terminated abruptly due to the slowness of the database instance itself.