Project

General

Profile

Actions

Bug #36722

closed

about page broken after katello-agent removal

Added by Evgeni Golov over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

When hitting `/about`, I get " Oops, we're sorry but something went wrong undefined method `packages' for Katello::Ping:Class"

Foreman version: 3.9.0-develop
Plugins: 
 - foreman-tasks 8.2.0
 - foreman_ansible 12.0.6
 - foreman_puppet 6.0.1
 - foreman_remote_execution 10.0.6
 - katello 4.11.0.pre.master

2023-09-06T08:26:53 [I|app|9aa15dfc] Started GET "/about" for 192.168.122.1 at 2023-09-06 08:26:53 +0000
2023-09-06T08:26:53 [I|app|9aa15dfc] Processing by AboutController#index as HTML
2023-09-06T08:26:53 [I|app|9aa15dfc] Deface: [WARNING] No :original defined for 'add_installed_packages_to_about', you should change its definition to include:
 9aa15dfc |  :original => '34f65bb30e2b11f355e23db3b7d5f473b5341afe' 
2023-09-06T08:26:53 [I|app|9aa15dfc]   Rendered about/index.html.erb within layouts/application (Duration: 16.1ms | Allocations: 7377)
2023-09-06T08:26:53 [I|app|9aa15dfc]   Rendered layout layouts/application.html.erb (Duration: 16.4ms | Allocations: 7436)
2023-09-06T08:26:53 [W|app|9aa15dfc] undefined method `packages' for Katello::Ping:Class
2023-09-06T08:26:53 [I|app|9aa15dfc] Backtrace for 'undefined method `packages' for Katello::Ping:Class' error (ActionView::Template::Error): undefined method `packages' for Katello::Ping:Class
 9aa15dfc | /usr/share/foreman/app/views/about/index.html.erb:147:in `_5f4b68115ac51cbde5b237eea2ec2169'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/base.rb:247:in `public_send'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/base.rb:247:in `_run'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/template.rb:154:in `block in render'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:205:in `instrument'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/template.rb:345:in `instrument_render_template'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/template.rb:152:in `render'
 9aa15dfc | /usr/share/gems/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in `render'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `block in instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `instrument'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:56:in `block in render_template'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `block in instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `instrument'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:55:in `render_template'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/template_renderer.rb:11:in `render'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/renderer/renderer.rb:29:in `render_to_object'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/rendering.rb:117:in `block in _render_template'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/base.rb:273:in `in_rendering_context'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/rendering.rb:116:in `_render_template'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/streaming.rb:218:in `_render_template'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/rendering.rb:103:in `render_to_body'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/rendering.rb:52:in `render_to_body'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/renderers.rb:142:in `render_to_body'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/abstract_controller/rendering.rb:25:in `render'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/rendering.rb:36:in `render'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
 9aa15dfc | /usr/share/ruby/benchmark.rb:308:in `realtime'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/core_ext/benchmark.rb:14:in `ms'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:46:in `block in render'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime'
 9aa15dfc | /usr/share/gems/gems/activerecord-6.1.7.6/lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:45:in `render'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/implicit_render.rb:35:in `default_render'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/abstract_controller/base.rb:228:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/rendering.rb:30:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
 9aa15dfc | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 9aa15dfc | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 9aa15dfc | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 9aa15dfc | /usr/share/gems/gems/audited-5.3.3/lib/audited/sweeper.rb:16:in `around'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 9aa15dfc | /usr/share/gems/gems/audited-5.3.3/lib/audited/sweeper.rb:16:in `around'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:137:in `run_callbacks'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/abstract_controller/callbacks.rb:41:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/rescue.rb:22:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `block in instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/notifications.rb:203:in `instrument'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
 9aa15dfc | /usr/share/gems/gems/activerecord-6.1.7.6/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/abstract_controller/base.rb:165:in `process'
 9aa15dfc | /usr/share/gems/gems/actionview-6.1.7.6/lib/action_view/rendering.rb:39:in `process'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal.rb:190:in `dispatch'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_controller/metal.rb:254:in `dispatch'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/routing/route_set.rb:33:in `serve'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/journey/router.rb:50:in `block in serve'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/journey/router.rb:32:in `each'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/journey/router.rb:32:in `serve'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/routing/route_set.rb:842:in `call'
 9aa15dfc | /usr/share/gems/gems/katello-4.11.0.pre.master/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
 9aa15dfc | /usr/share/gems/gems/katello-4.11.0.pre.master/lib/katello/middleware/event_daemon.rb:10:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/apipie-dsl-2.5.0/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
 9aa15dfc | /usr/share/gems/gems/apipie-rails-1.2.2/lib/apipie/static_dispatcher.rb:68:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/static.rb:24:in `call'
 9aa15dfc | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
 9aa15dfc | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
 9aa15dfc | /usr/share/gems/gems/apipie-rails-1.2.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/tempfile_reaper.rb:15:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/etag.rb:27:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/conditional_get.rb:27:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/head.rb:12:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/http/content_security_policy.rb:19:in `call'
 9aa15dfc | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/session/abstract/id.rb:266:in `context'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/session/abstract/id.rb:260:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/cookies.rb:697:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/callbacks.rb:98:in `run_callbacks'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
 9aa15dfc | /usr/share/gems/gems/railties-6.1.7.6/lib/rails/rack/logger.rb:37:in `call_app'
 9aa15dfc | /usr/share/gems/gems/railties-6.1.7.6/lib/rails/rack/logger.rb:28:in `call'
 9aa15dfc | /usr/share/gems/gems/sprockets-rails-3.4.2/lib/sprockets/rails/quiet_assets.rb:13:in `call'
 9aa15dfc | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
 9aa15dfc | /usr/share/gems/gems/request_store-1.5.1/lib/request_store/middleware.rb:19:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/request_id.rb:26:in `call'
 9aa15dfc | /usr/share/gems/gems/katello-4.11.0.pre.master/lib/katello/prevent_json_parsing.rb:12:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/method_override.rb:24:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/runtime.rb:22:in `call'
 9aa15dfc | /usr/share/gems/gems/activesupport-6.1.7.6/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/executor.rb:14:in `call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/sendfile.rb:110:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/ssl.rb:77:in `call'
 9aa15dfc | /usr/share/gems/gems/actionpack-6.1.7.6/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'
 9aa15dfc | /usr/share/gems/gems/secure_headers-6.5.0/lib/secure_headers/middleware.rb:11:in `call'
 9aa15dfc | /usr/share/gems/gems/railties-6.1.7.6/lib/rails/engine.rb:539:in `call'
 9aa15dfc | /usr/share/gems/gems/railties-6.1.7.6/lib/rails/railtie.rb:207:in `public_send'
 9aa15dfc | /usr/share/gems/gems/railties-6.1.7.6/lib/rails/railtie.rb:207:in `method_missing'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/urlmap.rb:74:in `block in call'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/urlmap.rb:58:in `each'
 9aa15dfc | /usr/share/gems/gems/rack-2.2.8/lib/rack/urlmap.rb:58:in `call'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/configuration.rb:270:in `call'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/request.rb:100:in `block in handle_request'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/thread_pool.rb:344:in `with_force_shutdown'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/request.rb:99:in `handle_request'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/server.rb:443:in `process_client'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/server.rb:245:in `block in run'
 9aa15dfc | /usr/share/gems/gems/puma-6.3.1/lib/puma/thread_pool.rb:151:in `block in spawn_thread'
 9aa15dfc | /usr/share/gems/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2023-09-06T08:26:53 [I|app|9aa15dfc]   Rendered common/500.html.erb within layouts/application (Duration: 1.9ms | Allocations: 1089)
2023-09-06T08:26:53 [I|app|9aa15dfc]   Rendered layouts/base.html.erb (Duration: 6.1ms | Allocations: 3833)
2023-09-06T08:26:53 [I|app|9aa15dfc]   Rendered layout layouts/application.html.erb (Duration: 10.1ms | Allocations: 6048)
2023-09-06T08:26:53 [I|app|9aa15dfc] Completed 500 Internal Server Error in 70ms (Views: 11.4ms | ActiveRecord: 6.4ms | Allocations: 28205)

Related issues 1 (0 open1 closed)

Related to Katello - Feature #36706: Remove Agent events from Katello Event DaemonClosedJeremy LenzActions
Actions

Also available in: Atom PDF