Actions
Bug #32745
closedCapsule sync fails with ISE (500) during container gateway repository list update
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
The following error occurs if the container repository list is empty during a capsule sync:
On the katello server, the repo list is empty:
19:07:38 rails.1 | 19:07:38 rails.1 | [7, 16] in /home/vagrant/katello/lib/proxy_api/container_gateway.rb 19:07:38 rails.1 | 7: 19:07:38 rails.1 | 8: def repository_list(args) 19:07:38 rails.1 | 9: # put '/v2/repository_list/?' 19:07:38 rails.1 | 10: @url += "/repository_list" 19:07:38 rails.1 | 11: byebug 19:07:38 rails.1 | => 12: parse put(args) 19:07:38 rails.1 | 13: rescue => e 19:07:38 rails.1 | 14: raise ::ProxyAPI::ProxyException.new(url, e, N_("Unable to update the repository list")) 19:07:38 rails.1 | 15: end 19:07:38 rails.1 | 16: 19:07:41 rails.1 | (byebug) args 19:07:41 rails.1 | {:repositories=>[]}
And therefore on the proxy:
2021-06-07T19:14:02 [I] WEBrick::HTTPServer#start: pid=9768 port=9090 2021-06-07T19:14:02 [I] Smart proxy has launched on 2 socket(s), waiting for requests 2021-06-07T19:14:36 f82fa9f2 [I] Started PUT /container_gateway/repository_list/ 2021-06-07T19:14:36 f82fa9f2 [W] <Sinatra::IndifferentHash> {"repositories"=>nil} 2021-06-07T19:14:36 f82fa9f2 [W] Error processing request 'f82fa9f2-e00c-4bfb-85d0-33ff76a9432a: <NoMethodError>: undefined method `each' for nil:NilClass /opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_container_gateway-1.0.4/lib/smart_proxy_container_gateway/container_gateway_main.rb:81:in `update_repository_list' /opt/theforeman/tfm/root/usr/share/gems/gems/smart_proxy_container_gateway-1.0.4/lib/smart_proxy_container_gateway/container_gateway_api.rb:127:in `block in <class:Api>'
Updated by James Jeffers over 3 years ago
- Target version set to Katello 4.2.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 3 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ian Ballou
- Pull request https://github.com/Katello/smart_proxy_container_gateway/pull/16 added
Updated by Anonymous over 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_container_gateway|667d566d625b3a7309b94a33e094c45069aae183.
Actions