Help with BUG #25378

I have this bug
https://projects.theforeman.org/issues/26427#change-120444

I have some orphan repositories and products that i am not able to delete.
Running Katello 3.10 Foreman 1.20.2

Does anyone have any clue on how to fix this. I am almost out of ideas. Next thing will be to create a new organization and move all content to that.

@ehrenreich can you run foreman-rake katello:reimport and then try to remove the repository again?

I get the following error

/usr/share/foreman/lib/foreman.rb:8: warning: already initialized constant Foreman::UUID_REGEXP
/usr/share/foreman/lib/foreman.rb:8: warning: previous definition of UUID_REGEXP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/content_facet_host_extensions.rb:7: warning: already initialized constant Katello::Concerns::ContentFacetHostExtensions::ERRATA_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/content_facet_host_extensions.rb:7: warning: previous definition of ERRATA_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/content_facet_host_extensions.rb:14: warning: already initialized constant Katello::Concerns::ContentFacetHostExtensions::TRACE_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/content_facet_host_extensions.rb:14: warning: previous definition of TRACE_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:13: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::SUBSCRIPTION_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:13: warning: previous definition of SUBSCRIPTION_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:21: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::SLA_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:21: warning: previous definition of SLA_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:26: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::USAGE_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:26: warning: previous definition of USAGE_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:31: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::ROLE_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:31: warning: previous definition of ROLE_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:36: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::ADDONS_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:36: warning: previous definition of ADDONS_STATUS_MAP was here
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:41: warning: already initialized constant Katello::Concerns::SubscriptionFacetHostExtensions::PURPOSE_STATUS_MAP
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/subscription_facet_host_extensions.rb:41: warning: previous definition of PURPOSE_STATUS_MAP was here
Importing Katello::Erratum
rake aborted!
NoMethodError: undefined method to_datetime' for nil:NilClass /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/erratum.rb:110:in update_from_json’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/pulp_database_unit.rb:57:in block (2 levels) in import_all' /opt/theforeman/tfm/root/usr/share/gems/gems/runcible-2.10.1/lib/runcible/response.rb:32:in each’
/opt/theforeman/tfm/root/usr/share/gems/gems/runcible-2.10.1/lib/runcible/response.rb:32:in method_missing' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/pulp_database_unit.rb:52:in block in import_all’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/services/katello/pulp/pulp_content_unit.rb:35:in fetch_all' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/app/models/katello/concerns/pulp_database_unit.rb:70:in import_all’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/lib/katello/tasks/reimport.rake:40:in block (3 levels) in <top (required)>' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/lib/katello/tasks/reimport.rake:38:in each’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.10.0/lib/katello/tasks/reimport.rake:38: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
(See full trace by running task with --trace)

I get the same error after upgrading to katello 3.10.1 and 3.11.1.

That error gives the appearance of there being some missing data in the Pulp backend which is more than likely separate from the original issue you reported. I’m guessing that you have some Red Hat content in your environment- can you try syncing those products (this should refresh the Pulp data) and then running the reimport task again? Hopefully that’ll get it unstuck and then we can look the other problem.

An alternative to work around the last error and try to import the “product content” in relation to your original issue you can do this:

> foreman-rake console
> Katello::Content.import_all (this will be in the Foreman rails console)

Then give the repository removal another try.

That did not make any difference.

I do not have any RHEL repos on this installation.

The repo i am having problems deleting and also updating is a REMI php safe repo

Can you provide me the URL of that repo? I’d like to check it out on my local 3.10 instance to see if I can get a better idea of what’s going on at your end.

This is the URL that the master is syncing.
The smart proxy then syncs from the master.

https://mirrors.ukfast.co.uk/sites/remi/enterprise/7/safe/x86_64/

Output from production.log

