Actions
Bug #17984
openMonitor Event Queue - Actions::Katello::EventQueue::Monitor fails to process
Status:
New
Priority:
Normal
Assignee:
-
Category:
Installer
Target version:
-
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1406880
1) Upgrade to 6.2.6
2) Notice failed task:
Id: 06afa0cb-9de5-444a-a106-64033c4f4b15
Label: Actions::Katello::EventQueue::Monitor
Name: Monitor Event Queue
Owner:
Execution type: Delayed
Start at: 2016-12-21 14:49:51 UTC
Start before: -
Started at: 2016-12-21 14:49:51 UTC
Ended at:
State: paused
Result: error
Params: {"locale"=>"en"}
50.0% Complete
50%
Errors:
PG::Error: ERROR: relation "katello_events" does not exist
LINE 5: WHERE a.attrelid = '"katello_events"'::regcla...
^
: SELECT a.attname, format_type(a.atttypid, a.atttypmod),
pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
FROM pg_attribute a LEFT JOIN pg_attrdef d
ON a.attrelid = d.adrelid AND a.attnum = d.adnum
WHERE a.attrelid = '"katello_events"'::regclass
AND a.attnum > 0 AND NOT a.attisdropped
ORDER BY a.attnum
Actions