Open asekawa opened 2 days ago
Even though we can access the console with the above error trace, we are facing retrieval errors in the application section
https://github.com/user-attachments/assets/59483318-b941-4635-ba5c-556e527c86f2
Can you set following configs in the deployment toml and confirm whether the errors getting solved?
[data_storage_type]
xacml = "registry"
[identity.entitlement.policy_point.pdp]
policy_finders = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager"
policy_store_module = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager"
[identity.entitlement.policy_point.pap]
status_data_handlers = "org.wso2.carbon.identity.entitlement.SimplePAPStatusDataHandler"
Can you set following configs in the deployment toml and confirm whether the errors getting solved?
[data_storage_type] xacml = "registry" [identity.entitlement.policy_point.pdp] policy_finders = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager" policy_store_module = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager" [identity.entitlement.policy_point.pap] status_data_handlers = "org.wso2.carbon.identity.entitlement.SimplePAPStatusDataHandler"
@darshanasbg Was able to resolve the startup errors[1] after applying the above-mentioned configs, however the error notification in retrieving application still persists[2]
[1]https://github.com/wso2/product-is/issues/21618#issue-2635189255 [2]https://github.com/wso2/product-is/issues/21618#issuecomment-2461852143
Can you set following configs in the deployment toml and confirm whether the errors getting solved?
[data_storage_type] xacml = "registry" [identity.entitlement.policy_point.pdp] policy_finders = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager" policy_store_module = "org.wso2.carbon.identity.entitlement.persistence.RegistryPolicyPersistenceManager" [identity.entitlement.policy_point.pap] status_data_handlers = "org.wso2.carbon.identity.entitlement.SimplePAPStatusDataHandler"
@darshanasbg Was able to resolve the startup errors[1] after applying the above-mentioned configs, however the error notification in retrieving application still persists[2]
This is the expected behavior as above configs applicable only to the XACML feature.. The comment [2] is related to application-mgt, which have to be sort out separately.
Describe the issue:
Getting an error upon starting with Oracle RAC Database
How to reproduce:
Expected behavior:
Environment information (Please complete the following information; remove any unnecessary fields) :
Optional Fields
Related issues:
Suggested labels: