[
https://issues.apache.org/jira/browse/FINERACT-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17160679#comment-17160679
]
Michael Vorburger edited comment on FINERACT-1035 at 7/19/20, 1:13 PM:
-----------------------------------------------------------------------
[~ptuomola] there are no new errors in reporting on fineract.dev... :( Today we
only got new instances of FINERACT-955 (and FINERACT-1067 and FINERACT-1085),
but... that's probably it! The {{/api/v1/loans/8/documents}} that you mention
above islooks like it's handled by
[DocumentManagementApiResource.java|https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/api/DocumentManagementApiResource.java]
(agreed?) and that uses
[DocumentWritePlatformServiceJpaRepositoryImpl.java|https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/service/DocumentWritePlatformServiceJpaRepositoryImpl.java]
which uses
{{org.apache.fineract.infrastructure.documentmanagement.contentrepository}}
which really means the error that [~muskankhedia] found here is _*"just"*_ due
to FINERACT-955! I'm thus making this Blocked By that. Feeling stupid for
nothing having made the connection earlier.
was (Author: vorburger):
[~ptuomola] there are no new errors in reporting on fineract.dev... :( Today we
only got new instances of FINERACT-955 (and FINERACT-1067 and FINERACT-1085),
but... that's probably it! The {{/api/v1/loans/8/documents}} that you mention
above is looks like it's handled by
github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/api/DocumentManagementApiResource.java
(would you agree?) and that uses
[https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/java/org/apache/fineract/infrastructure/documentmanagement/service/DocumentWritePlatformServiceJpaRepositoryImpl.java]
which uses
{{org.apache.fineract.infrastructure.documentmanagement.contentrepository}}
which really means the error that [~muskankhedia] found here is "just" due to
FINERACT-955! I'm thus making this Blocked By that. Feeling stupid for nothing
having made the connection earlier.
> Facing error while uploading document in 'Load Documents Tab' in the loans
> module
> ---------------------------------------------------------------------------------
>
> Key: FINERACT-1035
> URL: https://issues.apache.org/jira/browse/FINERACT-1035
> Project: Apache Fineract
> Issue Type: Bug
> Components: Loan
> Affects Versions: 1.2.0
> Environment: OS: Fedora 32
> Reporter: Muskan Khedia
> Assignee: Michael Vorburger
> Priority: Critical
> Labels: patch
> Attachments: Screenshot from 2020-06-10 22-40-55.png
>
>
> Currently, I am using the *staging.mifos.io* server and while making a POST
> request to load documents in the loans account, I am receiving an Internal
> 500 Error.
> Steps to reproduce:
> 1. Open the link: [https://staging.mifos.io/#/viewloanaccount/25]
> 2. Click on the *Loan Documents Tab*
> 3. Click on the *Upload Button*
> 4. A form with the option to upload a document will appear, try uploading any
> document.
> I have also attached the screenshot of the error with the network console
> returning the 500 Internal Error.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)