Project

General

Profile

Actions

Bug #38408

open

Foreman 3.12.1 fails to delete operating system

Added by Tim Meusel 1 day ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
No
Fixed in Releases:
Found in Releases:

Description

When I go to Hosts -> Provisioning Setup -> Operating Systems, I've an overview of all operating systems that are currently used / where used.

OS Overview

When I try to delete the Debian 11.5 OS, I get the following error:

error

The rake output:

foreman-rake errors:fetch_log request_id=c87d7fd7
Foreman version: 3.12.1
Plugins:
 - foreman_default_hostgroup 7.0.0
 - foreman_puppet 7.0.0

2025-05-07T10:10:10 [I|app|c87d7fd7] Started DELETE "/operatingsystems/34-Debian%2011-5" for 10.133.2.188 at 2025-05-07 10:10:10 +0200
2025-05-07T10:10:10 [I|app|c87d7fd7] Processing by OperatingsystemsController#destroy as HTML
2025-05-07T10:10:10 [I|app|c87d7fd7]   Parameters: {"authenticity_token"=>"*", "id"=>"34-Debian 11-5"}
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on major 11
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on name Debian
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on minor 5
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on nameindicator
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on release_name bullseye
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on description Debian 11.5
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on password_hash SHA256
2025-05-07T10:10:10 [I|aud|c87d7fd7] Operatingsystem (34) destroy event on title Debian 11.5
2025-05-07T10:10:10 [W|app|c87d7fd7] PG::ForeignKeyViolation: FEHLER:  Aktualisieren oder Löschen in Tabelle »operatingsystems« verletzt Fremdschlüssel-Constraint »hosts_operatingsystem_id_fk« von Tabelle »hosts«
 c87d7fd7 | DETAIL:  Auf Schlüssel (id)=(34) wird noch aus Tabelle »hosts« verwiesen.
 c87d7fd7 |
