Closed NilukaSripalim closed 4 years ago
When debug the flow can see the root cause is "org.wso2.carbon.user.core.UserStoreException: Error occurred while reading the domain name for user id from database."
This can happen when the primary db is configured using 5.9 dbscripts and the UM_UUID_DOMAIN_MAPPER is not available. This issue need to be handled through migration. https://github.com/wso2/product-is/issues/7481
Tested Environment: DB: postgres 11.5 & 11.6 User store: JDBC unique Affected version: wso2is-5.10.0-beta OS: Mac OS X 10.13.6, x86_64 java version : 11.0.5
"Description" Unable to list secondary user store-user profile data via management console
Re test same scenario and only changed DB type to MSSQL 2017 I got same issue,
Issue is due to combination of user store, if I put Primary user store with default config and change Scenario 1: Secondary user store- JDBC unique Scenario 2: Secondary user store- JDBC , then there was no issue
Step to reproduce
Error log ERROR {org.wso2.carbon.identity.user.profile.ui.client.UserProfileCient} - org.wso2.carbon.identity.user.profile.stub.UserProfileMgtServiceUserProfileExceptionException: UserProfileMgtServiceUserProfileExceptionException
NOTE I already configure primary database as Postgres 11.6 & user store -JDBC