You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2021/01/04 10:30:05 UTC

[GitHub] [fineract] Sugihiru commented on pull request #1548: Fineract 1157:UnsupportedOperationException at InteropServiceImpl

Sugihiru commented on pull request #1548:
URL: https://github.com/apache/fineract/pull/1548#issuecomment-753894168


   The server keeps throwing a HTTP 500 Internal Server Error even with the changes
   
   ```
   SEVERE: The RuntimeException could not be mapped to a response, re-throwing to the HTTP container
   org.springframework.web.client.HttpClientErrorException: 400 Not enough balance amount for requested amount plus fees!
   at org.apache.fineract.interoperation.service.InteropServiceImpl.prepareTransfer(InteropServiceImpl.java:368)
   ```
   
   Result from Postman : 
   ```
   {
       "timestamp": 1609755895161,
       "status": 500,
       "error": "Internal Server Error",
       "message": "",
       "path": "/fineract-provider/api/v1/interoperation/transfers"
   }
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org