2025-05-07T10:10:10 [I|app|c87d7fd7] Backtrace for 'PG::ForeignKeyViolation: FEHLER:  Aktualisieren oder Löschen in Tabelle »operatingsystems« verletzt Fremdschlüssel-Constraint »hosts_operatingsystem_id_fk« von Tabelle »hosts«
 c87d7fd7 | DETAIL:  Auf Schlüssel (id)=(34) wird noch aus Tabelle »hosts« verwiesen.
 c87d7fd7 | ' error (ActiveRecord::InvalidForeignKey): PG::ForeignKeyViolation: FEHLER:  Aktualisieren oder Löschen in Tabelle »operatingsystems« verletzt Fremdschlüssel-Constraint »hosts_operatingsystem_id_fk« von Tabelle »hosts«
 c87d7fd7 | DETAIL:  Auf Schlüssel (id)=(34) wird noch aus Tabelle »hosts« verwiesen.
 c87d7fd7 |
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql_adapter.rb:672:in `exec_params'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql_adapter.rb:672:in `block (2 levels) in exec_no_cache'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/dependencies/interlock.rb:48:in `block in permit_concurrent_loads'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/share_lock.rb:187:in `yield_shares'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/dependencies/interlock.rb:47:in `permit_concurrent_loads'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql_adapter.rb:671:in `block in exec_no_cache'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract_adapter.rb:696:in `block (2 levels) in log'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract_adapter.rb:695:in `block in log'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract_adapter.rb:687:in `log'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql_adapter.rb:670:in `exec_no_cache'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql_adapter.rb:649:in `execute_and_clear'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/postgresql/database_statements.rb:72:in `exec_delete'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/database_statements.rb:185:in `delete'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/query_cache.rb:22:in `delete'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/persistence.rb:395:in `_delete_record'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/persistence.rb:877:in `_delete_row'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/persistence.rb:873:in `destroy_row'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/counter_cache.rb:176:in `destroy_row'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/locking/optimistic.rb:120:in `destroy_row'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/persistence.rb:539:in `destroy'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/callbacks.rb:439:in `block in destroy'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:106:in `run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:824:in `_run_destroy_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/callbacks.rb:439:in `destroy'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/transactions.rb:294:in `block in destroy'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/transactions.rb:354:in `block in with_transaction_returning_status'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `block in transaction'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/transaction.rb:319:in `block in within_new_transaction'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:26:in `block (2 levels) in synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `handle_interrupt'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:25:in `block in synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `handle_interrupt'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/concurrency/load_interlock_aware_monitor.rb:21:in `synchronize'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/transaction.rb:317:in `within_new_transaction'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/connection_adapters/abstract/database_statements.rb:320:in `transaction'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/transactions.rb:350:in `with_transaction_returning_status'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/transactions.rb:294:in `destroy'
 c87d7fd7 | /usr/share/foreman/app/controllers/operatingsystems_controller.rb:42:in `destroy'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/abstract_controller/base.rb:228:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/rendering.rb:30:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/abstract_controller/callbacks.rb:42:in `block in process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:117:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/app/controllers/concerns/foreman/controller/timezone.rb:10:in `set_timezone'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/app/models/concerns/foreman/thread_session.rb:32:in `clear_thread'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/app/controllers/concerns/foreman/controller/topbar_sweeper.rb:12:in `set_topbar_sweeper_controller'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/audited-5.8.0/lib/audited/sweeper.rb:16:in `around'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:126:in `block in run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:137:in `run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/abstract_controller/callbacks.rb:41:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/rescue.rb:22:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/notifications.rb:203:in `block in instrument'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/notifications/instrumenter.rb:24:in `instrument'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/notifications.rb:203:in `instrument'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/instrumentation.rb:33:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal/params_wrapper.rb:249:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activerecord-6.1.7.10/lib/active_record/railties/controller_runtime.rb:27:in `process_action'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/abstract_controller/base.rb:165:in `process'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionview-6.1.7.10/lib/action_view/rendering.rb:39:in `process'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal.rb:190:in `dispatch'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_controller/metal.rb:254:in `dispatch'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/routing/route_set.rb:33:in `serve'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/journey/router.rb:50:in `block in serve'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/journey/router.rb:32:in `each'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/journey/router.rb:32:in `serve'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/routing/route_set.rb:842:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/apipie-dsl-2.6.2/lib/apipie_dsl/static_dispatcher.rb:67:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/apipie-rails-1.4.2/lib/apipie/static_dispatcher.rb:74:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/static.rb:24:in `call'
 c87d7fd7 | /usr/share/foreman/lib/foreman/middleware/libvirt_connection_cleaner.rb:9:in `call'
 c87d7fd7 | /usr/share/foreman/lib/foreman/middleware/telemetry.rb:10:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/apipie-rails-1.4.2/lib/apipie/middleware/checksum_in_headers.rb:27:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/tempfile_reaper.rb:15:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/etag.rb:27:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/conditional_get.rb:40:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/head.rb:12:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/http/permissions_policy.rb:22:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/http/content_security_policy.rb:19:in `call'
 c87d7fd7 | /usr/share/foreman/lib/foreman/middleware/logging_context_session.rb:22:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/session/abstract/id.rb:266:in `context'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/session/abstract/id.rb:260:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/cookies.rb:697:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/callbacks.rb:98:in `run_callbacks'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/callbacks.rb:26:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/actionable_exceptions.rb:18:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/debug_exceptions.rb:29:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/railties-6.1.7.10/lib/rails/rack/logger.rb:37:in `call_app'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/railties-6.1.7.10/lib/rails/rack/logger.rb:28:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/sprockets-rails-3.5.2/lib/sprockets/rails/quiet_assets.rb:17:in `call'
 c87d7fd7 | /usr/share/foreman/lib/foreman/middleware/logging_context_request.rb:11:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/remote_ip.rb:81:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/request_id.rb:26:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/method_override.rb:24:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/runtime.rb:22:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/activesupport-6.1.7.10/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/executor.rb:14:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/sendfile.rb:110:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/ssl.rb:77:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/actionpack-6.1.7.10/lib/action_dispatch/middleware/host_authorization.rb:142:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/secure_headers-6.7.0/lib/secure_headers/middleware.rb:11:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/railties-6.1.7.10/lib/rails/engine.rb:539:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/railties-6.1.7.10/lib/rails/railtie.rb:207:in `public_send'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/railties-6.1.7.10/lib/rails/railtie.rb:207:in `method_missing'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/urlmap.rb:74:in `block in call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/urlmap.rb:58:in `each'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/rack-2.2.10/lib/rack/urlmap.rb:58:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/configuration.rb:272:in `call'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/request.rb:100:in `block in handle_request'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/thread_pool.rb:378:in `with_force_shutdown'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/request.rb:99:in `handle_request'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/server.rb:464:in `process_client'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/server.rb:245:in `block in run'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/puma-6.4.3/lib/puma/thread_pool.rb:155:in `block in spawn_thread'
 c87d7fd7 | /usr/share/foreman/vendor/ruby/2.7.0/gems/logging-2.4.0/lib/logging/diagnostic_context.rb:474:in `block in create_with_logging_context'
2025-05-07T10:10:10 [I|app|c87d7fd7]   Rendered common/500.html.erb within layouts/application (Duration: 2.0ms | Allocations: 784)
2025-05-07T10:10:10 [I|app|c87d7fd7]   Rendered layouts/base.html.erb (Duration: 2.8ms | Allocations: 1474)
2025-05-07T10:10:10 [I|app|c87d7fd7]   Rendered layout layouts/application.html.erb (Duration: 5.4ms | Allocations: 2466)
2025-05-07T10:10:10 [I|app|c87d7fd7] Completed 500 Internal Server Error in 56ms (Views: 7.6ms | ActiveRecord: 17.4ms | Allocations: 12025)

Files

2025-05-07_10-14.png View 2025-05-07_10-14.png 83.8 KB OS Overview Tim Meusel, 05/07/2025 08:15 AM
2025-05-07_10-13.png View 2025-05-07_10-13.png 54.8 KB error Tim Meusel, 05/07/2025 08:22 AM

No data to display

Actions

Also available in: Atom PDF