Skip to content

Instantly share code, notes, and snippets.

@ares
Created November 22, 2022 14:56
Show Gist options
  • Save ares/7e62338ab0f8784b680ae5e85e4dfc50 to your computer and use it in GitHub Desktop.
Save ares/7e62338ab0f8784b680ae5e85e4dfc50 to your computer and use it in GitHub Desktop.
root@foreman-nuc2:[~foreman][master✗]# foreman-rake errors:fetch_log request_id=2171838b
WARNING: Sidekiq::Web.sessions= is no longer relevant and will be removed in Sidekiq 7.0. /usr/share/gems/gems/sidekiq-6.3.1/lib/sidekiq/web.rb:75:in `set'
2022-11-22T14:28:54 [I|app|2171838b] Started GET "/config_reports/34662" for 10.35.206.181 at 2022-11-22 14:28:54 +0100
2022-11-22T14:28:54 [I|app|2171838b] Processing by ConfigReportsController#show as HTML
2022-11-22T14:28:54 [I|app|2171838b] Parameters: {"id"=>"34662"}
2022-11-22T14:28:54 [D|sql|2171838b] Setting Load (0.7ms) SELECT "settings".* FROM "settings" WHERE "settings"."category" = $1 AND "settings"."value" IS NOT NULL AND (updated_at >= '2022-11-22 13:06:53.503668') [["category", "Setting"]]
2022-11-22T14:28:54 [D|sql|2171838b] User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT $2 [["id", 34], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|sql|2171838b] Usergroup Load (0.6ms) SELECT "usergroups".* FROM "usergroups" INNER JOIN "cached_usergroup_members" ON "usergroups"."id" = "cached_usergroup_members"."usergroup_id" WHERE "cached_usergroup_members"."user_id" = $1 ORDER BY usergroups.name [["user_id", 34]]
2022-11-22T14:28:54 [D|sql|2171838b] AuthSource Load (0.3ms) SELECT "auth_sources".* FROM "auth_sources" WHERE "auth_sources"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|sql|2171838b] Location Load (0.3ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 AND "taxonomies"."id" = $2 AND "taxonomies"."id" = $3 ORDER BY "taxonomies"."title" ASC LIMIT $4 [["type", "Location"], ["id", 4], ["id", 4], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|tax|2171838b] Current location set to Brno
2022-11-22T14:28:54 [D|sql|2171838b] Organization Load (0.3ms) SELECT "taxonomies".* FROM "taxonomies" WHERE "taxonomies"."type" = $1 AND "taxonomies"."id" = $2 AND "taxonomies"."id" = $3 ORDER BY "taxonomies"."title" ASC LIMIT $4 [["type", "Organization"], ["id", 3], ["id", 3], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|tax|2171838b] Current organization set to Demo
2022-11-22T14:28:54 [D|sql|2171838b] Role Load (0.5ms) SELECT DISTINCT "roles".* FROM "roles" INNER JOIN "cached_user_roles" ON "roles"."id" = "cached_user_roles"."role_id" WHERE "cached_user_roles"."user_id" = $1 [["user_id", 34]]
2022-11-22T14:28:54 [D|sql|2171838b] (1.1ms) SELECT "permissions"."name" FROM "permissions" INNER JOIN "filterings" ON "permissions"."id" = "filterings"."permission_id" INNER JOIN "filters" ON "filterings"."filter_id" = "filters"."id" WHERE "filters"."role_id" = $1 ORDER BY filters.role_id, filters.id [["role_id", 1]]
2022-11-22T14:28:54 [D|sql|2171838b] (1.0ms) SELECT "permissions"."name" FROM "permissions" INNER JOIN "filterings" ON "permissions"."id" = "filterings"."permission_id" INNER JOIN "filters" ON "filterings"."filter_id" = "filters"."id" WHERE "filters"."role_id" = $1 ORDER BY filters.role_id, filters.id [["role_id", 2]]
2022-11-22T14:28:54 [D|sql|2171838b] Filter Load (2.5ms) SELECT DISTINCT "filters".* FROM "filters" INNER JOIN "roles" ON "filters"."role_id" = "roles"."id" INNER JOIN "cached_user_roles" ON "roles"."id" = "cached_user_roles"."role_id" INNER JOIN "filterings" ON "filterings"."filter_id" = "filters"."id" INNER JOIN "permissions" ON "permissions"."id" = "filterings"."permission_id" LEFT JOIN taxable_taxonomies ON (filters.id = taxable_taxonomies.taxable_id AND taxable_type = 'Filter') LEFT JOIN taxonomies ON (taxonomies.id = taxable_taxonomies.taxonomy_id) WHERE "cached_user_roles"."user_id" = $1 AND "permissions"."resource_type" = $2 AND "permissions"."name" = $3 AND (taxable_taxonomies.id IS NULL OR (taxonomies.type = 'Organization') OR (taxonomies.type = 'Location')) [["user_id", 34], ["resource_type", "ConfigReport"], ["name", "view_config_reports"]]
2022-11-22T14:28:54 [D|sql|2171838b] Filter Load (2.0ms) SELECT DISTINCT "filters".* FROM "filters" INNER JOIN "roles" ON "filters"."role_id" = "roles"."id" INNER JOIN "cached_user_roles" ON "roles"."id" = "cached_user_roles"."role_id" INNER JOIN "filterings" ON "filterings"."filter_id" = "filters"."id" INNER JOIN "permissions" ON "permissions"."id" = "filterings"."permission_id" LEFT JOIN taxable_taxonomies ON (filters.id = taxable_taxonomies.taxable_id AND taxable_type = 'Filter') LEFT JOIN taxonomies ON (taxonomies.id = taxable_taxonomies.taxonomy_id) WHERE "cached_user_roles"."user_id" = $1 AND "permissions"."resource_type" = $2 AND "permissions"."name" = $3 AND (taxable_taxonomies.id IS NULL OR (taxonomies.type = 'Organization') OR (taxonomies.type = 'Location')) [["user_id", 34], ["resource_type", "Host"], ["name", "view_hosts"]]
2022-11-22T14:28:54 [D|sql|2171838b] (0.3ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '3/%' OR "taxonomies"."ancestry" = '3' OR "taxonomies"."id" = 3) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] (0.2ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '4/%' OR "taxonomies"."ancestry" = '4' OR "taxonomies"."id" = 4) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '3/%' OR "taxonomies"."ancestry" = '3' OR "taxonomies"."id" = 3) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '4/%' OR "taxonomies"."ancestry" = '4' OR "taxonomies"."id" = 4) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] ConfigReport Load (0.8ms) SELECT "reports".* FROM "reports" INNER JOIN "hosts" ON "hosts"."organization_id" = $1 AND "hosts"."location_id" = $2 AND "hosts"."id" = "reports"."host_id" AND "hosts"."type" = $3 WHERE "reports"."type" = $4 AND "reports"."id" = $5 LIMIT $6 [["organization_id", 3], ["location_id", 4], ["type", "Host::Managed"], ["type", "ConfigReport"], ["id", 34662], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '3/%' OR "taxonomies"."ancestry" = '3' OR "taxonomies"."id" = 3) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '4/%' OR "taxonomies"."ancestry" = '4' OR "taxonomies"."id" = 4) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] Log Load (0.7ms) SELECT "logs".* FROM "logs" WHERE "logs"."report_id" = $1 ORDER BY logs.id [["report_id", 34662]]
2022-11-22T14:28:54 [D|sql|2171838b] Message Load (1.0ms) SELECT "messages".* FROM "messages" WHERE "messages"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 539], ["id", 1032], ["id", 1033], ["id", 1030], ["id", 1034], ["id", 1035], ["id", 1036], ["id", 1037], ["id", 1038], ["id", 1039], ["id", 1040], ["id", 1041], ["id", 1042], ["id", 1043], ["id", 1044], ["id", 1045], ["id", 1046], ["id", 1047], ["id", 1048], ["id", 1006]]
2022-11-22T14:28:54 [D|sql|2171838b] Source Load (0.7ms) SELECT "sources".* FROM "sources" WHERE "sources"."id" IN ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19, $20) [["id", 507], ["id", 403], ["id", 530], ["id", 531], ["id", 782], ["id", 783], ["id", 784], ["id", 785], ["id", 786], ["id", 787], ["id", 788], ["id", 789], ["id", 790], ["id", 791], ["id", 792], ["id", 793], ["id", 794], ["id", 795], ["id", 796], ["id", 778]]
2022-11-22T14:28:54 [D|app|2171838b] Rendering layout layouts/application.html.erb
2022-11-22T14:28:54 [D|app|2171838b] Rendering config_reports/show.html.erb within layouts/application
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '3/%' OR "taxonomies"."ancestry" = '3' OR "taxonomies"."id" = 3) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] CACHE (0.0ms) SELECT "taxonomies"."id" FROM "taxonomies" WHERE ("taxonomies"."ancestry" LIKE '4/%' OR "taxonomies"."ancestry" = '4' OR "taxonomies"."id" = 4) ORDER BY "taxonomies"."title" ASC
2022-11-22T14:28:54 [D|sql|2171838b] Host::Managed Load (0.6ms) SELECT "hosts".* FROM "hosts" WHERE "hosts"."organization_id" = $1 AND "hosts"."location_id" = $2 AND "hosts"."type" = $3 AND "hosts"."id" = $4 LIMIT $5 [["organization_id", 3], ["location_id", 4], ["type", "Host::Managed"], ["id", 12], ["LIMIT", 1]]
2022-11-22T14:28:54 [D|app|2171838b] Rendered /usr/share/gems/gems/foreman_ansible-10.1.0/app/views/foreman_ansible/config_reports/_ansible.html.erb (Duration: 8.8ms | Allocations: 7798)
2022-11-22T14:28:54 [I|app|2171838b] Rendered config_reports/show.html.erb within layouts/application (Duration: 19.2ms | Allocations: 11973)
2022-11-22T14:28:54 [I|app|2171838b] Rendered layout layouts/application.html.erb (Duration: 19.4ms | Allocations: 12064)
2022-11-22T14:28:54 [W|app|2171838b] undefined method `[]' for nil:NilClass
2022-11-22T14:28:54 [I|app|2171838b] Backtrace for 'undefined method `[]' for nil:NilClass' error (ActionView::Template::Error): undefined method `[]' for nil:NilClass
2171838b | /usr/share/gems/gems/foreman_ansible-10.1.0/app/helpers/foreman_ansible/ansible_reports_helper.rb:35:in `ansible_module_message'
2171838b | /usr/share/gems/gems/foreman_ansible-10.1.0/app/views/foreman_ansible/config_reports/_ansible.html.erb:24:in `block in _500ea161006569b9942cbccda7cfe5c7'
2171838b | /usr/share/gems/gems/activerecord-6.1.7/lib/active_record/relation/delegation.rb:88:in `each'
2171838b | /usr/share/gems/gems/activerecord-6.1.7/lib/active_record/relation/delegation.rb:88:in `each'
2171838b | /usr/share/gems/gems/foreman_ansible-10.1.0/app/views/foreman_ansible/config_reports/_ansible.html.erb:18:in `_500ea161006569b9942cbccda7cfe5c7'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `public_send'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `_run'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:154:in `block in render'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:205:in `instrument'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:345:in `instrument_render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:152:in `render'
2171838b | /usr/share/gems/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in `render'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/partial_renderer.rb:285:in `block in render_partial_template'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `block in instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `instrument'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/partial_renderer.rb:280:in `render_partial_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/partial_renderer.rb:271:in `render'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/renderer.rb:81:in `render_partial_to_object'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/renderer.rb:53:in `render_partial'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/helpers/rendering_helper.rb:45:in `render'
2171838b | /usr/share/foreman/app/views/config_reports/show.html.erb:15:in `_0120d0b6c7d8fdb3456c814ce287fc7b'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `public_send'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/base.rb:247:in `_run'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:154:in `block in render'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:205:in `instrument'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:345:in `instrument_render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/template.rb:152:in `render'
2171838b | /usr/share/gems/gems/deface-1.5.3/lib/deface/action_view_extensions.rb:43:in `render'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:61:in `block (2 levels) in render_template'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `block in instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `instrument'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:56:in `block in render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:71:in `block in render_with_layout'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `block in instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `instrument'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:70:in `render_with_layout'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:55:in `render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/template_renderer.rb:11:in `render'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/renderer.rb:61:in `render_template_to_object'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/renderer/renderer.rb:29:in `render_to_object'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/rendering.rb:117:in `block in _render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/base.rb:273:in `in_rendering_context'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/rendering.rb:116:in `_render_template'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/streaming.rb:218:in `_render_template'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/rendering.rb:103:in `render_to_body'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/rendering.rb:52:in `render_to_body'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/renderers.rb:142:in `render_to_body'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/abstract_controller/rendering.rb:25:in `render'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/rendering.rb:36:in `render'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render'
2171838b | /usr/share/ruby/benchmark.rb:308:in `realtime'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/core_ext/benchmark.rb:14:in `ms'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:46:in `block in render'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:86:in `cleanup_view_runtime'
2171838b | /usr/share/gems/gems/activerecord-6.1.7/lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:45:in `render'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/implicit_render.rb:35:in `default_render'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `tap'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/abstract_controller/base.rb:228:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/rendering.rb:30:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
2171838b | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
2171838b | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
2171838b | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
2171838b | /usr/share/gems/gems/audited-5.0.2/lib/audited/sweeper.rb:16:in `around'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
2171838b | /usr/share/gems/gems/audited-5.0.2/lib/audited/sweeper.rb:16:in `around'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:137:in `run_callbacks'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/abstract_controller/callbacks.rb:41:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/rescue.rb:22:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `block in instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/notifications.rb:203:in `instrument'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
2171838b | /usr/share/gems/gems/activerecord-6.1.7/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/abstract_controller/base.rb:165:in `process'
2171838b | /usr/share/gems/gems/actionview-6.1.7/lib/action_view/rendering.rb:39:in `process'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal.rb:190:in `dispatch'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_controller/metal.rb:254:in `dispatch'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/routing/route_set.rb:33:in `serve'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/journey/router.rb:50:in `block in serve'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/journey/router.rb:32:in `each'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/journey/router.rb:32:in `serve'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/routing/route_set.rb:842:in `call'
2171838b | /usr/share/gems/gems/katello-4.8.0.pre.master/lib/katello/middleware/organization_created_enforcer.rb:18:in `call'
2171838b | /usr/share/gems/gems/katello-4.8.0.pre.master/lib/katello/middleware/event_daemon.rb:10:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/apipie-dsl-2.5.0/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
2171838b | /usr/share/gems/gems/apipie-rails-0.8.2/lib/apipie/static_dispatcher.rb:68:in `call'
2171838b | /usr/share/gems/gems/apipie-rails-0.8.2/lib/apipie/extractor/recorder.rb:137:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/static.rb:24:in `call'
2171838b | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
2171838b | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
2171838b | /usr/share/gems/gems/apipie-rails-0.8.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/tempfile_reaper.rb:15:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/etag.rb:27:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/conditional_get.rb:27:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/head.rb:12:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/http/content_security_policy.rb:19:in `call'
2171838b | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/session/abstract/id.rb:266:in `context'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/session/abstract/id.rb:260:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/cookies.rb:689:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/callbacks.rb:98:in `run_callbacks'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
2171838b | /usr/share/gems/gems/railties-6.1.7/lib/rails/rack/logger.rb:37:in `call_app'
2171838b | /usr/share/gems/gems/railties-6.1.7/lib/rails/rack/logger.rb:28:in `call'
2171838b | /usr/share/gems/gems/sprockets-rails-3.4.2/lib/sprockets/rails/quiet_assets.rb:13:in `call'
2171838b | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/request_id.rb:26:in `call'
2171838b | /usr/share/gems/gems/katello-4.8.0.pre.master/lib/katello/prevent_json_parsing.rb:12:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/method_override.rb:24:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/runtime.rb:22:in `call'
2171838b | /usr/share/gems/gems/activesupport-6.1.7/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/executor.rb:14:in `call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/sendfile.rb:110:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/ssl.rb:77:in `call'
2171838b | /usr/share/gems/gems/actionpack-6.1.7/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'
2171838b | /usr/share/gems/gems/secure_headers-6.5.0/lib/secure_headers/middleware.rb:11:in `call'
2171838b | /usr/share/gems/gems/railties-6.1.7/lib/rails/engine.rb:539:in `call'
2171838b | /usr/share/gems/gems/railties-6.1.7/lib/rails/railtie.rb:207:in `public_send'
2171838b | /usr/share/gems/gems/railties-6.1.7/lib/rails/railtie.rb:207:in `method_missing'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:74:in `block in call'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:58:in `each'
2171838b | /usr/share/gems/gems/rack-2.2.4/lib/rack/urlmap.rb:58:in `call'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/configuration.rb:252:in `call'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/request.rb:77:in `block in handle_request'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/thread_pool.rb:340:in `with_force_shutdown'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/request.rb:76:in `handle_request'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/server.rb:443:in `process_client'
2171838b | /usr/share/gems/gems/puma-5.6.5/lib/puma/thread_pool.rb:147:in `block in spawn_thread'
2171838b | /usr/share/gems/gems/logging-2.3.1/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2022-11-22T14:28:54 [D|app|2171838b] Rendering layout layouts/application.html.erb
2022-11-22T14:28:54 [D|app|2171838b] Rendering common/500.html.erb within layouts/application
2022-11-22T14:28:54 [I|app|2171838b] Rendered common/500.html.erb within layouts/application (Duration: 2.9ms | Allocations: 1719)
2022-11-22T14:28:54 [D|app|2171838b] Rendered layouts/_application_content.html.erb (Duration: 4.1ms | Allocations: 6433)
2022-11-22T14:28:54 [D|app|2171838b] Rendering layouts/base.html.erb
2022-11-22T14:28:54 [I|app|2171838b] Rendered layouts/base.html.erb (Duration: 8.7ms | Allocations: 10516)
2022-11-22T14:28:54 [I|app|2171838b] Rendered layout layouts/application.html.erb (Duration: 20.8ms | Allocations: 25452)
2022-11-22T14:28:54 [I|app|2171838b] Completed 500 Internal Server Error in 109ms (Views: 21.8ms | ActiveRecord: 15.4ms | Allocations: 56430)
2022-11-22T14:28:54 [D|sql|2171838b] TRANSACTION (0.2ms) BEGIN
2022-11-22T14:28:54 [D|sql|2171838b] ActiveRecord::SessionStore::Session Update (0.4ms) UPDATE "sessions" SET "data" = $1, "updated_at" = $2 WHERE "sessions"."id" = $3 [["data", "BAh7DEkiCXVzZXIGOgZFRmknSSIUb3JnYW5pemF0aW9uX2lkBjsAVGkISSIQ\nbG9jYXRpb25faWQGOwBUaQlJIg9leHBpcmVzX2F0BjsARmwrB9pb2GNJIhJs\nb2dnaW5nX3Rva2VuBjsAVEkiKWQ4MTgwNmE2LTIzYWItNGUwNS1hOTk4LTMw\nNjE0MjAyZjA4MQY7AEZJIgtsb2NhbGUGOwBGIgplbl9HQkkiEF9jc3JmX3Rv\na2VuBjsARkkiMXpoUThOUVBwdW55aFJtQ0N6bHJReU15N2lad0N2R1JTQm1z\nRXcycTBWQ0U9BjsARg==\n"], ["updated_at", "2022-11-22 13:28:54.765876"], ["id", 717291]]
2022-11-22T14:28:54 [D|sql|2171838b] TRANSACTION (0.7ms) COMMIT
Foreman version: 3.6.0-develop
Plugins:
- foreman-tasks 7.1.0
- foreman_ansible 10.1.0
- foreman_azure_rm 2.2.7
- foreman_bootdisk 21.0.2
- foreman_discovery 22.0.2
- foreman_kubevirt 0.1.9
- foreman_leapp 0.1.11
- foreman_openscap 5.2.2
- foreman_puppet 4.0.3
- foreman_remote_execution 8.1.0
- foreman_rh_cloud 6.0.43
- foreman_templates 9.3.0
- foreman_virt_who_configure 0.5.10
- foreman_webhooks 3.0.5
- katello 4.8.0.pre.master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment