You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scheduled report likely running when Stroom was shutdown, produced an error stream.
[null] ERROR: java.lang.RuntimeException
at stroom.query.common.v2.ResultStoreManager.destroy(ResultStoreManager.java:514)
at stroom.analytics.impl.ReportExecutor.process(ReportExecutor.java:244)
at stroom.analytics.impl.ReportExecutor.process(ReportExecutor.java:94)
at stroom.analytics.impl.AbstractScheduledQueryExecutor.lambda$execute$14(AbstractScheduledQueryExecutor.java:266)
at stroom.analytics.impl.AnalyticErrorWriter.exec(AnalyticErrorWriter.java:72)
at stroom.analytics.impl.AbstractScheduledQueryExecutor.execute(AbstractScheduledQueryExecutor.java:262)
at stroom.analytics.impl.AbstractScheduledQueryExecutor.lambda$executeIfScheduled$12(AbstractScheduledQueryExecutor.java:221)
at stroom.task.impl.TaskContextFactoryImpl.lambda$wrap$2(TaskContextFactoryImpl.java:253)
at stroom.util.logging.LocationAwareLambdaLogger.logDurationIfDebugEnabled(LocationAwareLambdaLogger.java:307)
at stroom.task.impl.TaskContextFactoryImpl.lambda$wrap$4(TaskContextFactoryImpl.java:253)
at stroom.util.pipeline.scope....
Due to the above error, the report disabled the execution filter.
Can running reports be made resistant to a shutdown(maybe event a forced one) please.
The text was updated successfully, but these errors were encountered:
Scheduled report likely running when Stroom was shutdown, produced an error stream.
Due to the above error, the report disabled the execution filter.
Can running reports be made resistant to a shutdown(maybe event a forced one) please.
The text was updated successfully, but these errors were encountered: