dashboard throw out sql exception with dash_task_lock inserts

Description

We got many exception like the following during tomcat start time, all related to insert sql to dash_task_lock table

[Dashboard Event Processing Thread] WARN org.sakaiproject.dash.dao.impl.DashboardDaoImpl - addTaskLock: Error executing query: class org.springframework.jdbc.BadSqlGrammarException:PreparedStatementCallback; bad SQL grammar [insert into dash_task_lock (id, task, server_id, claim_time, last_update) values (dash_task_lock_seq, ?, ?, ?, ?)]; nested exception is java.sql.SQLSyntaxErrorException: ORA-00984: column not allowed here

Activity

Show:

Zhen Qian March 7, 2013 at 1:21 PM

r82946. Added has_lock into the insert sql

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created March 7, 2013 at 1:06 PM
Updated August 30, 2013 at 10:58 AM
Resolved March 7, 2013 at 1:21 PM