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
I've tried to make use of hawtio quartz plugin and stepped into following problem:
java.lang.Exception : Couldn't store trigger 'DEFAULT.MT_59e6dt8aifk80' for 'DEFAULT.ExampleTrigger' job:The job (DEFAULT.ExampleTrigger) referenced by the trigger does not exist.
while trying to fire trigger manually. The problem is that first parameter in triggerJob method should be job name but currently trigger name is passed. Why is that? After retrying http request from browser console and changing first parameter, everything works perfectly.
Hi,
I've tried to make use of hawtio quartz plugin and stepped into following problem:
while trying to fire trigger manually. The problem is that first parameter in
triggerJob
method should be job name but currently trigger name is passed. Why is that? After retrying http request from browser console and changing first parameter, everything works perfectly.I think this is the invocation place:
hawtio-next/packages/hawtio/src/plugins/quartz/triggers/TriggersManualModal.tsx
Line 33 in 894b7c3
The text was updated successfully, but these errors were encountered: