[
https://issues.apache.org/jira/browse/FINERACT-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17543443#comment-17543443
]
Témi Messmer commented on FINERACT-1224:
----------------------------------------
Hello [~vorburger], I would like to solve this issue. I think this is because
the byte[] resizedImageBytes in
[https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/api/ImagesApiResource.java#L168]
is null.
> 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
> Priority: Critical
> Labels: beginner, technical
>
> 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.20.7#820007)