Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't acquire next trigger: ORA-00904: "SCHED_TIME": invalid identifier #131

Open
GoogleCodeExporter opened this issue Dec 22, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

Attachments:

@GoogleCodeExporter
Copy link
Author

Hi,

That sure seems like a strange error. I don't see "SCHED_TIME" anywhere in our 
code. Can you print the full stacktrace?

Thanks,
Zemian

Original comment by saltnlight5 on 31 Jul 2014 at 2:18

@GoogleCodeExporter
Copy link
Author

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 comment by [email protected] on 31 Jul 2014 at 2:29

@GoogleCodeExporter
Copy link
Author

Ah, that's good to hear. Thanks for letting me know!

Original comment by saltnlight5 on 1 Aug 2014 at 2:26

  • Changed state: Answered
  • Added labels: Type-Question
  • Removed labels: Type-Defect

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant