Screenshots are not updated anymore.
If you are running iObeya 4.6 or later, you just have to restart the iObeya application and it should solve this issue.
If you are running a version of iObeya previous to 4.6 follow the instructions below:
- You must check in the administration interface that the Screenshot Jobs are not blocked.
- Go to SETTINGS/Jobs.
- Look for “ScreenshotTask” and check the date in the column “Next Time”.
- If this date is not in the future it indicates that the job is blocked.
- To return to normal please proceed as follows:
- Stop Tomcat
- Run these requests on the iObeya database
DELETE FROM QRTZ_LOCKS;
DELETE FROM QRTZ_SCHEDULER_STATE;
DELETE FROM QRTZ_FIRED_TRIGGERS;
DELETE FROM QRTZ_PAUSED_TRIGGER_GRPS;
DELETE FROM QRTZ_CALENDARS;
DELETE FROM QRTZ_BLOB_TRIGGERS;
DELETE FROM QRTZ_SIMPROP_TRIGGERS;
DELETE FROM QRTZ_CRON_TRIGGERS;
DELETE FROM QRTZ_SIMPLE_TRIGGERS;
DELETE FROM QRTZ_TRIGGERS;
DELETE FROM QRTZ_JOB_DETAILS; - Restart Tomcat
If this still does not solve your issue, please contact the iObeya Support Team for assistance.