Seems like the quartz job is being serialized (to the session?) however it isn¹t serializable. Could you provide the XML snippet for this job¹s configuration?
A- On 8/24/09 10:13 AM, "Kimberly Ennis" <[email protected]> wrote: > 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.or > g/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.AbstractAutowireCapableBeanFactory.i > nitializeBean(AbstractAutowireCapableBeanFactory.java:1337) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.d > oCreateBean(AbstractAutowireCapableBeanFactory.java:473) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1 > .run(AbstractAutowireCapableBeanFactory.java:409) -- Andrew Feller, Business System Programmer LSU University Information Services 200 Frey Computing Services Center Baton Rouge, LA 70803 Office: 225.578.3737 Fax: 225.578.6400 -- 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
