[
https://issues.apache.org/jira/browse/FINERACT-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16752073#comment-16752073
]
Santosh Math commented on FINERACT-157:
---------------------------------------
Fixed with PR 119.
> Query share accounts returns Internal server error
> --------------------------------------------------
>
> Key: FINERACT-157
> URL: https://issues.apache.org/jira/browse/FINERACT-157
> Project: Apache Fineract
> Issue Type: Bug
> Components: Shares
> Reporter: Terence Denzil Monteiro
> Assignee: subramanyasn
> Priority: Major
>
> When making a GET request with URL /fineract-provider/api/v1/accounts/share,
> a list of share accounts should be returned as in the API docs
> https://demo.openmf.org/api-docs/apiLive.htm#shareaccount_list. Instead the
> platform responds with:
> {
> "timestamp": 1463490341729,
> "status": 500,
> "error": "Internal Server Error",
> "exception": "java.lang.NullPointerException",
> "message": null
> }
> This API should return a list of shares, which can be limited by paging and
> truncation of records if response size needs to be limited, but it should
> send back a sane response.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)