orgquartzSchedulerException orgquartzJobPersistenceException Couldnt store job Drivers Blob representation is of an unsupported type dmjdbcdriverDmdbBlob See nested exception javasqlSQLException Drive
This error occurs when the Quartz scheduler is unable to store a job due to an unsupported Blob data type. Specifically, the driver's Blob representation is of an unsupported type, which is causing the job to fail to be stored.
To resolve this issue, you may need to update your JDBC driver or use a different data type for the Blob. You can also try converting the Blob data to a different data type that is supported by the Quartz scheduler.
If you are unsure how to resolve this issue, you may want to consult the Quartz documentation or seek assistance from a qualified developer or support team.
原文地址: http://www.cveoy.top/t/topic/bsBM 著作权归作者所有。请勿转载和采集!