You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Michael Vorburger (Jira)" <ji...@apache.org> on 2020/05/06 17:56:00 UTC

[jira] [Created] (FINERACT-933) ArrayIndexOutOfBoundsException at ClientPersonImportHandler

Michael Vorburger created FINERACT-933:
------------------------------------------

             Summary: ArrayIndexOutOfBoundsException at ClientPersonImportHandler
                 Key: FINERACT-933
                 URL: https://issues.apache.org/jira/browse/FINERACT-933
             Project: Apache Fineract
          Issue Type: Bug
    Affects Versions: 1.4.0
            Reporter: Michael Vorburger


See FINERACT-932 for general background, and determine if this error log can and should be "fixed", or if this represents a condition that shouldn't be logged as an error (or conclude that this is a totally valid error log that is useful, any why):

{code}java.lang.ArrayIndexOutOfBoundsException: 1
at org.apache.fineract.infrastructure.bulkimport.importhandler.client.ClientPersonImportHandler.readClient (ClientPersonImportHandler.java:149)
at org.apache.fineract.infrastructure.bulkimport.importhandler.client.ClientPersonImportHandler.readExcelFile (ClientPersonImportHandler.java:75)
at org.apache.fineract.infrastructure.bulkimport.importhandler.client.ClientPersonImportHandler.process (ClientPersonImportHandler.java:64)
at org.apache.fineract.infrastructure.bulkimport.service.BulkImportEventListener.onApplicationEvent (BulkImportEventListener.java:143)
at org.apache.fineract.infrastructure.bulkimport.service.BulkImportEventListener.onApplicationEvent (BulkImportEventListener.java:47)
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener (SimpleApplicationEventMulticaster.java:172)
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener (SimpleApplicationEventMulticaster.java:165)
at org.springframework.context.event.SimpleApplicationEventMulticaster.lambda$multicastEvent$0 (SimpleApplicationEventMulticaster.java:136)
at java.lang.Thread.run (Thread.java:748){code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)