Bad URI(is not URI?) when refreshing manifest

Problem:
First and foremost, this error issue was discovered when attempting to refresh my manifest due to a recent license increase. However, I cannot increase the number of RHEL licenses until this can be corrected. I also attempted to delete the manifest and reimport, but to no avail, as the manifest delete fails due to the same error that I describe below and in the subject line.

When browsing to Content > Subscriptions, a pop-up appears with the error: bad URI(is not URI?). When clicking Manage Manifest and then Refresh (under Subscription Manifest, the task fails with the following error:

bad URI(is not URI?):

Here is the error output from Tasks:

Action:
Actions::Candlepin::Owner::UpstreamUpdate
Input:
{“organization_id”=>3,
“upstream”=>
{“created”=>“2019-04-05T18:00:38+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>“REDACTED”,
“uuid”=>“908869c7-c93a-4626-a971-c354291d1335”,
“name”=>“foreman2”,
“apiUrl”=>“https://subscription.rhsm.redhat.com/subscription/consumers/”,
“webUrl”=>“https://access.redhat.com/management/subscription_allocations/”,
“ownerId”=>“REDACTED”,
“contentAccessMode”=>nil,
“type”=>
{“id”=>“REDACTED”,
“label”=>“satellite”,
“manifest”=>true},
“idCert”=>
{“created”=>“2019-04-05T15:12:36+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>“REDACTED”,
“key”=>
“-----BEGIN RSA PRIVATE KEY-----\n” +
REDACTED
“-----END RSA PRIVATE KEY-----\n”,
“cert”=>
“-----BEGIN CERTIFICATE-----\n” +
REDACTED
“-----END CERTIFICATE-----\n”,
“serial”=>
{“created”=>“2019-04-05T15:12:36+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>REDACTED,
“serial”=>REDACTED,
“expiration”=>“REDACTED”,
“collected”=>false,
“revoked”=>false}}},
“session_id”=>“88ebafad-9b44-4130-ae29-4258b69511de”,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_timezone”=>“Eastern Time (US & Canada)”,
“current_user_id”=>5,
“current_organization_id”=>3,
“current_location_id”=>nil}
Output:
{}
Exception:
URI::InvalidURIError: bad URI(is not URI?):
Backtrace:
/opt/rh/rh-ruby25/root/usr/share/ruby/uri/rfc3986_parser.rb:18:in rescue in split' /opt/rh/rh-ruby25/root/usr/share/ruby/uri/rfc3986_parser.rb:15:insplit’
/opt/rh/rh-ruby25/root/usr/share/ruby/uri/rfc3986_parser.rb:73:in parse' /opt/rh/rh-ruby25/root/usr/share/ruby/uri/common.rb:237:inparse’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/katello/util/http_proxy.rb:17:in proxy_host' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/katello/util/http_proxy.rb:5:inproxy_uri’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/katello/resources/candlepin.rb:89:in resource' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/katello/resources/candlepin/upstream_consumer.rb:28:inupdate’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/models/katello/glue/provider.rb:77:in owner_upstream_update' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/candlepin/owner/upstream_update.rb:12:inrun’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:538:in block (3 levels) in execute_run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:26:inpass’
/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/katello-3.11.1/app/lib/actions/middleware/keep_session_id.rb:11:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/keep_session_id.rb:23:in with_session_id' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/keep_session_id.rb:11:inrun’
/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:inpass’
/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:31:inrun’
/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:inpass’
/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/katello-3.11.1/app/lib/actions/middleware/propagate_candlepin_errors.rb:9:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/propagate_candlepin_errors.rb:19:in propagate_candlepin_errors' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/propagate_candlepin_errors.rb:9:inrun’
/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:inpass’
/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/katello-3.11.1/app/lib/actions/middleware/remote_action.rb:16:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/remote_action.rb:40:in block in as_remote_user' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/models/katello/concerns/user_extensions.rb:21:incp_config’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/remote_action.rb:27:in as_cp_user' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/remote_action.rb:39:inas_remote_user’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/remote_action.rb:16:in run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:incall’
/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:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/rails_executor_wrap.rb:14:in block in run' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/activesupport-5.2.1/lib/active_support/execution_wrapper.rb:87:inwrap’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/rails_executor_wrap.rb:13:in run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/middleware/stack.rb:22:incall’
/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:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action/progress.rb:30:in with_progress_calculation' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action/progress.rb:16:inrun’
/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:inpass’
/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/katello-3.11.1/app/lib/actions/middleware/keep_locale.rb:11:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/keep_locale.rb:22:in with_locale' /opt/theforeman/tfm/root/usr/share/gems/gems/katello-3.11.1/app/lib/actions/middleware/keep_locale.rb:11:inrun’
/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:inpass’
/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:15:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:44:in restore_curent_timezone' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_timezone.rb:15:inrun’
/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:inpass’
/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:15:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:43:in restore_curent_user' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_user.rb:15:inrun’
/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:inpass’
/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:15:inblock in run’
/opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:44:in restore_current_taxonomies' /opt/theforeman/tfm/root/usr/share/gems/gems/foreman-tasks-0.14.5/app/lib/actions/middleware/keep_current_taxonomies.rb:15:inrun’
/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:inpass’
/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:31:inrun’
/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:inexecute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:537:in block (2 levels) in execute_run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:536:incatch’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:536:in block in execute_run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:450:inblock 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:inwith_error_handling’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:531:in execute_run' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/action.rb:277:inexecute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:17:in block (2 levels) in execute' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract.rb:162:inwith_meta_calculation’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:16:in block in execute' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:30:inopen_action’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/execution_plan/steps/abstract_flow_step.rb:15:in execute' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/director.rb:43:inexecute’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/executors/parallel/worker.rb:14:in block in on_message' /opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/executors.rb:12:inrun_user_code’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/executors/parallel/worker.rb:13:in on_message' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/context.rb:46:inon_envelope’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/executes_context.rb:7:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/dynflow-1.2.1/lib/dynflow/actor.rb:26:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/awaits.rb:15:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/sets_results.rb:14:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:38:in process_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:31:inprocess_envelopes?’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/buffer.rb:20:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/termination.rb:55:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/removes_child.rb:10:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/abstract.rb:25:inpass’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/behaviour/sets_results.rb:14:in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:162:inprocess_envelope’
/opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:96:in block in on_envelope' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:119:inblock (2 levels) in schedule_execution’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:in block in synchronize' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:insynchronize’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/synchronization/mutex_lockable_object.rb:41:in synchronize' /opt/theforeman/tfm/root/usr/share/gems/gems/concurrent-ruby-edge-0.4.1/lib-edge/concurrent/actor/core.rb:116:inblock in schedule_execution’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:18:in call' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:96:inwork’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/serialized_execution.rb:77:in block in call_job' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:348:inrun_task’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:337:in block (3 levels) in create_worker' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:inloop’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:320:in block (2 levels) in create_worker' /opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:incatch’
/opt/theforeman/tfm-ror52/root/usr/share/gems/gems/concurrent-ruby-1.1.4/lib/concurrent/executor/ruby_thread_pool_executor.rb:319:in block in create_worker' /opt/theforeman/tfm/root/usr/share/gems/gems/logging-2.2.2/lib/logging/diagnostic_context.rb:474:inblock in create_with_logging_context’
Action:
Actions::Candlepin::Owner::UpstreamExport
Input:
{“organization_id”=>3,
“upstream”=>
{“created”=>“2019-04-05T18:00:38+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>“REDACTED”,
“uuid”=>“908869c7-c93a-4626-a971-c354291d1335”,
“name”=>“foreman2”,
“apiUrl”=>“https://subscription.rhsm.redhat.com/subscription/consumers/”,
“webUrl”=>“https://access.redhat.com/management/subscription_allocations/”,
“ownerId”=>“REDACTED”,
“contentAccessMode”=>nil,
“type”=>
{“id”=>“REDACTED”,
“label”=>“satellite”,
“manifest”=>true},
“idCert”=>
{“created”=>“2019-04-05T15:12:36+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>“REDACTED”,
“key”=>
“-----BEGIN RSA PRIVATE KEY-----\n” +
REDACTED
“-----END RSA PRIVATE KEY-----\n”,
“cert”=>
“-----BEGIN CERTIFICATE-----\n” +
REDACTED
“-----END CERTIFICATE-----\n”,
“serial”=>
{“created”=>“2019-04-05T15:12:36+0000”,
“updated”=>“2019-04-05T18:00:38+0000”,
“id”=>REDACTED,
“serial”=>REDACTED,
“expiration”=>“REDACTED”,
“collected”=>false,
“revoked”=>false}}},
“path”=>"/tmp/0.14929864466200393.zip",
“dependency”=>Step(3).output,
“session_id”=>“88ebafad-9b44-4130-ae29-4258b69511de”,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_timezone”=>“Eastern Time (US & Canada)”,
“current_user_id”=>5,
“current_organization_id”=>3,
“current_location_id”=>nil}
Output:
{}
Action:
Actions::Candlepin::Owner::Import
Input:
{“label”=>“systemsinfrastructure”,
“path”=>"/tmp/0.14929864466200393.zip",
“dependency”=>Step(5).output,
“session_id”=>“88ebafad-9b44-4130-ae29-4258b69511de”,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_timezone”=>“Eastern Time (US & Canada)”,
“current_user_id”=>5,
“current_organization_id”=>3,
“current_location_id”=>nil}
Output:
{}
Action:
Actions::Candlepin::Owner::ImportProducts
Input:
{“organization_id”=>3,
“dependency”=>Step(7).output,
“session_id”=>“88ebafad-9b44-4130-ae29-4258b69511de”,
“remote_user”=>“admin”,
“remote_cp_user”=>“admin”,
“current_timezone”=>“Eastern Time (US & Canada)”,
“current_user_id”=>5,
“current_organization_id”=>3,
“current_location_id”=>nil}
Output:
{}

Expected outcome:
Verbose output to the exact error so the invalid data can be corrected. I am in the process of building a new Foreman server, but I’m afraid to perform a backup/restore as this error may carry over to the new system. Thus any migration steps are being halted until this issue can be resolved. Otherwise, I will need to result to building the system completely from the ground up (which should go without saying, that’s undesired).

Foreman and Proxy versions:
1.21.3

Foreman and Proxy plugin versions:
bastion - 6.1.16
foreman-tasks - 0.14.5
foreman_ansible - 2.3.6
foreman_docker - 4.1.0
foreman_remote_execution - 1.7.0
katello - 3.11.1

Distribution and version:
Red Hat Enterprise Linux 7.6

NOTE: Update to 7.7 has been held off as this breaks the ActiveMQ broker, which effectively breaks Foreman.

Other relevant data:

Installed Packages

  • candlepin-2.5.9-1.el7.noarch
  • candlepin-selinux-2.5.9-1.el7.noarch
  • foreman-1.21.3-1.el7.noarch
  • foreman-cli-1.21.3-1.el7.noarch
  • foreman-compute-1.21.3-1.el7.noarch
  • foreman-debug-1.21.3-1.el7.noarch
  • foreman-installer-1.21.3-1.el7.noarch
  • foreman-installer-katello-1.21.3-1.el7.noarch
  • foreman-postgresql-1.21.3-1.el7.noarch
  • foreman-proxy-1.21.3-1.el7.noarch
  • foreman-release-1.21.3-1.el7.noarch
  • foreman-release-scl-7-2.el7.noarch
  • foreman-selinux-1.21.3-1.el7.noarch
  • iu-cait-fmant1m.caits.iu.edu-foreman-client-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-foreman-proxy-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-foreman-proxy-client-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-qpid-broker-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-qpid-client-cert-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-qpid-router-client-1.0-1.noarch
  • iu-cait-fmant1m.caits.iu.edu-qpid-router-server-1.0-1.noarch
  • katello-3.11.1-1.el7.noarch
  • katello-agent-3.0.2-1.el7.noarch
  • katello-certs-tools-2.4.0-1.el7.noarch
  • katello-client-bootstrap-1.6.0-2.el7.noarch
  • katello-common-3.11.1-1.el7.noarch
  • katello-debug-3.11.1-1.el7.noarch
  • katello-default-ca-1.0-1.noarch
  • katello-host-tools-3.0.2-1.el7.noarch
  • katello-host-tools-fact-plugin-3.0.2-1.el7.noarch
  • katello-repos-3.11.1-1.el7.noarch
  • katello-selinux-3.0.3-1.el7.noarch
  • katello-server-ca-1.0-1.noarch
  • katello-service-3.11.1-1.el7.noarch
  • libsolv-0.6.34-2.pulp.el7.x86_64
  • pulp-client-1.0-1.noarch
  • pulp-deb-plugins-1.8.0-1.el7.noarch
  • pulp-docker-plugins-3.2.2-1.el7.noarch
  • pulp-katello-1.0.2-1.el7.noarch
  • pulp-puppet-plugins-2.18.1-1.el7.noarch
  • pulp-puppet-tools-2.18.1-1.el7.noarch
  • pulp-rpm-handlers-2.18.1-1.el7.noarch
  • pulp-rpm-plugins-2.18.1-1.el7.noarch
  • pulp-selinux-2.18.1-2.el7.noarch
  • pulp-server-2.18.1-2.el7.noarch
  • python-gofer-qpid-2.12.5-1.el7.noarch
  • python-isodate-0.5.0-4.pulp.el7.noarch
  • python-pulp-agent-lib-2.18.1-2.el7.noarch
  • python-pulp-common-2.18.1-2.el7.noarch
  • python-pulp-deb-common-1.8.0-1.el7.noarch
  • python-pulp-docker-common-3.2.2-1.el7.noarch
  • python-pulp-oid_validation-2.18.1-2.el7.noarch
  • python-pulp-puppet-common-2.18.1-1.el7.noarch
  • python-pulp-repoauth-2.18.1-2.el7.noarch
  • python-pulp-rpm-common-2.18.1-1.el7.noarch
  • python-pulp-streamer-2.18.1-2.el7.noarch
  • python2-qpid-1.37.0-4.el7.noarch
  • python2-qpid-proton-0.28.0-1.el7.x86_64
  • python2-qpid-qmf-1.39.0-1.el7.x86_64
  • python2-solv-0.6.34-2.pulp.el7.x86_64
  • qpid-cpp-client-1.39.0-1.el7.x86_64
  • qpid-cpp-client-devel-1.39.0-1.el7.x86_64
  • qpid-cpp-server-1.39.0-1.el7.x86_64
  • qpid-cpp-server-linearstore-1.39.0-1.el7.x86_64
  • qpid-dispatch-router-1.7.0-1.el7.x86_64
  • qpid-proton-c-0.28.0-1.el7.x86_64
  • qpid-qmf-1.39.0-1.el7.x86_64
  • qpid-tools-1.39.0-1.el7.noarch
  • rubygem-foreman_maintain-0.3.0-1.el7.noarch
  • rubygem-smart_proxy_pulp-1.3.0-1.el7.noarch
  • tfm-ror52-rubygem-actioncable-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-actionmailer-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-actionpack-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-actionview-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-activejob-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-activemodel-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-activerecord-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-activestorage-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-activesupport-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-arel-9.0.0-1.el7.noarch
  • tfm-ror52-rubygem-builder-3.2.3-1.el7.noarch
  • tfm-ror52-rubygem-coffee-rails-4.2.2-1.el7.noarch
  • tfm-ror52-rubygem-coffee-script-2.4.1-1.el7.noarch
  • tfm-ror52-rubygem-coffee-script-source-1.12.2-1.el7.noarch
  • tfm-ror52-rubygem-concurrent-ruby-1.1.4-1.el7.noarch
  • tfm-ror52-rubygem-crass-1.0.4-1.el7.noarch
  • tfm-ror52-rubygem-erubi-1.7.1-1.el7.noarch
  • tfm-ror52-rubygem-execjs-2.7.0-1.el7.noarch
  • tfm-ror52-rubygem-globalid-0.4.1-3.el7.noarch
  • tfm-ror52-rubygem-i18n-1.4.0-1.el7.noarch
  • tfm-ror52-rubygem-loofah-2.2.2-2.el7.noarch
  • tfm-ror52-rubygem-mail-2.7.0-1.el7.noarch
  • tfm-ror52-rubygem-marcel-0.3.2-1.el7.noarch
  • tfm-ror52-rubygem-method_source-0.9.0-1.el7.noarch
  • tfm-ror52-rubygem-mime-types-3.2.2-1.el7.noarch
  • tfm-ror52-rubygem-mime-types-data-3.2018.0812-1.el7.noarch
  • tfm-ror52-rubygem-mimemagic-0.3.2-1.el7.noarch
  • tfm-ror52-rubygem-mini_mime-1.0.0-1.el7.noarch
  • tfm-ror52-rubygem-mini_portile2-2.3.0-1.el7.noarch
  • tfm-ror52-rubygem-multi_json-1.13.1-1.el7.noarch
  • tfm-ror52-rubygem-mustermann-1.0.2-1.el7.noarch
  • tfm-ror52-rubygem-nio4r-2.3.1-1.el7.x86_64
  • tfm-ror52-rubygem-nokogiri-1.8.4-2.el7.x86_64
  • tfm-ror52-rubygem-rack-2.0.5-2.el7.noarch
  • tfm-ror52-rubygem-rack-protection-2.0.3-1.el7.noarch
  • tfm-ror52-rubygem-rack-test-1.1.0-1.el7.noarch
  • tfm-ror52-rubygem-rails-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-rails-dom-testing-2.0.3-3.el7.noarch
  • tfm-ror52-rubygem-rails-html-sanitizer-1.0.4-2.el7.noarch
  • tfm-ror52-rubygem-railties-5.2.1-1.el7.noarch
  • tfm-ror52-rubygem-sinatra-2.0.3-1.el7.noarch
  • tfm-ror52-rubygem-sprockets-3.7.2-3.el7.noarch
  • tfm-ror52-rubygem-sprockets-rails-3.2.1-1.el7.noarch
  • tfm-ror52-rubygem-thor-0.20.0-3.el7.noarch
  • tfm-ror52-rubygem-thread_safe-0.3.6-1.el7.noarch
  • tfm-ror52-rubygem-tilt-2.0.8-1.el7.noarch
  • tfm-ror52-rubygem-turbolinks-2.5.4-1.el7.noarch
  • tfm-ror52-rubygem-tzinfo-1.2.5-1.el7.noarch
  • tfm-ror52-rubygem-websocket-driver-0.7.0-1.el7.x86_64
  • tfm-ror52-rubygem-websocket-extensions-0.1.3-1.el7.noarch
  • tfm-ror52-runtime-1.0-4.el7.x86_64
  • tfm-rubygem-activerecord-session_store-1.1.1-2.el7.noarch
  • tfm-rubygem-addressable-2.3.6-6.el7.noarch
  • tfm-rubygem-algebrick-0.7.3-6.el7.noarch
  • tfm-rubygem-ancestry-3.0.0-3.el7.noarch
  • tfm-rubygem-anemone-0.7.2-16.el7.noarch
  • tfm-rubygem-angular-rails-templates-1.0.2-4.el7.noarch
  • tfm-rubygem-apipie-bindings-0.2.3-1.el7.noarch
  • tfm-rubygem-apipie-params-0.0.5-3.el7.noarch
  • tfm-rubygem-apipie-rails-0.5.14-1.el7.noarch
  • tfm-rubygem-audited-4.7.1-2.el7.noarch
  • tfm-rubygem-awesome_print-1.8.0-3.el7.noarch
  • tfm-rubygem-bastion-6.1.16-1.fm1_20.el7.noarch
  • tfm-rubygem-bundler_ext-0.4.1-3.el7.noarch
  • tfm-rubygem-clamp-1.1.2-4.el7.noarch
  • tfm-rubygem-concurrent-ruby-edge-0.4.1-1.fm1_21.el7.noarch
  • tfm-rubygem-css_parser-1.4.7-3.el7.noarch
  • tfm-rubygem-daemons-1.2.3-5.el7.noarch
  • tfm-rubygem-deacon-1.0.0-3.el7.noarch
  • tfm-rubygem-deep_cloneable-2.3.2-2.el7.noarch
  • tfm-rubygem-deface-1.3.2-1.el7.noarch
  • tfm-rubygem-docker-api-1.28.0-4.el7.noarch
  • tfm-rubygem-domain_name-0.5.20160310-3.el7.noarch
  • tfm-rubygem-dynflow-1.2.1-1.fm1_21.el7.noarch
  • tfm-rubygem-excon-0.58.0-3.el7.noarch
  • tfm-rubygem-facter-2.4.0-6.el7.x86_64
  • tfm-rubygem-fast_gettext-1.4.1-3.el7.noarch
  • tfm-rubygem-fog-1.42.1-2.el7.noarch
  • tfm-rubygem-fog-aws-1.3.0-3.el7.noarch
  • tfm-rubygem-fog-core-1.45.0-3.el7.noarch
  • tfm-rubygem-fog-digitalocean-0.3.0-3.el7.noarch
  • tfm-rubygem-fog-google-0.1.0-4.el7.noarch
  • tfm-rubygem-fog-json-1.0.2-6.el7.noarch
  • tfm-rubygem-fog-openstack-0.1.25-2.el7.noarch
  • tfm-rubygem-fog-ovirt-1.1.5-1.el7.noarch
  • tfm-rubygem-fog-rackspace-0.1.4-3.el7.noarch
  • tfm-rubygem-fog-vsphere-2.5.0-1.el7.noarch
  • tfm-rubygem-fog-xenserver-1.0.0-1.el7.noarch
  • tfm-rubygem-fog-xml-0.1.2-6.el7.noarch
  • tfm-rubygem-foreman-tasks-0.14.5-1.fm1_21.el7.noarch
  • tfm-rubygem-foreman-tasks-core-0.2.6-1.fm1_21.el7.noarch
  • tfm-rubygem-foreman_ansible-2.3.6-1.fm1_21.el7.noarch
  • tfm-rubygem-foreman_docker-4.1.0-2.fm1_20.el7.noarch
  • tfm-rubygem-foreman_remote_execution-1.7.0-1.fm1_21.el7.noarch
  • tfm-rubygem-foreman_remote_execution_core-1.1.5-1.el7.noarch
  • tfm-rubygem-formatador-0.2.1-11.el7.noarch
  • tfm-rubygem-friendly_id-5.2.4-2.el7.noarch
  • tfm-rubygem-get_process_mem-0.2.1-3.el7.noarch
  • tfm-rubygem-gettext_i18n_rails-1.8.0-1.el7.noarch
  • tfm-rubygem-hammer_cli-0.16.0-1.el7.noarch
  • tfm-rubygem-hammer_cli_foreman-0.16.0-1.el7.noarch
  • tfm-rubygem-hammer_cli_foreman_bootdisk-0.1.3-7.el7.noarch
  • tfm-rubygem-hammer_cli_foreman_docker-0.0.4-4.el7.noarch
  • tfm-rubygem-hammer_cli_foreman_tasks-0.0.13-1.fm1_20.el7.noarch
  • tfm-rubygem-hammer_cli_katello-0.17.0-1.el7.noarch
  • tfm-rubygem-hashie-3.6.0-1.el7.noarch
  • tfm-rubygem-highline-1.7.8-4.el7.noarch
  • tfm-rubygem-http-cookie-1.0.2-3.el7.noarch
  • tfm-rubygem-ipaddress-0.8.0-11.el7.noarch
  • tfm-rubygem-katello-3.11.1-1.el7.noarch
  • tfm-rubygem-ldap_fluff-0.4.7-3.el7.noarch
  • tfm-rubygem-little-plugger-1.1.3-23.el7.noarch
  • tfm-rubygem-locale-2.0.9-13.el7.noarch
  • tfm-rubygem-logging-2.2.2-3.el7.noarch
  • tfm-rubygem-net-ldap-0.15.0-3.el7.noarch
  • tfm-rubygem-net-ping-2.0.1-3.el7.noarch
  • tfm-rubygem-net-scp-1.2.1-3.el7.noarch
  • tfm-rubygem-net-ssh-4.0.1-5.el7.noarch
  • tfm-rubygem-netrc-0.11.0-3.el7.noarch
  • tfm-rubygem-oauth-0.5.4-3.el7.noarch
  • tfm-rubygem-ovirt-engine-sdk-4.2.3-3.el7.x86_64
  • tfm-rubygem-parse-cron-0.1.4-4.fm1_21.el7.noarch
  • tfm-rubygem-passenger-4.0.18-10.12.el7.x86_64
  • tfm-rubygem-passenger-native-4.0.18-10.12.el7.x86_64
  • tfm-rubygem-passenger-native-libs-4.0.18-10.12.el7.x86_64
  • tfm-rubygem-pg-0.21.0-3.el7.x86_64
  • tfm-rubygem-polyglot-0.3.5-2.el7.noarch
  • tfm-rubygem-powerbar-2.0.1-1.el7.noarch
  • tfm-rubygem-qpid_messaging-1.38.0-1.el7.x86_64
  • tfm-rubygem-rabl-0.13.1-2.el7.noarch
  • tfm-rubygem-rack-jsonp-1.3.1-7.el7.noarch
  • tfm-rubygem-rails-i18n-5.1.1-2.el7.noarch
  • tfm-rubygem-rainbow-2.2.1-3.el7.noarch
  • tfm-rubygem-rbovirt-0.1.7-2.el7.noarch
  • tfm-rubygem-rbvmomi-1.10.0-3.el7.noarch
  • tfm-rubygem-record_tag_helper-1.0.0-2.el7.noarch
  • tfm-rubygem-responders-2.4.0-2.el7.noarch
  • tfm-rubygem-rest-client-2.0.1-3.el7.noarch
  • tfm-rubygem-roadie-3.2.2-2.el7.noarch
  • tfm-rubygem-roadie-rails-1.3.0-2.el7.noarch
  • tfm-rubygem-robotex-1.0.0-21.el7.noarch
  • tfm-rubygem-ruby2ruby-2.4.0-2.el7.noarch
  • tfm-rubygem-ruby_parser-3.10.1-2.el7.noarch
  • tfm-rubygem-runcible-2.11.0-1.el7.noarch
  • tfm-rubygem-safemode-1.3.5-2.el7.noarch
  • tfm-rubygem-scoped_search-4.1.6-1.el7.noarch
  • tfm-rubygem-secure_headers-6.0.0-1.el7.noarch
  • tfm-rubygem-sequel-5.7.1-2.el7.noarch
  • tfm-rubygem-sexp_processor-4.10.0-5.el7.noarch
  • tfm-rubygem-sshkey-1.9.0-3.el7.noarch
  • tfm-rubygem-statsd-instrument-2.1.4-2.el7.noarch
  • tfm-rubygem-trollop-2.1.2-3.el7.noarch
  • tfm-rubygem-unf-0.1.3-7.el7.noarch
  • tfm-rubygem-unf_ext-0.0.6-8.el7.x86_64
  • tfm-rubygem-unicode-0.4.4.1-5.el7.x86_64
  • tfm-rubygem-unicode-display_width-1.0.5-3.el7.noarch
  • tfm-rubygem-validates_lengths_from_database-0.5.0-5.el7.noarch
  • tfm-rubygem-webpack-rails-0.9.8-3.el7.noarch
  • tfm-rubygem-wicked-1.3.3-1.el7.noarch
  • tfm-rubygem-will_paginate-3.1.5-3.el7.noarch
  • tfm-rubygem-x-editable-rails-1.5.5-3.el7.noarch
  • tfm-rubygem-xmlrpc-0.3.0-1.el7.noarch
  • tfm-runtime-5.0-2.el7.x86_64

Hello,

Do you have http proxy set on system ? If yes then it should be set as per below docs,

https://theforeman.org/plugins/katello/nightly/advanced/http_proxies.html

If system is not intended to use proxy and still its set then try unsetting it. Below is sort of similar thread,

Yes, we use an HTTP Proxy and it is configured per the documentation. Everything else about Foreman-Katello works with our proxy server, except this seems to have broken for no reason. We were able to initially import our RHEL entitlements when I built the server in April. However, this issue was never noticed until we needed to increase our licenses - which we can’t because of it. So, I don’t know exactly how or when it started per se.

I took a look at the thread you linked and, unfortunately, that isn’t related to the issue we’re encountering. Repository syncing works just fine. This error is encountered when attempting to remove or refresh a RHEL subscription manifest. I appreciate the effort, though!

For what it’s worth, I searched through the forums for any issues related to the error I’m receiving and none of them matched my situation or conditions.

I just wanted to mention that I solved this issue by editing /etc/foreman/plugins/katello.yaml and adding our proxy to the section :cdn_proxy:.

I then added the http_proxy and https_proxy environment variables to:

  • /etc/sysconfig/dynflowd
  • /etc/sysconfig/foreman
  • /etc/sysconfig/httpd

The issue I experienced appears to have been resolved in new(er) versions of Foreman and Katello.

1 Like