This issue has been created
 
 
Change Request Application / cid:jira-generated-image-avatar-fa796da5-fc2e-4fa0-b978-63921512be91 CRAPP-379 Open

Stacktrace error related to scheduler

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-0af63810-fdf7-45a7-8161-f6df20fb17b2 Simon Urli created this issue on 23/Jun/25 14:35
 
Summary: Stacktrace error related to scheduler
Issue Type: cid:jira-generated-image-avatar-fa796da5-fc2e-4fa0-b978-63921512be91 Bug
Affects Versions: 1.16
Assignee: Unassigned
Created: 23/Jun/25 14:35
Priority: cid:jira-generated-image-static-major-810bc89a-5150-4c3a-9541-aac0c906a0c3 Major
Reporter: Simon Urli
Description:

Found the following stacktrace in logs:

2025-06-23 12:00:03,772 [DefaultQuartzScheduler_Worker-9] ERROR o.q.c.ErrorLogger              - Job (DEFAULT.commons:ChangeRequest.Code.StaleChange
RequestCloser_0 threw an exception. 
org.quartz.SchedulerException: Job threw an unhandled exception.
        at org.quartz.core.JobRunShell.run(JobRunShell.java:213)
        at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
Caused by: java.lang.RuntimeException: Failed to load component for type [class org.xwiki.contrib.changerequest.internal.jobs.ChangeRequestScheduler
JobManager] for hint [default]
        at com.xpn.xwiki.web.Utils.getComponent(Utils.java:743)
        at com.xpn.xwiki.web.Utils.getComponent(Utils.java:766)
        at com.xpn.xwiki.web.Utils.getComponent(Utils.java:719)
        at org.xwiki.contrib.changerequest.internal.jobs.CloseStaleChangeRequestsJob.executeJob(CloseStaleChangeRequestsJob.java:41)
        at com.xpn.xwiki.plugin.scheduler.AbstractJob.execute(AbstractJob.java:76)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        ... 1 common frames omitted
Caused by: org.xwiki.component.manager.ComponentLookupException: Can't find descriptor for the component with type [class org.xwiki.contrib.changere
quest.internal.jobs.ChangeRequestSchedulerJobManager] and hint [default]
        at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:304)
        at org.xwiki.component.embed.EmbeddableComponentManager.getInstance(EmbeddableComponentManager.java:302)
        at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
        at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
        at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
        at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
        at org.xwiki.component.internal.multi.DelegateComponentManager.getInstance(DelegateComponentManager.java:83)
        at com.xpn.xwiki.web.Utils.getComponent(Utils.java:741)
        ... 6 common frames omitted