[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-1719) Quartz Resourceadapter: MessageEndpointFactory is not serializable

Traycho Ivanov (JIRA) jira-events at lists.jboss.org
Thu Feb 5 04:50:45 EST 2009


Quartz Resourceadapter: MessageEndpointFactory is not serializable
------------------------------------------------------------------

                 Key: EJBTHREE-1719
                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1719
             Project: EJB 3.0
          Issue Type: Bug
    Affects Versions: AS 4.2.2.GA
            Reporter: Traycho Ivanov


I need to run quartz version 1.6.x under JBoss in cluster with Oracle DB.

This is the stacktrace i get by starting the my JBoss server.

Caused by: org.quartz.JobPersistenceException: Couldn't store job: Unable to serialize JobDataMap for insertion into database because the value of property 'endpointFactory' is not serializable: org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory [
See nested exception: java.io.NotSerializableException: Unable to serialize JobDataMap for insertion into database because the value of property 'endpointFactory' is not serializable: org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory]
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1041)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$3.execute(JobStoreSupport.java:983)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport$39.execute(JobStoreSupport.java:3590)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInNonManagedTXLock(JobStoreSupport.java:3662)
        at org.quartz.impl.jdbcjobstore.JobStoreTX.executeInLock(JobStoreTX.java:93)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.executeInLock(JobStoreSupport.java:3586)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJobAndTrigger(JobStoreSupport.java:971)
        at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java:703)
        at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:255)
        at org.jboss.resource.adapter.quartz.inflow.QuartzResourceAdapter.endpointActivation(QuartzResourceAdapter.java:99)
        ... 155 more
Caused by: java.io.NotSerializableException: Unable to serialize JobDataMap for insertion into database because the value of property 'endpointFactory' is not serializable: org.jboss.ejb3.mdb.inflow.JBossMessageEndpointFactory
        at org.quartz.impl.jdbcjobstore.StdJDBCDelegate.serializeJobData(StdJDBCDelegate.java:3354)
        at org.quartz.impl.jdbcjobstore.oracle.OracleDelegate.insertJobDetail(OracleDelegate.java:173)
        at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:1038)
        ... 164 more


This bug is relative to :
https://jira.jboss.org/jira/browse/EJBTHREE-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list