When we deployed CAS into our production environment, we ran into an issue with Quartz that blocked our deployment. I have searched online and haven't found a valid solution. We tried switching to a JpaTicketRegistry, as outlined here http://www.ja-sig.org/wiki/display/CASUM/JpaTicketRegistryhttp://www.ja- sig.org/wiki/display/CASUM/JpaTicketRegistry but it didn't change or fix the issue, since the problem is coming from the Ticket Registry Cleaner.
Has anyone else ran into this issue or found a solution? 2009-08-22 01:04:16,277 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scheduler' defined in ServletContext resource [/WEB-INF/spring-configuration/ticketRegistry.xml]: Invocation of init method failed; nested exception is org.quartz.JobPersistenceException: Couldn't store job: org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean [See nested exception: java.io.NotSerializableException: org.springframework.scheduling.quartz.MethodInvokingJobDetailFactoryBean ] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac tory.initializeBean(AbstractAutowireCapableBeanFactory.java:1337) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac tory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFac tory$1.run(AbstractAutowireCapableBeanFactory.java:409) -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
