kishorma
neo
Joined: 07/24/2013 05:01:23
Messages: 1
Offline
|
Hi All,
I am installing my product on weblogic 12c using Oracle 11R2 as DB Server. I am seeing below error while starting weblogic. However it is working fine with weblogic 10.3.6+oracle combination and wl12+sql combination. Can any one please help what is the issue?
INFO [JobStoreTX] JobStoreTX initialized.
00:10:11,455 INFO [DirectSchedulerFactory] Quartz scheduler 'Quartz
00:10:11,456 INFO [DirectSchedulerFactory] Quartz scheduler version: 1.4.5
00:10:11,462 INFO [JobSchedulerBean] 33554432 LOG_SCHDLR_SET_CONFIG Setting configuration for scheduler (maxHighLoadJobs)(2)
00:10:11,958 ERROR [EpnyServiceManagerServer] 131072 LOG_SF_SERVICE_START_FAILURE Failed to start service: JobSchedulerService
org.quartz.JobPersistenceException: Couldn't store job: Driver's Blob representation is of an unsupported type: weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB [See nested exception: java.sql.SQLException: Driver's Blob representation is of an unsupported type: weblogic.jdbc.wrapper.Blob_oracle_sql_BLOB]
at org.quartz.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:844)
at org.quartz.impl.jdbcjobstore.JobStoreTX.storeJob(JobStoreTX.java:210)
at org.quartz.core.QuartzScheduler.addJob(QuartzScheduler.java:650)
|