Can anybody help me?An error occurred
Cause: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.quartz.SchedulerFactoryBean' defined in ServletContext resource [/WEB-INF/cronContext.xml]: Initialization of bean failed; nested exception is org.quartz.SchedulerException: Based on configured schedule, the given trigger will never fire.
Error on the login page in Windows installation
Moderator: moderator
Error on the login page in Windows installation
After installing OpenEMM-6.1-win32, everything looked good. But when I entered the login page, there was an error message like this.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
As far as we know the new version of quartz offers country-specific logging with country-specific messages.
The error message in your first posted stated that "the given trigger will never fire". Do you have an idea which trigger was the problem?
1) dateBasedMailingsCronTrigger
2) delayedMailingsCronTrigger
3) cleanDBCronTrigger
4) loginTrackTableCleanerJobTrigger
Did you make any modifications to file emm.properties except changing URLs? if so, which changes did you undertake?
The error message in your first posted stated that "the given trigger will never fire". Do you have an idea which trigger was the problem?
1) dateBasedMailingsCronTrigger
2) delayedMailingsCronTrigger
3) cleanDBCronTrigger
4) loginTrackTableCleanerJobTrigger
Did you make any modifications to file emm.properties except changing URLs? if so, which changes did you undertake?
OpenEMM Maintainer