Data integrity check is already running

Hi Community,
I have a problem running the Data integrity check, when I run it, it takes a long time and not giving a response. when I stop/close the application and rerun the Data integrity check it gives me the error message "Data integrity check is already running ", can you help with this? how to fix what is the cause of the problems?
Best regards


cc: @Rene

Hi @Beruck

Thank you for your post. What version of DHIS2 are you using? Could you check the Network log and Console log (DevTools [F12] → Network tab + Console tab) and see if there are errors? Probably, the Catalina.out log contains more details to why this could be occurring.

The info above is necessary to figure out what is going on; however, there could be a couple of suggestions that might help resolve this issue:

  1. Running Maintenance (Clear application cache and reload apps) in the Data Administration app could resolve the issue
  2. Please check that there isn’t any other browser/tab running the same process at the same time. It might help to close all the browser sessions and open in the Guest mode of your browser ( Browse Chrome as a guest - Computer - Google Chrome Help)
  3. If none of the above solves the issue, please try to restart the server

Again, if none of the suggestions above help, please share more info and logs. Thanks!

Hi @Gassim ,
when I post the URL (https://domainName/api/dataIntegrity)in the browser it gives me response, but when we try to run the Data integrity check from the Data administration app it takes a longer time and not give a response, I also did restart the server, it still exists the problems.
Best regards

Okay, I see. Could you restart the server, and then run Data integrity check as the first thing after starting the instance, and then check the Catalina.out log? Would you please share the log (without authentication/sensitive info)?

Thanks!

Okay, I will,
Thanks

1 Like

Hi @Gassim ,
Here is the log information

 INFO  2023-10-19T16:25:37,404 Authentication event: AuthenticationSuccessEvent; username: Johan_Smith; ip: 105.184.70.107; sessionId: 68534c21c40721b35fa189f860ead1a3b498aa928d308451cc92bcdd0deb8137 (AuthenticationLoggerListener.java [http-nio-8080-exec-3]) IDaFNMIcQHIbNfoYn4YOrRo7SYqpKNMIRRzJK83Q3rgTc= 
* INFO  2023-10-19T16:26:06,143 Scheduler initiated execution of job: JobConfiguration{uid='PJEeTgpBtIg', name='runDataIntegrity', jobType=DATA_INTEGRITY, cronExpression='null', delay='null', jobParameters=org.hisp.dhis.scheduling.parameters.DataIntegrityJobParameters@22b59c51, enabled=true, inMemoryJob=true, lastRuntimeExecution='null', userUid='KZUx0bLKAdX', leaderOnlyJob=false, jobStatus=null, nextExecutionTime=null, lastExecutedStatus=NOT_STARTED, lastExecuted=null} (DefaultSchedulingManager.java [http-nio-8080-exec-4]) ID2kkNko20P8vXU0vl41p9Yn8WHVuYk9VXALjSVgNAum4= 
* INFO  2023-10-19T16:26:06,180 Starting data integrity job (NotificationLoggerUtil.java [taskScheduler-17]) UID:PJEeTgpBtIg 
* INFO  2023-10-19T16:26:06,288 [DATA_INTEGRITY PJEeTgpBtIg] Process started: Data Integrity check (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg 
* INFO  2023-10-19T16:26:06,288 [DATA_INTEGRITY PJEeTgpBtIg] Stage started: Data Integrity details checks (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg 
* WARN  2023-10-19T16:36:07,225 [DATA_INTEGRITY PJEeTgpBtIg] Process aborted after 10m0.937s: aborted after error: org.hibernate.exception.GenericJDBCException: could not extract ResultSet (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg 
* ERROR 2023-10-19T16:36:07,225 [DATA_INTEGRITY PJEeTgpBtIg] Item failed after 10m0.095s: org.hibernate.exception.GenericJDBCException: could not extract ResultSet (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg 
javax.persistence.PersistenceException: org.hibernate.exception.GenericJDBCException: could not extract ResultSet
	at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1602) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hisp.dhis.organisationunit.hibernate.HibernateOrganisationUnitStore.getOrganisationUnitsViolatingExclusiveGroupSets(HibernateOrganisationUnitStore.java:135) ~[dhis-service-core-2.38.4.3.jar:?]
	at org.hisp.dhis.organisationunit.DefaultOrganisationUnitService.getOrganisationUnitsViolatingExclusiveGroupSets(DefaultOrganisationUnitService.java:422) ~[dhis-service-core-2.38.4.3.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) ~[spring-aop-5.3.24.jar:5.3.24]
	at com.sun.proxy.$Proxy160.getOrganisationUnitsViolatingExclusiveGroupSets(Unknown Source) ~[?:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.getOrganisationUnitsViolatingExclusiveGroupSets(DefaultDataIntegrityService.java:461) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.lambda$registerNonDatabaseIntegrityCheck$5(DefaultDataIntegrityService.java:525) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.lambda$runDetailsChecks$12(DefaultDataIntegrityService.java:842) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.lambda$runDataIntegrityChecks$15(DefaultDataIntegrityService.java:891) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.JobProgress.runStage(JobProgress.java:299) ~[dhis-api-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.JobProgress.runStage(JobProgress.java:254) ~[dhis-api-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.runDataIntegrityChecks(DefaultDataIntegrityService.java:885) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.runDetailsChecks(DefaultDataIntegrityService.java:841) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.getReport(DefaultDataIntegrityService.java:629) ~[dhis-service-administration-2.38.4.3.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) ~[spring-aop-5.3.24.jar:5.3.24]
	at com.sun.proxy.$Proxy288.getReport(Unknown Source) ~[?:?]
	at org.hisp.dhis.dataintegrity.jobs.DataIntegrityJob.runReport(DataIntegrityJob.java:95) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.jobs.DataIntegrityJob.execute(DataIntegrityJob.java:76) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.AbstractSchedulingManager.execute(AbstractSchedulingManager.java:285) ~[dhis-service-core-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.DefaultSchedulingManager.lambda$executeNow$4(DefaultSchedulingManager.java:193) ~[dhis-service-core-2.38.4.3.jar:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-5.3.27.jar:5.3.27]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
	at java.lang.Thread.run(Thread.java:829) ~[?:?]
Caused by: org.hibernate.exception.GenericJDBCException: could not extract ResultSet
	at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2693) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.list(Loader.java:2655) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	... 50 more
Caused by: org.postgresql.util.PSQLException: ERROR: canceling statement due to user request
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:496) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:413) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:190) ~[postgresql-42.5.3.jar:42.5.3]
	at org.postgresql.jdbc.PgPreparedStatement.executeQuery(PgPreparedStatement.java:134) ~[postgresql-42.5.3.jar:42.5.3]
	at com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:1471) ~[c3p0-0.9.5.5.jar:0.9.5.5]
	at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.getResultSet(Loader.java:2303) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2056) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2018) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doQuery(Loader.java:948) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.doList(Loader.java:2849) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.listUsingQueryCache(Loader.java:2693) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.Loader.list(Loader.java:2655) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) ~[hibernate-core-5.4.28.Final.jar:5.4.28.Final]
	... 50 more
* ERROR 2023-10-19T16:36:07,238 [DATA_INTEGRITY PJEeTgpBtIg] Stage failed after 10m0.949s: processing aborted: cancelled as failing item caused request for cancellation (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg 
java.lang.RuntimeException: processing aborted: cancelled as failing item caused request for cancellation
	at org.hisp.dhis.scheduling.ControlledJobProgress.cancellationAsAbort(ControlledJobProgress.java:339) ~[dhis-service-core-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.ControlledJobProgress.failedStage(ControlledJobProgress.java:211) ~[dhis-service-core-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.JobProgress.runStage(JobProgress.java:309) ~[dhis-api-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.JobProgress.runStage(JobProgress.java:254) ~[dhis-api-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.runDataIntegrityChecks(DefaultDataIntegrityService.java:885) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.runDetailsChecks(DefaultDataIntegrityService.java:841) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.DefaultDataIntegrityService.getReport(DefaultDataIntegrityService.java:629) ~[dhis-service-administration-2.38.4.3.jar:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
	at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
	at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
	at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:344) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:119) ~[spring-tx-5.3.27.jar:5.3.27]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.3.24.jar:5.3.24]
	at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:215) ~[spring-aop-5.3.24.jar:5.3.24]
	at com.sun.proxy.$Proxy288.getReport(Unknown Source) ~[?:?]
	at org.hisp.dhis.dataintegrity.jobs.DataIntegrityJob.runReport(DataIntegrityJob.java:95) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.dataintegrity.jobs.DataIntegrityJob.execute(DataIntegrityJob.java:76) ~[dhis-service-administration-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.AbstractSchedulingManager.execute(AbstractSchedulingManager.java:285) ~[dhis-service-core-2.38.4.3.jar:?]
	at org.hisp.dhis.scheduling.DefaultSchedulingManager.lambda$executeNow$4(DefaultSchedulingManager.java:193) ~[dhis-service-core-2.38.4.3.jar:?]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) ~[spring-context-5.3.27.jar:5.3.27]
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) ~[?:?]
	at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
	at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
	at java.lang.Thread.run(Thread.java:829) ~[?:?]
* INFO  2023-10-19T16:36:07,239 [DATA_INTEGRITY PJEeTgpBtIg] Process completed after 0s (ControlledJobProgress.java [taskScheduler-17]) UID:PJEeTgpBtIg```

Hi @Beruck

It looks like a Data Integrity job is scheduled using the Schedular app which is running during start up and then when you manually run it using the app the error appears. Could you stop the scheduled job for the time being, restart the whole maintenance process, and then run the data integrity check again?

It might show a different error at this point but if it does then we know why we saw the previous error. If new errors appear, please share.

Thanks!

Hi @Gassim ,
Thank you for being so supportive, I have looked at the schedule app and there is no schedule for Data Integrity to run, I attached the screenshot, is there any suggestion you can say