wso2 / financial-services-accelerator

WSO2 Open Banking Accelerator is a collection of technologies that increases the speed and reduces the complexity of adopting open banking compliance. Instead of building a solution from scratch, you can use WSO2 Open Banking Accelerator to meet all legislative requirements with additional benefits beyond compliance.
Apache License 2.0
8 stars 22 forks source link

[CDS-Toolkit] - Unable to retrieve accounts from shareable endpoint #141

Closed malshaniS closed 1 month ago

malshaniS commented 1 month ago

Description:

Screenshot 2024-10-11 at 11 49 37 AM Screenshot 2024-10-11 at 11 51 28 AM

IS Server Logs before the new patch

TID: [-1234] [] [2024-10-11 06:19:32,153] [1242ac9e-e611-460c-a75d-fa99c62e3f50] ERROR {com.wso2.openbanking.accelerator.authentication.data.publisher.internal.AuthenticationDataPublisherServiceComponent} - Failed to retrieve the authentication step relating to the authentication
TID: [-1234] [api/openbanking/consent] [2024-10-11 06:19:34,418] [581ef53a-4353-434f-9551-5b8800fcbec0] ERROR {org.wso2.openbanking.cds.consent.extensions.authorize.utils.CDSDataRetrievalUtil} - Retrieving sharable accounts failed
TID: [-1234] [api/openbanking/consent] [2024-10-11 06:19:34,418] [581ef53a-4353-434f-9551-5b8800fcbec0] ERROR {org.wso2.openbanking.cds.consent.extensions.authorize.impl.retrieval.CDSAccountListRetrievalStep} - Unable to load accounts data for the user: admin@wso2.com@carbon.super

IS server logs after the new patch

TID: [2024-10-11 06:19:33,733] ERROR {com.wso2.openbanking.accelerator.data.publisher.common.OBThriftDataPublisher} - Error while setting payload to publish data. {com.wso2.openbanking.accelerator.data.publisher.common.OBThriftDataPublisher}

Suggested Labels:

Suggested Assignees:

Affected Product Version:

OS, DB, other environment details and versions:

Steps to reproduce:

  1. Send consent authorisation request.
  2. Verify the profile selection page.

Related Issues:

anjuchamantha commented 1 month ago

This issue has caused due to a patched jar (cds demo backend war) which contained changes to remove spring in an incorrect manner.

Fixed with

malshaniS commented 1 month ago

Verified as Fixed