-
Bug
-
Resolution: Duplicate
-
Undefined
-
None
-
6.17.0
-
None
-
False
-
None
-
None
-
None
-
None
Description of problem:
When clients try to fetch insights-core.egg through Satellite and cloud gives be 304, an exception is raised and logged in production.log
2025-04-03T04:03:38 [I|app|6ee27437] Started GET "/redhat_access/r/insights/v1/static/release/insights-core.egg" for 192.168.122.15 at 2025-04-03 04:03:38 -0400 2025-04-03T04:03:38 [I|app|6ee27437] Processing by InsightsCloud::Api::MachineTelemetriesController#forward_request as */* 2025-04-03T04:03:38 [I|app|6ee27437] Parameters: {"path"=>"v1/static/release/insights-core"} 2025-04-03T04:03:38 [W|app|6ee27437] Action failed 2025-04-03T04:03:38 [I|app|6ee27437] Backtrace for 'Action failed' error (NoMethodError): undefined method `code' for #<RestClient::NotModified: 304 Not Modified> 6ee27437 | /usr/share/gems/gems/foreman_rh_cloud-11.3.0/app/controllers/insights_cloud/api/machine_telemetries_controller.rb:31:in `forward_request' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/base.rb:215:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/rendering.rb:165:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/callbacks.rb:234:in `block in process_action' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:118:in `block in run_callbacks' 6ee27437 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks' 6ee27437 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks' 6ee27437 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks' 6ee27437 | /usr/share/gems/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks' 6ee27437 | /usr/share/gems/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:127:in `block in run_callbacks' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:138:in `run_callbacks' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/callbacks.rb:233:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/rescue.rb:23:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/instrumentation.rb:67:in `block in process_action' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications.rb:206:in `block in instrument' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/notifications.rb:206:in `instrument' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/instrumentation.rb:66:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal/params_wrapper.rb:259:in `process_action' 6ee27437 | /usr/share/gems/gems/activerecord-7.0.8.7/lib/active_record/railties/controller_runtime.rb:27:in `process_action' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/abstract_controller/base.rb:151:in `process' 6ee27437 | /usr/share/gems/gems/actionview-7.0.8.7/lib/action_view/rendering.rb:39:in `process' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal.rb:188:in `dispatch' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_controller/metal.rb:251:in `dispatch' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:49:in `dispatch' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:32:in `serve' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:18:in `block in <class:Constraints>' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/mapper.rb:48:in `serve' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:50:in `block in serve' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `each' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/journey/router.rb:32:in `serve' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/routing/route_set.rb:852:in `call' 6ee27437 | /usr/share/gems/gems/katello-4.16.0.1/lib/katello/middleware/organization_created_enforcer.rb:18:in `call' 6ee27437 | /usr/share/gems/gems/katello-4.16.0.1/lib/katello/middleware/event_daemon.rb:10:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/apipie-dsl-2.6.2/lib/apipie_dsl/static_dispatcher.rb:67:in `call' 6ee27437 | /usr/share/gems/gems/apipie-rails-1.4.2/lib/apipie/static_dispatcher.rb:74:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/static.rb:23:in `call' 6ee27437 | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call' 6ee27437 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call' 6ee27437 | /usr/share/gems/gems/apipie-rails-1.4.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/tempfile_reaper.rb:15:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/etag.rb:27:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/conditional_get.rb:27:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/head.rb:12:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/http/permissions_policy.rb:38:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/http/content_security_policy.rb:39:in `call' 6ee27437 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/session/abstract/id.rb:266:in `context' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/session/abstract/id.rb:260:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/cookies.rb:704:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/callbacks.rb:99:in `run_callbacks' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/callbacks.rb:26:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/show_exceptions.rb:29:in `call' 6ee27437 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/rack/logger.rb:40:in `call_app' 6ee27437 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/rack/logger.rb:27:in `call' 6ee27437 | /usr/share/gems/gems/sprockets-rails-3.5.2/lib/sprockets/rails/quiet_assets.rb:17:in `call' 6ee27437 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/remote_ip.rb:93:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/request_id.rb:26:in `call' 6ee27437 | /usr/share/gems/gems/katello-4.16.0.1/lib/katello/prevent_json_parsing.rb:12:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/method_override.rb:24:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/runtime.rb:22:in `call' 6ee27437 | /usr/share/gems/gems/activesupport-7.0.8.7/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/executor.rb:14:in `call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/sendfile.rb:110:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/ssl.rb:77:in `call' 6ee27437 | /usr/share/gems/gems/actionpack-7.0.8.7/lib/action_dispatch/middleware/host_authorization.rb:131:in `call' 6ee27437 | /usr/share/gems/gems/secure_headers-6.7.0/lib/secure_headers/middleware.rb:11:in `call' 6ee27437 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/engine.rb:530:in `call' 6ee27437 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `public_send' 6ee27437 | /usr/share/gems/gems/railties-7.0.8.7/lib/rails/railtie.rb:226:in `method_missing' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/urlmap.rb:74:in `block in call' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/urlmap.rb:58:in `each' 6ee27437 | /usr/share/gems/gems/rack-2.2.13/lib/rack/urlmap.rb:58:in `call' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/configuration.rb:279:in `call' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/request.rb:99:in `block in handle_request' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/thread_pool.rb:390:in `with_force_shutdown' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/request.rb:98:in `handle_request' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/server.rb:472:in `process_client' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/server.rb:254:in `block in run' 6ee27437 | /usr/share/gems/gems/puma-6.6.0/lib/puma/thread_pool.rb:167:in `block in spawn_thread' 6ee27437 | /usr/share/gems/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context' 2025-04-03T04:03:38 [I|app|6ee27437] Rendered api/v2/errors/custom_error.json.rabl within api/v2/layouts/error_layout (Duration: 0.3ms | Allocations: 222) 2025-04-03T04:03:38 [I|app|6ee27437] Rendered layout api/v2/layouts/error_layout.json.erb (Duration: 0.4ms | Allocations: 323) 2025-04-03T04:03:38 [I|app|6ee27437] Completed 500 Internal Server Error in 48ms (Views: 1.0ms | ActiveRecord: 7.8ms | Allocations: 13115)
How reproducible:
always-ish
Is this issue a regression from an earlier version:
?
Steps to Reproduce:
1. Have satellite (with IoP advisor enabled, not sure if relevant)
2. Have a client
3. Register client into satellite, with "Setup Inisights" turned on
Actual behavior:
Error in the logs
Expected behavior:
One would expect a 304 to be handled gracefully.
Relevant versions:
satellite-6.17.0-2.el9sat.noarch
rubygem-foreman_rh_cloud-11.3.0-1.el9sat.noarch
- duplicates
-
SAT-32465 Internal Server Error during insights-client upload
-
- Closed
-