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/10/20 09:59:00 UTC

[jira] [Commented] (FINERACT-1224) NullPointerException at Base64$Encoder.encode() in ImagesApiResource

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

Michael Vorburger commented on FINERACT-1224:
---------------------------------------------

I'm currently significantly rewriting the related code which is throwing this as part of FINERACT-1201, notably in https://github.com/apache/fineract/pull/1425.

> NullPointerException at Base64$Encoder.encode() in ImagesApiResource
> --------------------------------------------------------------------
>
>                 Key: FINERACT-1224
>                 URL: https://issues.apache.org/jira/browse/FINERACT-1224
>             Project: Apache Fineract
>          Issue Type: Bug
>            Reporter: Michael Vorburger
>            Assignee: Michael Vorburger
>            Priority: Blocker
>             Fix For: 1.5.0
>
>
> See FINERACT-932 for general background; I'm currently seeing this in logs of https://www.fineract.dev:
> {noformat} java.lang.NullPointerException: null
>         at java.util.Base64$Encoder.encode (Base64.java:264)
>         at java.util.Base64$Encoder.encodeToString (Base64.java:318)
>         at org.apache.fineract.infrastructure.documentmanagement.api.ImagesApiResource.retrieveImage (ImagesApiResource.java:144){noformat}



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