Project

General

Profile

action #14964

Updated by okurz over 7 years ago

Click on connect for "Join Medium to Group" on WebUI of my openqa server, I got following error message: 

 ``` -- 
 DBIx::Class::Storage::DBI::_dbh_execute(): DBI Exception: DBD::SQLite::st execute failed: UNIQUE constraint failed: job_templates.product_id, job_templates.machine_id, job_templates.test_suite_id [for Statement "INSERT INTO job_templates ( group_id, machine_id, prio, product_id, t_created, t_updated, test_suite_id) VALUES ( ?, ?, ?, ?, ?, ?, ? )"] at /usr/share/openqa/script/../lib/OpenQA/WebAPI/Controller/Admin/JobGroup.pm line 94 
 ``` -- 

 It seems that this function is broken. 

 Please see http://e13.suse.de/admin/groups/connect/6 

Back