Error on the login page in Windows installation

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

aunthas
Posts: 4
Joined: Fri Aug 20, 2010 10:10 am

Error on the login page in Windows installation

Post by aunthas »

After installing OpenEMM-6.1-win32, everything looked good. But when I entered the login page, there was an error message like this.
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.
Can anybody help me?
aunthas
Posts: 4
Joined: Fri Aug 20, 2010 10:10 am

Post by aunthas »

I found that it was an error about quartz. I can solve this problems in 2 ways.

1. Change Regional Options of Windows to English (United States).
2. Update quartz-1.5.1.jar to quartz-1.8.3.jar and also add slf4j-api-1.6.1.jar.
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

Which regional options did you use before changing to English?
OpenEMM Maintainer
aunthas
Posts: 4
Joined: Fri Aug 20, 2010 10:10 am

Post by aunthas »

My regional options are set to Thai. The default settings use Buddhist Calendar which year may exceed the valid range.
maschoff
Site Admin
Posts: 2628
Joined: Thu Aug 03, 2006 10:20 am
Location: Munich, Germany
Contact:

Post by maschoff »

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?
OpenEMM Maintainer
Post Reply