2019-05-08T21:53:37 [I|app|5657de1c] Started PUT “/katello/api/v2/repositories/527?organization_id=3” for 172.27.197.238 at 2019-05-08 21:53:37 +0200
2019-05-08T21:53:37 [I|app|5657de1c] Processing by Katello::Api::V2::RepositoriesController#update as JSON
2019-05-08T21:53:37 [I|app|5657de1c] Parameters: {“ostree_branches”=>, “relative_path”=>“Mail/Library/custom/Files/Galera_config”, “promoted”=>false, “content_view_version_id”=>3, “library_instance_id”=>nil, “organization”=>{“name”=>“Lytzen IT Consumer Mail”, “label”=>“Mail”, “id”=>3}, “created_at”=>“2018-12-21 13:32:16 +0100”, “updated_at”=>“2018-12-21 13:32:17 +0100”, “backend_identifier”=>“e49365f2-3a1e-450e-93ad-97955bd2b3a8”, “container_repository_name”=>nil, “full_path”=>“http://sv901defo001.nix.local/pulp/isos/Mail/Library/custom/Files/Galera_config/”, “id”=>“527”, “name”=>“Galera config dies”, “label”=>“Galera_config”, “description”=>“Galera config files and scripts”, “last_sync”=>nil, “content_view”=>{“id”=>3, “name”=>“Default Organization View”}, “content_type”=>“file”, “url”=>nil, “arch”=>“noarch”, “content_id”=>“1545395537161”, “major”=>nil, “minor”=>nil, “product”=>{“id”=>13, “cp_id”=>“52163467569”, “name”=>“Files”, “orphaned”=>false, “redhat”=>false, “sync_plan”=>nil}, “content_label”=>nil, “content_counts”=>{“ostree_branch”=>0, “docker_manifest”=>0, “docker_manifest_list”=>0, “docker_tag”=>0, “rpm”=>0, “srpm”=>0, “package”=>0, “package_group”=>0, “erratum”=>0, “puppet_module”=>0, “file”=>0, “deb”=>0, “module_stream”=>0}, “last_sync_words”=>nil, “environment”=>{“id”=>3, “registry_unauthenticated_pull”=>false}, “docker_upstream_name”=>nil, “docker_tags_whitelist”=>, “mirror_on_sync”=>true, “verify_ssl_on_sync”=>true, “unprotected”=>true, “checksum_type”=>nil, “download_policy”=>“”, “gpg_key_id”=>nil, “ssl_ca_cert_id”=>nil, “ssl_client_cert_id”=>nil, “ssl_client_key_id”=>nil, “upstream_username”=>“adm”, “ostree_upstream_sync_policy”=>nil, “ostree_upstream_sync_depth”=>nil, “computed_ostree_upstream_sync_depth”=>0, “deb_releases”=>nil, “deb_components”=>nil, “deb_architectures”=>nil, “ignore_global_proxy”=>false, “ignorable_content”=>nil, “gpg_key”=>nil, “ssl_ca_cert”=>{“id”=>nil, “name”=>nil}, “ssl_client_cert”=>{“id”=>nil, “name”=>nil}, “ssl_client_key”=>{“id”=>nil, “name”=>nil}, “permissions”=>{“deletable”=>true}, “upstream_password_exists”=>“[FILTERED]”, “upstream_auth_exists”=>false, “commaTagsWhitelist”=>“”, “upstream_password”=>“[FILTERED]”, “organization_id”=>“3”, “api_version”=>“v2”, “repository”=>{“id”=>“527”, “name”=>“Galera config dies”, “created_at”=>“2018-12-21 13:32:16 +0100”, “updated_at”=>“2018-12-21 13:32:17 +0100”, “major”=>nil, “minor”=>nil, “gpg_key_id”=>nil, “content_id”=>“1545395537161”, “arch”=>“noarch”, “label”=>“Galera_config”, “url”=>nil, “unprotected”=>true, “content_type”=>“file”, “checksum_type”=>nil, “docker_upstream_name”=>nil, “mirror_on_sync”=>true, “download_policy”=>“”, “verify_ssl_on_sync”=>true, “upstream_username”=>“adm”, “upstream_password”=>“[FILTERED]”, “ostree_upstream_sync_policy”=>nil, “ostree_upstream_sync_depth”=>nil, “deb_releases”=>nil, “deb_components”=>nil, “deb_architectures”=>nil, “ignore_global_proxy”=>false, “ssl_ca_cert_id”=>nil, “ssl_client_cert_id”=>nil, “ssl_client_key_id”=>nil, “ignorable_content”=>nil, “docker_tags_whitelist”=>, “description”=>“Galera config files and scripts”}}
2019-05-08T21:53:37 [I|app|5657de1c] Current user set to adm (admin)
2019-05-08T21:53:37 [I|aud|5657de1c] Katello::RootRepository (33) update event on name Galera config, Galera config dies
2019-05-08T21:53:37 [I|aud|5657de1c] Katello::RootRepository (33) update event on upstream_password , .Antoniusmhdh3b_!"#
2019-05-08T21:53:37 [I|aud|5657de1c] Katello::RootRepository (33) update event on upstream_username , adm
2019-05-08T21:53:37 [I|aud|5657de1c] Katello::RootRepository (33) update event on docker_tags_whitelist ,
2019-05-08T21:53:37 [E|bac|5657de1c] undefined method name' for nil:NilClass (NoMethodError) /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/katello/repository/update.rb:18:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:492:in block (3 levels) in execute_plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:31:in with_current_timezone' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:31:in with_current_user' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:30:in with_current_taxonomies' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/world.rb:30:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:491:in block (2 levels) in execute_plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:384:in switch_flow’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:395:in concurrence' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:490:in block in execute_plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in block in with_error_handling' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in catch’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in with_error_handling' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:489:in execute_plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:277:in execute' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/plan_step.rb:54:in block in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract.rb:162:in with_meta_calculation' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/plan_step.rb:53:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:286:in block (2 levels) in plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:384:in switch_flow’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:374:in with_planning_scope' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:285:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:16:in block in rollback_on_error' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in block in transaction’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:239:in block in within_new_transaction' /opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:226:in mon_synchronize’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:236:in within_new_transaction' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in transaction’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:212:in transaction' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/transaction_adapters/active_record.rb:5:in transaction’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:15:in rollback_on_error' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:5:in plan_phase’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/world.rb:30:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:284:in plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:200:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:198:in tap' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:198:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:174:in trigger' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:19:in trigger’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:25:in block in trigger_task' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:45:in block in rails_safe_trigger_task’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:48:in block in permit_concurrent_loads' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/concurrency/share_lock.rb:187:in yield_shares’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:47:in permit_concurrent_loads' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:44:in rails_safe_trigger_task’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:23:in trigger_task' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:54:in sync_task’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks/triggers.rb:22:in sync_task' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/controllers/katello/api/v2/repositories_controller.rb:311:in update’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/basic_implicit_render.rb:6:in send_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:194:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rendering.rb:30:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:42:in block in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:109:in block in run_callbacks' /usr/share/foreman/app/controllers/api/v2/base_controller.rb:163:in disable_json_root’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/controllers/concerns/application_shared.rb:15:in set_timezone’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in clear_thread’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in set_topbar_sweeper_controller’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in around’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in around’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:136:in run_callbacks’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:41:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rescue.rb:22:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:34:in block in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in block in instrument’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications/instrumenter.rb:23:in instrument' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in instrument’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:32:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/params_wrapper.rb:256:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/railties/controller_runtime.rb:24:in process_action' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/controllers/katello/concerns/api/api_controller.rb:39:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:134:in process' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionview-5.2.1/lib/action_view/rendering.rb:32:in process’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:191:in dispatch' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:252:in dispatch’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:52:in dispatch' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:34:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:18:in block in <class:Constraints>' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in block in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in each’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/engine.rb:524:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in public_send’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in method_missing' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:19:in block in class:Constraints
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in block in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in each' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/static_dispatcher.rb:65:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/extractor/recorder.rb:137:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/middleware/checksum_in_headers.rb:27:in call’
/usr/share/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/tempfile_reaper.rb:15:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/etag.rb:25:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/head.rb:12:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/http/content_security_policy.rb:18:in call’
/usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:232:in context’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:226:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/cookies.rb:670:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in block in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:98:in run_callbacks’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:26:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:61:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:38:in call_app’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:28:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in call’
/usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/remote_ip.rb:81:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/request_id.rb:27:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/lib/katello/prevent_json_parsing.rb:12:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/method_override.rb:22:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/runtime.rb:22:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/executor.rb:14:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/secure_headers-6.0.0/lib/secure_headers/middleware.rb:13:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/engine.rb:524:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in public_send' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in method_missing’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:68:in block in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in each’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in call' /usr/share/passenger/phusion_passenger/rack/thread_handler_extension.rb:74:in process_request’
/usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:141:in accept_and_process_next_request' /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:109:in main_loop’
/usr/share/passenger/phusion_passenger/request_handler.rb:455:in block (3 levels) in start_threads' /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in block in create_with_logging_context’
2019-05-08T21:53:37 [E|app|5657de1c] NoMethodError: undefined method name' for nil:NilClass /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/katello/repository/update.rb:18:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:492:in block (3 levels) in execute_plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:31:in with_current_timezone' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:31:in with_current_user' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:10:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:30:in with_current_taxonomies' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:9:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:35:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/world.rb:30:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:491:in block (2 levels) in execute_plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:384:in switch_flow’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:395:in concurrence' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:490:in block in execute_plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in block in with_error_handling' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in catch’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:in with_error_handling' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:489:in execute_plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:277:in execute' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/plan_step.rb:54:in block in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract.rb:162:in with_meta_calculation' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/plan_step.rb:53:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:286:in block (2 levels) in plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:384:in switch_flow’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:374:in with_planning_scope' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:285:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:43:in plan_phase' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:in pass' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware.rb:18:in pass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:16:in block in rollback_on_error' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in block in transaction’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:239:in block in within_new_transaction' /opt/rh/rh-ruby25/root/usr/share/ruby/monitor.rb:226:in mon_synchronize’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/transaction.rb:236:in within_new_transaction' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:254:in transaction’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/transactions.rb:212:in transaction' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/transaction_adapters/active_record.rb:5:in transaction’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:15:in rollback_on_error' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/common/transaction.rb:5:in plan_phase’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/world.rb:30:in execute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan.rb:284:in plan' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:200:in block in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:198:in tap' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:198:in plan’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/world.rb:174:in trigger' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:19:in trigger’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:25:in block in trigger_task' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:45:in block in rails_safe_trigger_task’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:48:in block in permit_concurrent_loads' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/concurrency/share_lock.rb:187:in yield_shares’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/dependencies/interlock.rb:47:in permit_concurrent_loads' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:44:in rails_safe_trigger_task’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:23:in trigger_task' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks.rb:54:in sync_task’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/lib/foreman_tasks/triggers.rb:22:in sync_task' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/controllers/katello/api/v2/repositories_controller.rb:311:in update’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/basic_implicit_render.rb:6:in send_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:194:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rendering.rb:30:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:42:in block in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:109:in block in run_callbacks' /usr/share/foreman/app/controllers/api/v2/base_controller.rb:163:in disable_json_root’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/controllers/concerns/application_shared.rb:15:in set_timezone’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in clear_thread’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in set_topbar_sweeper_controller’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in around’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm/root/usr/share/gems/gems/audited-4.7.1/lib/audited/sweeper.rb:14:in around’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:118:in block in run_callbacks' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:136:in run_callbacks’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/callbacks.rb:41:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/rescue.rb:22:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:34:in block in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in block in instrument’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications/instrumenter.rb:23:in instrument' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/notifications.rb:168:in instrument’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/instrumentation.rb:32:in process_action' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal/params_wrapper.rb:256:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activerecord-5.2.1/lib/active_record/railties/controller_runtime.rb:24:in process_action' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/controllers/katello/concerns/api/api_controller.rb:39:in process_action’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/abstract_controller/base.rb:134:in process' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionview-5.2.1/lib/action_view/rendering.rb:32:in process’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:191:in dispatch' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_controller/metal.rb:252:in dispatch’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:52:in dispatch' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:34:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:18:in block in <class:Constraints>' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in block in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in each’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/engine.rb:524:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in public_send’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in method_missing' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:19:in block in class:Constraints
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/mapper.rb:48:in serve' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:52:in block in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in each' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/journey/router.rb:35:in serve’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/routing/route_set.rb:840:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/static_dispatcher.rb:65:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/extractor/recorder.rb:137:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call’
/usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/apipie-rails-0.5.14/lib/apipie/middleware/checksum_in_headers.rb:27:in call’
/usr/share/foreman/lib/foreman/middleware/catch_json_parse_errors.rb:9:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/tempfile_reaper.rb:15:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/etag.rb:25:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/conditional_get.rb:38:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/head.rb:12:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/http/content_security_policy.rb:18:in call’
/usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:232:in context’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/session/abstract/id.rb:226:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/cookies.rb:670:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:28:in block in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/callbacks.rb:98:in run_callbacks’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/callbacks.rb:26:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/debug_exceptions.rb:61:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/show_exceptions.rb:33:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:38:in call_app’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/rack/logger.rb:28:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in call’
/usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/remote_ip.rb:81:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/request_id.rb:27:in call' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/lib/katello/prevent_json_parsing.rb:12:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/method_override.rb:22:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/runtime.rb:22:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/executor.rb:14:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/actionpack-5.2.1/lib/action_dispatch/middleware/static.rb:127:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/sendfile.rb:111:in call’
/opt/theforeman/tfm/root/usr/share/gems/gems/secure_headers-6.0.0/lib/secure_headers/middleware.rb:13:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/engine.rb:524:in call’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in public_send' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/railties-5.2.1/lib/rails/railtie.rb:190:in method_missing’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:68:in block in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in each’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/rack-2.0.5/lib/rack/urlmap.rb:53:in call' /usr/share/passenger/phusion_passenger/rack/thread_handler_extension.rb:74:in process_request’
/usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:141:in accept_and_process_next_request' /usr/share/passenger/phusion_passenger/request_handler/thread_handler.rb:109:in main_loop’
/usr/share/passenger/phusion_passenger/request_handler.rb:455:in block (3 levels) in start_threads' /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:in block in create_with_logging_context’
2019-05-08T21:53:37 [I|app|5657de1c] Completed 500 Internal Server Error in 149ms (Views: 0.2ms | ActiveRecord: 32.5ms)
2019-05-08T21:53:38 [I|app|30d9da99] Started GET “/rhsm/” for 79.171.149.203 at 2019-05-08 21:53:38 +0200
2019-05-08T21:53:38 [I|app|30d9da99] Processing by Katello::Api::V2::RootController#rhsm_resource_list as JSON
2019-05-08T21:53:38 [I|app|30d9da99] Parameters: {“root”=>{}}
2019-05-08T21:53:38 [I|app|30d9da99] Rendering /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/views/katello/api/v2/root/resource_list.json.rabl within katello/api/v2/layouts/collection
2019-05-08T21:53:38 [I|app|30d9da99] Rendered /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/views/katello/api/v2/root/resource_list.json.rabl within katello/api/v2/layouts/collection (2.3ms)
2019-05-08T21:53:38 [I|app|30d9da99] Completed 200 OK in 20ms (Views: 4.6ms | ActiveRecord: 2.2ms)
2019-05-08T21:53:38 [I|app|55d035d8] Started GET “/rhsm/consumers/c3a3df26-007d-4b03-a39b-91a906507a01/certificates/serials” for 79.171.149.203 at 2019-05-08 21:53:38 +0200
2019-05-08T21:53:38 [I|app|55d035d8] Processing by Katello::Api::Rhsm::CandlepinProxiesController#serials as JSON
2019-05-08T21:53:38 [I|app|55d035d8] Parameters: {“id”=>“c3a3df26-007d-4b03-a39b-91a906507a01”}
2019-05-08T21:53:38 [I|app|55d035d8] Completed 200 OK in 168ms (Views: 0.3ms | ActiveRecord: 18.4ms)
2019-05-08T21:53:38 [I|app|810fac6f] Started GET “/rhsm/status” for 79.171.149.203 at 2019-05-08 21:53:38 +0200
2019-05-08T21:53:38 [I|app|810fac6f] Processing by Katello::Api::Rhsm::CandlepinProxiesController#server_status as JSON
2019-05-08T21:53:38 [I|app|810fac6f] Completed 200 OK in 33ms (Views: 0.7ms | ActiveRecord: 18.2ms)
2019-05-08T21:53:38 [I|app|7304153a] Started GET “/rhsm/consumers/c3a3df26-007d-4b03-a39b-91a906507a01” for 79.171.149.203 at 2019-05-08 21:53:38 +0200
2019-05-08T21:53:38 [I|app|7304153a] Processing by Katello::Api::Rhsm::CandlepinProxiesController#consumer_show as JSON
2019-05-08T21:53:38 [I|app|7304153a] Parameters: {“id”=>“c3a3df26-007d-4b03-a39b-91a906507a01”}
2019-05-08T21:53:38 [I|app|7304153a] Current user set to c3a3df26-007d-4b03-a39b-91a906507a01 (regular)
2019-05-08T21:53:38 [I|app|7304153a] Completed 200 OK in 62ms (Views: 4.4ms | ActiveRecord: 5.8ms)
2019-05-08T21:53:38 [I|app|ffcbc590] Started GET “/rhsm/consumers/c3a3df26-007d-4b03-a39b-91a906507a01/content_overrides” for 79.171.149.203 at 2019-05-08 21:53:38 +0200
2019-05-08T21:53:38 [I|app|ffcbc590] Processing by Katello::Api::Rhsm::CandlepinProxiesController#get as JSON
2019-05-08T21:53:38 [I|app|ffcbc590] Parameters: {“id”=>“c3a3df26-007d-4b03-a39b-91a906507a01”}
2019-05-08T21:53:38 [I|app|ffcbc590] Current user set to c3a3df26-007d-4b03-a39b-91a906507a01 (regular)
2019-05-08T21:53:38 [I|app|ffcbc590] Completed 200 OK in 23ms (Views: 0.1ms | ActiveRecord: 3.4ms)
2019-05-08T21:53:40 [I|app|adb525fa] Started GET “/notification_recipients” for 172.27.197.238 at 2019-05-08 21:53:40 +0200
2019-05-08T21:53:40 [I|app|adb525fa] Processing by NotificationRecipientsController#index as JSON
2019-05-08T21:53:40 [I|app|adb525fa] Current user set to adm (admin)
2019-05-08T21:53:40 [I|app|adb525fa] Completed 200 OK in 9ms (Views: 0.1ms | ActiveRecord: 1.3ms)