Error:
Three file events stopped triggering. The next trigger time is stuck in the past for these events and they have not fired since yesterday.
In the System Logs, similar errors like the following are being posted every minute for each event.
org.quartz.JobPersistenceException: Couldn't update job data: data exception: string data, right truncation [See nested exception: java.sql.SQLDataException: data exception: string data, right truncation]
Cause:
A file event needs to reference all the meta data from the directory to trigger. If there are too many files in the directory, this error may appear
Solution:
We would recommend using an archive process within your flow to save these files to an alternate location. Then you can enable the "delete on success" to prevent this issue from happening in the future.
Comments
0 comments
Please sign in to leave a comment.