You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Deploy the myschedule.war in tomcat webapps folder
2. Run tomcat
3. Open the GUI and configure the oracle data source
4. Save a new template and create an oracle scheduler
5. In the tomcat logs you will see the below stack trace
ERROR OracleDatabaseScheduler_QuartzSchedulerThread An error occurred while scan
ning for the next triggers to fire.
org.quartz.JobPersistenceException: Couldn't acquire next trigger: ORA-00904:
"SCHED_TIME": invalid identifier
[See nested exception: java.sql.SQLSyntaxErrorException: ORA-00904: "SCHED_TIME
": invalid identifier
]
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
Original issue reported on code.google.com by [email protected] on 22 Jul 2014 at 7:27
It looks like SCHED_TIME column is part of qrtz_fired_triggers table from
quartz scheduler,
I had added SCHED_TIME NUMBER(13) in the table and now it seems to work fine.
Original issue reported on code.google.com by
[email protected]
on 22 Jul 2014 at 7:27Attachments:
The text was updated successfully, but these errors were encountered: