You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Santosh Math (JIRA)" <ji...@apache.org> on 2018/11/02 07:30:00 UTC

[jira] [Created] (FINERACT-659) Not able to import loan transactions

Santosh Math created FINERACT-659:
-------------------------------------

             Summary: Not able to import loan transactions
                 Key: FINERACT-659
                 URL: https://issues.apache.org/jira/browse/FINERACT-659
             Project: Apache Fineract
          Issue Type: Bug
          Components: Loan
    Affects Versions: 1.1.0
            Reporter: Santosh Math
             Fix For: 1.2.0


While trying to import the loan, throwing the following error:

Exception in thread "SimpleAsyncTaskExecutor-258" java.lang.NumberFormatException: For input string: "1010000000001"

        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)

        at java.lang.Integer.parseInt(Integer.java:583)

        at java.lang.Integer.parseInt(Integer.java:615)

        at org.apache.fineract.infrastructure.bulkimport.importhandler.loanrepayment.LoanRepaymentImportHandler.readLoanRepayment(LoanRepaymentImportHandler.java:78)

        at org.apache.fineract.infrastructure.bulkimport.importhandler.loanrepayment.LoanRepaymentImportHandler.readExcelFile(LoanRepaymentImportHandler.java:70)

        at org.apache.fineract.infrastructure.bulkimport.importhandler.loanrepayment.LoanRepaymentImportHandler.process(LoanRepaymentImportHandler.java:60)

        at org.apache.fineract.infrastructure.bulkimport.service.BulkImportEventListener.onApplicationEvent(BulkImportEventListener.java:144)

        at org.apache.fineract.infrastructure.bulkimport.service.BulkImportEventListener.onApplicationEvent(BulkImportEventListener.java:48)

        at org.springframework.context.event.SimpleApplicationEventMulticaster$1.run(SimpleApplicationEventMulticaster.java:93)

        at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)