Hello Mentors,
I have back - dated and booked loans in mifos using the APIs and trying to
pay off or make prepayments of the loans at certain dates. However, I'm
able to make repayments when the installment is already due. However, for
installments that will be due in the future, I get a nullpointer exception
- excerpts below: I will appreciate any clue that will help me
resolve/avoid this error.
java.lang.NullPointerException: null
at
org.apache.fineract.portfolio.loanaccount.loanschedule.domain.AbstractLoanScheduleGenerator.updateAmountsBasedOnCurrentEarlyPayments(AbstractLoanScheduleGenerator.java:641)
~[AbstractLoanScheduleGenerator.class:na]
at
org.apache.fineract.portfolio.loanaccount.loanschedule.domain.AbstractLoanScheduleGenerator.generate(AbstractLoanScheduleGenerator.java:298)
~[AbstractLoanScheduleGenerator.class:na]
regards,
Jamal