Currently, Jira doing CronJob every 10 minutes in eazyBI, and the following error is being output in that job.
1049144 rufus-scheduler intercepted an error:
1049144 job:
1049144 Rufus::Scheduler::CronJob "*/10 * * * " {}
1049144 error:
1049144 1049144
1049144 ActiveRecord::StatementInvalid
1049144 Java::JavaSql::SQLRecoverableException: Closed Connection: SELECT “REGULAR_JOBS”. FROM “REGULAR_JOBS” WHERE “REGULAR_JOBS”.“JOB_NAME” = :a1 AND ROWNUM <= 1
Can you tell me what this does and why it’s not working?