My Oracle Support Banner

Loan Repayment Not Working With OBRH (Doc ID 2986513.1)

Last updated on DECEMBER 17, 2023

Applies to:

Oracle Banking Digital Experience - Version 22.2.0.0.0 to 22.2.0.0.0 [Release 22]
Information in this document applies to any platform.

Symptoms

Loan Repayment is failing with OBRH.

ERROR
---------

While performing Loan Repayment the LOAN_DETAILS call in OBRH was getting failed with the below error -
{
  "message": "Reference $scheduleDueAmt evaluated to null when attempting to render at DEFAULTENTITY/OBDX/LOAN_DETAILS/LOAN_DETAILS_CON_ROUTE_FCUBS/LOAN_DETAILS_CON_TRANSFORM_FCUBS/ResponseTransformationTemplate[line 181, column 21]"
}

After adding a null check for the same value with the help Kernal it gave SUCCESS OBRH response but gave OBDX error "System Cannot Process"
On checking the attached logs we found that it was failing in this class "LoanAccountReadAssembler".
23 Oct 2023;08:57:20.495 [[ACTIVE] ExecuteThread: '28' for queue: 'weblogic.kernel.Default (self-tuning)'] 00625mvdjLUFs115zv5EiW00FT190003Nq ERROR com.ofss.digx.app.loan.service.account.core.LoanAccount - RuntimeException from createLoanSettlement for loanSettlementRequest com.ofss.digx.app.loan.dto.account.RepaymentDetailDTO@3007ccb9 in class com.ofss.digx.app.loan.service.account.core.LoanAccount
java.lang.NullPointerException: null
at com.ofss.digx.extxface.loans.impl.assembler.LoanAccountReadAssembler.fromResponse(LoanAccountReadAssembler.java:172)
at com.ofss.digx.extxface.loans.impl.LoanAccountAdapter.readLoanAccount(LoanAccountAdapter.java:317)
at com.ofss.digx.extxface.loans.impl.LoanAccountAdapter.createLoanSettlement(LoanAccountAdapter.java:461)
at com.ofss.digx.domain.loan.entity.account.repository.adapter.AbstractRemoteLoanAccountRespositoryAdapter.createLoanSettlement(AbstractRemoteLoanAccountRespositoryAdapter.java:270)

STEPS
--------
The issue can be reproduced at will with the following steps:
1. Login into OBDx
2. Navigate to Accounts --> Loan --> Loan Repayment.

BUSINESS IMPACT
----------------------
The issue has the following business impact:
Due to this issue, users cannot perform Loan repayment transaction.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Changes
Cause
Solution
References


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.