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:57:00 UTC

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

Michael Vorburger created FINERACT-1224:
-------------------------------------------

             Summary: 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


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)