For some reason, the scheduled job is not executing when I hit the run button.
The job history does not show the new execution run and also the start time is not updated.
In the diagnostics log, I see the following messages:
[2014-09-25T10:48:44.015-04:00] [oim_server2] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000KYgzV5GFo285rjs1yY1K91Vs000003,1:22423] [APP: oim#11.1.2.0.0] Job Listener, Job to be executed Description null FullName DEFAULT. LDAP Connector User Search Incremental Reconciliation Name LDAP Connector User Search Incremental Reconciliation
[2014-09-25T10:48:44.222-04:00] [oim_server2] [NOTIFICATION] [] [oracle.iam.scheduler.impl.quartz] [tid: OIMQuartzScheduler_Worker-4] [userId: oiminternal] [ecid: 0000KYgzV5GFo285rjs1yY1K91Vs000003,1:22423] [APP: oim#11.1.2.0.0] Job Listener, Job was executed QuartzJobListener.jobWasExecuted Description null FullName DEFAULT.LDAP Connector User Search Incremental Reconciliation Name LDAP Connector User Search Incremental Reconciliation
I was able to get the scheduled job to run by restarting the servers, but I'm getting the same issue when running other scheduled jobs or running the same scheduled job again.
I would like to know the underlying problem for the cause of this issue. I speculate that the OIMQuartzScheduler is being jammed up and the scheduled jobs end up being queued.
Any insights or suggestions would be helpful.