Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.

Bug 2130873

Summary: undefined method [] for true:TrueClass when accessing /smart_proxies/proxy/ping
Product: Red Hat Satellite Reporter: Evgeni Golov <egolov>
Component: Foreman ProxyAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED NOTABUG QA Contact: Satellite QE Team <sat-qe-bz-list>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.12.0CC: aruzicka, ehelms
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-08-10 12:58:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Evgeni Golov 2022-09-29 09:01:01 UTC
Description of problem:
Error logged when trying to open the list of capsules

Version-Release number of selected component (if applicable):
foreman-3.3.0.15-1.el8sat.noarch
foreman-proxy-3.3.0-1.el8sat.noarch
satellite-6.12.0-3.el8sat.noarch

How reproducible:
100%

Steps to Reproduce:
1. go to https://satelite.example.com/smart_proxies

Actual results:

production.log reads:

2022-09-29T08:55:16 [I|app|d4597e50] Started GET "/smart_proxies" for 192.168.122.1 at 2022-09-29 08:55:16 +0000
2022-09-29T08:55:16 [I|app|d4597e50] Processing by SmartProxiesController#index as HTML
2022-09-29T08:55:16 [I|app|d4597e50]   Rendering smart_proxies/index.html.erb within layouts/application
2022-09-29T08:55:16 [I|app|d4597e50]   Rendered common/_pagination.html.erb (Duration: 4.3ms | Allocations: 6165)
2022-09-29T08:55:16 [I|app|d4597e50]   Rendered smart_proxies/index.html.erb within layouts/application (Duration: 18.2ms | Allocations: 19090)
2022-09-29T08:55:16 [I|app|d4597e50]   Rendered layouts/_application_content.html.erb (Duration: 2.7ms | Allocations: 6507)
2022-09-29T08:55:16 [I|app|d4597e50]   Rendering layouts/base.html.erb
2022-09-29T08:55:16 [I|app|d4597e50]   Rendered /usr/share/gems/gems/foreman_theme_satellite-10.0.0.4/app/views/foreman_theme_satellite/_theme_client_side_branding.js.erb (Duration: 6.0ms | Allocations: 6605)
2022-09-29T08:55:16 [I|app|d4597e50]   Rendered layouts/base.html.erb (Duration: 29.6ms | Allocations: 38639)
2022-09-29T08:55:16 [I|app|d4597e50] Completed 200 OK in 64ms (Views: 50.2ms | ActiveRecord: 5.5ms | Allocations: 75666)
2022-09-29T08:55:17 [I|app|691f0a90] Started GET "/notification_recipients" for 192.168.122.1 at 2022-09-29 08:55:17 +0000
2022-09-29T08:55:17 [I|app|691f0a90] Processing by NotificationRecipientsController#index as JSON
2022-09-29T08:55:17 [I|app|691f0a90] Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.1ms | Allocations: 2104)
2022-09-29T08:55:18 [I|app|33bf40fa] Started GET "/smart_proxies/1-sat-6-12-qa-rhel8-tanso-example-com/ping" for 192.168.122.1 at 2022-09-29 08:55:18 +0000
2022-09-29T08:55:18 [I|app|33bf40fa] Processing by SmartProxiesController#ping as */*
2022-09-29T08:55:18 [I|app|33bf40fa]   Parameters: {"id"=>"1-sat-6-12-qa-rhel8-tanso-example-com"}
2022-09-29T08:55:18 [W|app|33bf40fa] undefined method `[]' for true:TrueClass
2022-09-29T08:55:18 [I|app|33bf40fa] Backtrace for 'undefined method `[]' for true:TrueClass' error (NoMethodError): undefined method `[]' for true:TrueClass
 33bf40fa | /usr/share/foreman/app/controllers/smart_proxies_controller.rb:154:in `versions_mismatched?'
 33bf40fa | /usr/share/foreman/app/controllers/smart_proxies_controller.rb:45:in `block in ping'
 33bf40fa | /usr/share/foreman/app/controllers/smart_proxies_controller.rb:129:in `requested_data'
 33bf40fa | /usr/share/foreman/app/controllers/smart_proxies_controller.rb:43:in `ping'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/abstract_controller/base.rb:195:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/rendering.rb:30:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:112:in `block in run_callbacks'
 33bf40fa | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
 33bf40fa | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
 33bf40fa | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
 33bf40fa | /usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
 33bf40fa | /usr/share/gems/gems/audited-4.9.0/lib/audited/sweeper.rb:14:in `around'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:121:in `block in run_callbacks'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:139:in `run_callbacks'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/abstract_controller/callbacks.rb:41:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/rescue.rb:22:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/notifications.rb:180:in `block in instrument'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/notifications.rb:180:in `instrument'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/instrumentation.rb:32:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
 33bf40fa | /usr/share/gems/gems/activerecord-6.0.4.7/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/abstract_controller/base.rb:136:in `process'
 33bf40fa | /usr/share/gems/gems/actionview-6.0.4.7/lib/action_view/rendering.rb:39:in `process'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal.rb:190:in `dispatch'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_controller/metal.rb:254:in `dispatch'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/routing/route_set.rb:33:in `serve'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/journey/router.rb:49:in `block in serve'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/journey/router.rb:32:in `each'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/journey/router.rb:32:in `serve'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/routing/route_set.rb:834:in `call'
 33bf40fa | /usr/share/gems/gems/katello-4.5.0.18/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
 33bf40fa | /usr/share/gems/gems/katello-4.5.0.18/lib/katello/middleware/event_daemon.rb:10:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/apipie-dsl-2.4.0/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
 33bf40fa | /usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/static_dispatcher.rb:66:in `call'
 33bf40fa | /usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/extractor/recorder.rb:137:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
 33bf40fa | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
 33bf40fa | /usr/share/gems/gems/apipie-rails-0.5.17/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/tempfile_reaper.rb:15:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/etag.rb:27:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/conditional_get.rb:27:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/head.rb:12:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/http/content_security_policy.rb:18:in `call'
 33bf40fa | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/session/abstract/id.rb:266:in `context'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/session/abstract/id.rb:260:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/cookies.rb:654:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/callbacks.rb:101:in `run_callbacks'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/debug_exceptions.rb:32:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
 33bf40fa | /usr/share/gems/gems/railties-6.0.4.7/lib/rails/rack/logger.rb:37:in `call_app'
 33bf40fa | /usr/share/gems/gems/railties-6.0.4.7/lib/rails/rack/logger.rb:28:in `call'
 33bf40fa | /usr/share/gems/gems/sprockets-rails-3.2.1/lib/sprockets/rails/quiet_assets.rb:13:in `call'
 33bf40fa | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/request_id.rb:27:in `call'
 33bf40fa | /usr/share/gems/gems/katello-4.5.0.18/lib/katello/prevent_json_parsing.rb:12:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/method_override.rb:24:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/runtime.rb:22:in `call'
 33bf40fa | /usr/share/gems/gems/activesupport-6.0.4.7/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/executor.rb:14:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/static.rb:126:in `call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/sendfile.rb:110:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/ssl.rb:74:in `call'
 33bf40fa | /usr/share/gems/gems/actionpack-6.0.4.7/lib/action_dispatch/middleware/host_authorization.rb:97:in `call'
 33bf40fa | /usr/share/gems/gems/secure_headers-6.3.0/lib/secure_headers/middleware.rb:11:in `call'
 33bf40fa | /usr/share/gems/gems/railties-6.0.4.7/lib/rails/engine.rb:527:in `call'
 33bf40fa | /usr/share/gems/gems/railties-6.0.4.7/lib/rails/railtie.rb:190:in `public_send'
 33bf40fa | /usr/share/gems/gems/railties-6.0.4.7/lib/rails/railtie.rb:190:in `method_missing'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:74:in `block in call'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:58:in `each'
 33bf40fa | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:58:in `call'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/configuration.rb:252:in `call'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/request.rb:77:in `block in handle_request'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/thread_pool.rb:340:in `with_force_shutdown'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/request.rb:76:in `handle_request'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/server.rb:441:in `process_client'
 33bf40fa | /usr/share/gems/gems/puma-5.6.2/lib/puma/thread_pool.rb:147:in `block in spawn_thread'
 33bf40fa | /usr/share/gems/gems/logging-2.3.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2022-09-29T08:55:18 [I|app|33bf40fa]   Rendering common/500.html.erb
2022-09-29T08:55:18 [I|app|33bf40fa]   Rendered common/500.html.erb (Duration: 4.0ms | Allocations: 6659)
2022-09-29T08:55:18 [I|app|33bf40fa] Completed 500 Internal Server Error in 36ms (Views: 4.5ms | ActiveRecord: 3.2ms | Allocations: 13474)


Expected results:
no error logged


Additional info:
Probably related/same origin as BZ#2130872

Comment 1 Evgeni Golov 2022-09-29 09:10:51 UTC
hmm, I can't reproduce after a reboot of the machine :(