Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firing trigger results in "job does not exists" Exception #1049

Closed
mari6274 opened this issue Aug 1, 2024 · 0 comments · Fixed by #1294
Closed

Firing trigger results in "job does not exists" Exception #1049

mari6274 opened this issue Aug 1, 2024 · 0 comments · Fixed by #1294
Assignees
Labels
area/quartz kind/bug Something isn't working
Milestone

Comments

@mari6274
Copy link

mari6274 commented Aug 1, 2024

Hi,

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.

I think this is the invocation place:

quartzService.triggerJob(objectName, name, group, parameters)

@tadayosi tadayosi moved this from New to Todo in Kanban Board Aug 1, 2024
@tadayosi tadayosi added this to the 2024Q3 milestone Aug 1, 2024
@tadayosi tadayosi added kind/bug Something isn't working area/quartz labels Aug 1, 2024
@tadayosi tadayosi self-assigned this Aug 1, 2024
@tadayosi tadayosi moved this from Todo to In Progress in Kanban Board Aug 5, 2024
@tadayosi tadayosi modified the milestones: 2024Q3, 2024Q4 Oct 8, 2024
@tadayosi tadayosi moved this from In Progress to Todo in Kanban Board Oct 31, 2024
@tadayosi tadayosi modified the milestones: 2024Q4, 2025Q1 Jan 8, 2025
@tadayosi tadayosi moved this from Todo to In Progress in Kanban Board Jan 8, 2025
tadayosi added a commit to tadayosi/hawtio-next that referenced this issue Jan 8, 2025
@github-project-automation github-project-automation bot moved this from In Progress to Done in Kanban Board Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/quartz kind/bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants