Page 1 of 1

Error on the login page in Windows installation

Posted: Fri Aug 20, 2010 10:20 am
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?

Posted: Fri Aug 20, 2010 1:36 pm
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.

Posted: Thu Aug 26, 2010 2:55 pm
by maschoff
Which regional options did you use before changing to English?

Posted: Thu Sep 02, 2010 10:31 am
by aunthas
My regional options are set to Thai. The default settings use Buddhist Calendar which year may exceed the valid range.

Posted: Thu Sep 30, 2010 3:29 pm
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?