We have recently started seeing connection problems to the OD scheduler DB.
od 6.0.2
the OD scheduler properties are as follows:
schedulerProperties jdbcDriverClass="oracle.jdbc.driver.OracleDriver"
dbUrl="dbc
racle:thin:@SERVER
ORT:INSTANCE"
This has been setup and working fine for a long time. recently the scheduler UI and odbase log are giving this error
ENG: 2006-09-28 16:49:49 EDT GMT-04:00 ***ERROR - Failed to get schedule jobs.
SchedulerException: SQL error 3: Io exception: Connection reset by peer: socket write error
API: 2006-09-28 16:49:49 EDT GMT-04:00 ***ERROR - server failed in getting scheduler jobs.
Error - SCHEDULER_FAILED, ***ERROR - Failed to get schedule jobs.
An OD restart corrects this issue for some time.
I am checking on DB side issues
Also we did used to have a scheduled deployment that ran very frequently(every hour), which was recently suspended.
the oracle driver used was classes12.jar
After updating the driver to - ojdbc14.jar
the following error is thrown at the same frequency as the old error:
ENG: 2006-10-02 08:41:44 EDT GMT-04:00 ***ERROR - Failed to get schedule jobs.
SchedulerException: SQL error 3: Io exception: Software caused connection abort: socket write error
API: 2006-10-02 08:41:44 EDT GMT-04:00 ***ERROR - server failed in getting scheduler jobs.
Error - SCHEDULER_FAILED, ***ERROR - Failed to get schedule jobs.
Any Ideas?