You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by Kigred Developer <ki...@gmail.com> on 2022/07/13 11:00:55 UTC

Error Running Custom Table Report

Hello Devs,

I created a Table Report which was running okay in fineract 1.6, after
moving to fineract 1.7 the same report fails with the error "The requested
resource is not available".

In tomcat I get this:
ESAPI: Not found in 'user.home' (/root) directory:
/root/esapi/validation.properties
ESAPI: Loading validation.properties via file I/O failed.
ESAPI: Attempting to load validation.properties via the classpath.
ESAPI: SUCCESSFULLY LOADED validation.properties via the CLASSPATH from '/
(root)' using current thread context class loader!
2022-07-13 10:41:19.228  INFO 552 --- [nio-8080-exec-5]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:41:21.875  INFO 552 --- [nio-8080-exec-1]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:41:23.422  INFO 552 --- [nio-8080-exec-2]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:41:25.153  INFO 552 --- [nio-8080-exec-4]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:41:26.295  INFO 552 --- [nio-8080-exec-3]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:41:27.493  INFO 552 --- [nio-8080-exec-7]
o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
Deposits Report (Table)   Type: report
2022-07-13 10:45:00.482 ERROR 552 --- [duler2_Worker-2]
org.quartz.core.JobRunShell              : Job DEFAULT.Update Email
Outbound with campaign messageJobDetail2 threw an unhandled Exception:

Other reports are table reports that are running just fine. How do I fix
this ?
Regards.
Wilfred

Re: Error Running Custom Table Report

Posted by Kigred Developer <ki...@gmail.com>.
On trying other reports I found that some other TABLE reports are also not
running, giving the same error.
This is the response:
{"developerMessage":"The requested resource is not
available.","httpStatusCode":"404","defaultUserMessage":"The requested
resource is not
available.","userMessageGlobalisationCode":"error.msg.resource.not.found","errors":[{"developerMessage":"Reporting
meta-data entry not found.","defaultUserMessage":"Reporting meta-data entry
not
found.","userMessageGlobalisationCode":"error.msg.report.name.not.found","parameterName":"id","value":null,"args":[{"value":"Report
Name: Aging Summary \\(Arrears in Weeks\\)"}]}]}

How do I fix this?
Regards.

On Wed, Jul 13, 2022 at 2:00 PM Kigred Developer <ki...@gmail.com>
wrote:

> Hello Devs,
>
> I created a Table Report which was running okay in fineract 1.6, after
> moving to fineract 1.7 the same report fails with the error "The requested
> resource is not available".
>
> In tomcat I get this:
> ESAPI: Not found in 'user.home' (/root) directory:
> /root/esapi/validation.properties
> ESAPI: Loading validation.properties via file I/O failed.
> ESAPI: Attempting to load validation.properties via the classpath.
> ESAPI: SUCCESSFULLY LOADED validation.properties via the CLASSPATH from '/
> (root)' using current thread context class loader!
> 2022-07-13 10:41:19.228  INFO 552 --- [nio-8080-exec-5]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:41:21.875  INFO 552 --- [nio-8080-exec-1]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:41:23.422  INFO 552 --- [nio-8080-exec-2]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:41:25.153  INFO 552 --- [nio-8080-exec-4]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:41:26.295  INFO 552 --- [nio-8080-exec-3]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:41:27.493  INFO 552 --- [nio-8080-exec-7]
> o.a.f.i.d.s.ReadReportingServiceImpl     : STARTING REPORT: Savings
> Deposits Report (Table)   Type: report
> 2022-07-13 10:45:00.482 ERROR 552 --- [duler2_Worker-2]
> org.quartz.core.JobRunShell              : Job DEFAULT.Update Email
> Outbound with campaign messageJobDetail2 threw an unhandled Exception:
>
> Other reports are table reports that are running just fine. How do I fix
> this ?
> Regards.
> Wilfred
>