Jump to content
We've recently updated our Privacy Statement, available here ×

ERROR ReportExecutionJob,quartzScheduler_Worker-1:363 - error.generating.report


tony1902juno.com
Go to solution Solved by Paul Jimenez,

Recommended Posts

Hi there,

Could someone please help on how to trace and disable a scheduler that keeps firing with an error and causes an OutOfMemoryError Java heap space

Here is what am seeing in the log:
 

2019-11-26 04:30:05,373 ERROR ReportExecutionJob,quartzScheduler_Worker-1:363 - The report was not completed. An error occurred while executing it. (Error UID: cd0f70c7-0f2c-4f24-afbc-74d1ec4f55a3)……………………..Caused by: com.jaspersoft.jasperserver.multipleTenancy.MTResourceNotVisibleException: Path /Admin_Reporting/v635/audit/domains/AuditDomain_files/audit_schema.properties is not visible in organization context Multitenancy context: organization2019-11-26 04:30:05,374 ERROR ReportExecutionJob,quartzScheduler_Worker-1:363 - error.generating.report (Error UID: a2592c20-09fd-44c3-bf30-114882abe54d)[/code]

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Solution

Hello,

Did you enable auditing? From your error, this looks like something is wrong with the AuditDomain. More information on auditing can be found here:

https://community.jaspersoft.com/documentation/tibco-jasperreports-server-administrator-guide/v720/configuring-auditing-and

I would suggest disabling that if it is enabled to see if that resolves the issue and looking to see if you have any audit reports scheduled.

Regards,

Paul

Link to comment
Share on other sites

Thank you Paul,  yes you are right, after disabling auditing and monitoring, I don’t see any exceptions in the log.

Do you have any idea what could have been wrong with AuditDomain?

Thanks again

Tony

looks like after an hour the quartz Scheduler fired again with the same exception even after I disabling auditing and monitoring

26-Nov-2019 21:07:22.238 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in 72730 ms2019-11-26 22:00:01,279 ERROR AdHocViewReportLoadingService,quartzScheduler_Worker-2:156 - You may not access resources which do not belong to your organization.com.jaspersoft.jasperserver.multipleTenancy.MTResourceNotVisibleException: You may not access resources which do not belong to your organization.Arguments:....    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:557)Caused by: com.jaspersoft.jasperserver.multipleTenancy.MTResourceNotVisibleException: Path /Admin_Reporting/v635/audit/domains/AuditDomain_files/audit_schema.properties is not visible in organization context Multitenancy context: organizationArguments:    at com.jaspersoft.jasperserver.multipleTenancy.DefaultPathTransformer.toExternalPath(DefaultPathTransformer.java:145)    ... 73 more2019-11-26 22:00:01,298 ERROR ReportExecutionJob,quartzScheduler_Worker-2:363 - The report was not completed. An error occurred while executing it. (Error UID: 21f368bd-1376-4a3a-91c7-ffd4b8fb798e)com.jaspersoft.jasperserver.api.JSExceptionWrapper:com.jaspersoft.jasperserver.multipleTenancy.MTResourceNotVisibleException: You may not access resources which do not belong to your organization.Arguments:    at com.jaspersoft.jasperserver.multipleTenancy.DefaultPathTransformer.toExternalPath(DefaultPathTransformer.java:149)  Caused by: com.jaspersoft.jasperserver.multipleTenancy.MTResourceNotVisibleException: Path /Admin_Reporting/v635/audit/domains/AuditDomain_files/audit_schema.properties is not visible in organization context Multitenancy context: organizationArguments:    at com.jaspersoft.jasperserver.multipleTenancy.DefaultPathTransformer.toExternalPath(DefaultPathTransformer.java:145)    ... 73 more2019-11-26 22:00:01,300 ERROR ReportExecutionJob,quartzScheduler_Worker-2:363 - error.generating.report (Error UID: 08f19951-4371-47d9-b148-f1dece13883c)org.quartz.JobExecutionException: Did not find report result for {paginated: false, maxPageHeight: null, maxPageWidth: null}[/code]


   

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...