Error Creating Bean with Name Scheduler Error Message When Installing Confluence
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
When installing Confluence, the warning appears:
1
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in class path resource schedulingSubsystemContext.xml: Initialization of bean failed; nested exception is org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
Cause
It's possible to encounter this if your country's way of reading timestamps differs from the Gregorian (Western) calendar. For example, one user encountered this problem in Thailand, which worked out the current year (2005) to be 2548.
Resolution
Change the operating system's calculation of the date to resemble the Gregorian (Western) calendar and restart your application server. The scheduling subsystem in Confluence is based on Quartz.
Was this helpful?