Actions
Bug #31110
closedforeman-rake katello:reimport fails
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
If i try to execute foreman-rake katello:reimport it fails with the following message.
#> foreman-rake katello:reimport Rubocop not loaded. Rubocop not loaded. {:services=> {:pulp=>{:status=>"ok", :duration_ms=>"332"}, :pulp_auth=>{:status=>"ok", :duration_ms=>"202"}, :candlepin=>{:status=>"ok", :duration_ms=>"736"}, :candlepin_auth=>{:status=>"ok", :duration_ms=>"102"}, :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=>"FAIL", :message=>"Not running", :duration_ms=>"8"}, :candlepin_events=> {:status=>"ok", :message=>"0 Processed, 0 Failed", :duration_ms=>"0"}}, :status=>"FAIL"} rake aborted! Not all the services have been started. Check the status report above and try again. /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.16.1.2/lib/katello/tasks/reimport.rake:10:in `block (2 levels) in <top (required)>' /opt/rh/rh-ruby25/root/usr/share/gems/gems/rake-12.3.0/exe/rake:27:in `<top (required)>' Tasks: TOP => katello:reimport => katello:check_ping (See full trace by running task with --trace)
Actions