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
When i have a job schedule to past date, the plugins get an Exception:
Caused by: org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
at org.quartz.core.QuartzScheduler.rescheduleJob(QuartzScheduler.java:1142)
at org.quartz.impl.StdScheduler.rescheduleJob(StdScheduler.java:321)
it's right, but this Exception prevents my application to startup.
It's possible to get only a error log? without Exception
The text was updated successfully, but these errors were encountered:
Hi,
When i have a job schedule to past date, the plugins get an Exception:
it's right, but this Exception prevents my application to startup.
It's possible to get only a error log? without Exception
The text was updated successfully, but these errors were encountered: