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)
Updated by Chris Roberts over 5 years ago
- Category set to Tooling
- Assignee set to Chris Roberts
- Pull request https://github.com/Katello/katello/pull/8992 added
Updated by Chris Roberts over 5 years ago
- Status changed from New to Ready For Testing
Updated by The Foreman Bot over 5 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Anonymous over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|23249fa92c2b632e3305f590fc998cd9e2315efe.
Updated by The Foreman Bot over 5 years ago
- Pull request https://github.com/Katello/katello/pull/9015 added
Actions