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

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

    [ https://issues.apache.org/jira/browse/FINERACT-933?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119230#comment-17119230 ] 

Natasha Natarajan commented on FINERACT-933:
--------------------------------------------

draft PR [#949|https://github.com/apache/fineract/pull/949]

> 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
>            Assignee: Natasha Natarajan
>            Priority: Major
>             Fix For: 1.4.0
>
>
>  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}
> 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)