Actions
Bug #31725
closedforeman-rake katello:clean_backend_objects fails with " "The Dynflow world was not initialized yet. If your plugin uses it, make sure to call Rails.application.dynflow.require! in some initializer"},"
Difficulty:
Triaged:
Yes
Description
foreman-rake katello:clean_backend_objects --trace
- Invoke katello:clean_backend_objects (first_time)
- Invoke environment (first_time)
- Execute environment
- Invoke katello:check_ping (first_time)
- Invoke environment
- Execute katello:check_ping
{:services=>
{:candlepin=>{:status=>“ok”, :duration_ms=>“25”},
:candlepin_auth=>{:status=>“ok”, :duration_ms=>“43”},
:foreman_tasks=> {:status=>“FAIL”,
:message=>
“The Dynflow world was not initialized yet. If your plugin uses it, make sure to call Rails.application.dynflow.require! in some initializer”},
:katello_events=> {:status=>“ok”, :message=>“0 Processed, 0 Failed”, :duration_ms=>“0”},
:candlepin_events=> {:status=>“ok”, :message=>“0 Processed, 0 Failed”, :duration_ms=>“0”},
:pulp3=>{:status=>“ok”, :duration_ms=>“66”},
:pulp=>{:status=>“ok”, :duration_ms=>“86”},
:pulp_auth=>{:status=>“ok”, :duration_ms=>“55”}},
:status=>“FAIL”}
rake aborted!
Actions