stadtluzern / decidim-ocl

GNU Affero General Public License v3.0
2 stars 2 forks source link

Hochgeladene Bilder können auf Testumgebung nicht mehr abgerufen werden #146

Open Naadjjaa opened 3 years ago

Naadjjaa commented 3 years ago

Beim Upload im Texteditor kommt es zwar, wird dann aber als fehlerhaft angezeigt im Frontend und beim Wiederöffnen des Backends.

Naadjjaa commented 3 years ago

Wenn ich das Titelbild anpassen will, geschieht dasselbe: image

carlobeltrame commented 3 years ago

Ich vermute dass das mit der Einrichtung des Antivirus zusammenhängt. Der Upload funktioniert noch normal, aber das Abrufen von PNG läuft auf der Integrationsumgebung via einen Rails Controller statt direkt das Asset auszuliefern. Das schliesse ich aus der Zeile Processing by Decidim::ErrorsController#not_found as PNG in folgendem Log:

Log aufklappen ``` I, [2021-08-11T16:29:42.264267 #1] INFO -- : [1898d3e9-32ba-4306-9a57-fbb9a7fe8940] Started POST "/decidim_awesome/editor_images" for ::ffff:83.76.89.34 at 2021-08-11 16:29:42 +0200 I, [2021-08-11T16:29:42.267785 #1] INFO -- : [1898d3e9-32ba-4306-9a57-fbb9a7fe8940] Processing by Decidim::DecidimAwesome::EditorImagesController#create as */* I, [2021-08-11T16:29:42.267841 #1] INFO -- : [1898d3e9-32ba-4306-9a57-fbb9a7fe8940] Parameters: {"image"=>#, @original_filename="organization-default-image.png", @content_type="image/png", @headers="Content-Disposition: form-data; name=\"image\"; filename=\"organization-default-image.png\"\r\nContent-Type: image/png\r\n">} I, [2021-08-11T16:29:45.287218 #1] INFO -- : [1898d3e9-32ba-4306-9a57-fbb9a7fe8940] Completed 200 OK in 3019ms (Views: 0.2ms | ActiveRecord: 22.2ms) I, [2021-08-11T16:29:45.400791 #1] INFO -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] Started GET "/uploads/decidim/decidim_awesome/editor_image/image/30/organization-default-image.png" for ::ffff:83.76.89.34 at 2021-08-11 16:29:45 +0200 F, [2021-08-11T16:29:45.404051 #1] FATAL -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] F, [2021-08-11T16:29:45.404092 #1] FATAL -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] ActionController::RoutingError (No route matches [GET] "/uploads/decidim/decidim_awesome/editor_image/image/30/organization-default-image.png"): F, [2021-08-11T16:29:45.404108 #1] FATAL -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] F, [2021-08-11T16:29:45.404146 #1] FATAL -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/debug_exceptions.rb:65:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/show_exceptions.rb:33:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:38:in `call_app' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:26:in `block in call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:71:in `block in tagged' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:28:in `tagged' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:71:in `tagged' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:26:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/request_id.rb:27:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/redirector-1.1.7/lib/redirector/middleware.rb:25:in `response' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/redirector-1.1.7/lib/redirector/middleware.rb:10:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/executor.rb:14:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/prometheus_exporter-0.7.0/lib/prometheus_exporter/middleware.rb:34:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/rack-cors-1.1.1/lib/rack/cors.rb:100:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/engine.rb:524:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/configuration.rb:249:in `call' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/request.rb:76:in `block in handle_request' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/thread_pool.rb:338:in `with_force_shutdown' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/request.rb:75:in `handle_request' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/server.rb:437:in `process_client' [409f3b92-6b39-437d-bb6c-740d2b7df918] vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/thread_pool.rb:145:in `block in spawn_thread' I, [2021-08-11T16:29:45.404804 #1] INFO -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] Processing by Decidim::ErrorsController#not_found as PNG I, [2021-08-11T16:29:45.413007 #1] INFO -- : [409f3b92-6b39-437d-bb6c-740d2b7df918] Completed 500 Internal Server Error in 8ms (ActiveRecord: 4.2ms) Error during failsafe response: Missing template decidim/errors/not_found, decidim/application/not_found, decidim/not_found, application/not_found with {:locale=>[:de], :formats=>[:png], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby]}. Searched in: * "/app-src/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-urlaliases-0970fc26abb1/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-urlaliases-0970fc26abb1/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-term_customizer-c9f127e78bd5/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-term_customizer-c9f127e78bd5/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-navbar_links-1d1ef6eefa40/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-navbar_links-1d1ef6eefa40/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-jitsi-meetings-091919299c11/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/bundler/gems/decidim-module-jitsi-meetings-091919299c11/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-navigation_maps-1.2.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-navigation_maps-1.2.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-decidim_awesome-0.7.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-decidim_awesome-0.7.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-decidim_awesome-0.7.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-decidim_awesome-0.7.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-conferences-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-conferences-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-blogs-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-blogs-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-sortitions-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-sortitions-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-debates-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-debates-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-accountability-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-accountability-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-surveys-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-surveys-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-budgets-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-budgets-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-proposals-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-proposals-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-meetings-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-meetings-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-meetings-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-comments-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-comments-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-pages-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-pages-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-assemblies-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-assemblies-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-participatory_processes-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-participatory_processes-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-verifications-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-forms-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-forms-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-admin-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-system-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-core-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/decidim-api-0.24.2/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/graphiql-rails-1.4.11/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/doorkeeper-5.5.1/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/kaminari-core-1.2.1/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/foundation-rails-6.6.2.0/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/devise_invitable-1.7.5/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/devise-i18n-1.9.4/app/views" * "/app-src/vendor/bundle/ruby/2.7.0/gems/devise-4.8.0/app/views" /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/path_set.rb:48:in `find' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/lookup_context.rb:116:in `find' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/renderer/abstract_renderer.rb:20:in `find_template' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/renderer/template_renderer.rb:40:in `determine_template' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/renderer/template_renderer.rb:10:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/renderer/renderer.rb:44:in `render_template' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/renderer/renderer.rb:25:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/rendering.rb:103:in `_render_template' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/streaming.rb:219:in `_render_template' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/rendering.rb:84:in `render_to_body' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/rendering.rb:52:in `render_to_body' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/renderers.rb:142:in `render_to_body' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/abstract_controller/rendering.rb:25:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/rendering.rb:36:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:46:in `block (2 levels) in render' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/core_ext/benchmark.rb:14:in `block in ms' /usr/local/lib/ruby/2.7.0/benchmark.rb:308:in `realtime' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/core_ext/benchmark.rb:14:in `ms' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:46:in `block in render' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' /app-src/vendor/bundle/ruby/2.7.0/gems/activerecord-5.2.6/lib/active_record/railties/controller_runtime.rb:31:in `cleanup_view_runtime' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:45:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/wicked_pdf-1.4.0/lib/wicked_pdf/pdf_helper.rb:46:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/wicked_pdf-1.4.0/lib/wicked_pdf/pdf_helper.rb:46:in `render_with_wicked_pdf' /app-src/vendor/bundle/ruby/2.7.0/gems/wicked_pdf-1.4.0/lib/wicked_pdf/pdf_helper.rb:30:in `render' /app-src/vendor/bundle/ruby/2.7.0/gems/decidim-core-0.24.2/app/controllers/decidim/errors_controller.rb:9:in `not_found' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/abstract_controller/base.rb:194:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/rendering.rb:30:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/abstract_controller/callbacks.rb:42:in `block in process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/callbacks.rb:109:in `block in run_callbacks' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/core_ext/time/zones.rb:66:in `use_zone' /app-src/vendor/bundle/ruby/2.7.0/gems/decidim-core-0.24.2/app/controllers/concerns/decidim/use_organization_time_zone.rb:21:in `use_organization_time_zone' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/callbacks.rb:118:in `block in run_callbacks' /app-src/vendor/bundle/ruby/2.7.0/gems/i18n-1.8.10/lib/i18n.rb:314:in `with_locale' /app-src/vendor/bundle/ruby/2.7.0/gems/decidim-core-0.24.2/app/controllers/concerns/decidim/locale_switcher.rb:24:in `switch_locale' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/callbacks.rb:118:in `block in run_callbacks' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/callbacks.rb:136:in `run_callbacks' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/abstract_controller/callbacks.rb:41:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/rescue.rb:22:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:34:in `block in process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/notifications.rb:168:in `block in instrument' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/notifications/instrumenter.rb:23:in `instrument' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/notifications.rb:168:in `instrument' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/instrumentation.rb:32:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal/params_wrapper.rb:256:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/activerecord-5.2.6/lib/active_record/railties/controller_runtime.rb:24:in `process_action' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/abstract_controller/base.rb:134:in `process' /app-src/vendor/bundle/ruby/2.7.0/gems/actionview-5.2.6/lib/action_view/rendering.rb:32:in `process' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal.rb:191:in `dispatch' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_controller/metal.rb:252:in `dispatch' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/routing/route_set.rb:52:in `dispatch' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/routing/route_set.rb:34:in `serve' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/journey/router.rb:52:in `block in serve' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/journey/router.rb:35:in `each' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/journey/router.rb:35:in `serve' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/routing/route_set.rb:840:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/show_exceptions.rb:51:in `render_exception' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/show_exceptions.rb:36:in `rescue in call' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:38:in `call_app' /app-src/vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:26:in `block in call' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:71:in `block in tagged' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:28:in `tagged' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/tagged_logging.rb:71:in `tagged' /app-src/vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/rack/logger.rb:26:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/remote_ip.rb:81:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/request_store-1.5.0/lib/request_store/middleware.rb:19:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/request_id.rb:27:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/rack-2.2.3/lib/rack/method_override.rb:24:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/redirector-1.1.7/lib/redirector/middleware.rb:25:in `response' /app-src/vendor/bundle/ruby/2.7.0/gems/redirector-1.1.7/lib/redirector/middleware.rb:10:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/activesupport-5.2.6/lib/active_support/cache/strategy/local_cache_middleware.rb:29:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/actionpack-5.2.6/lib/action_dispatch/middleware/executor.rb:14:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/rack-2.2.3/lib/rack/sendfile.rb:110:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/prometheus_exporter-0.7.0/lib/prometheus_exporter/middleware.rb:34:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/rack-cors-1.1.1/lib/rack/cors.rb:100:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/railties-5.2.6/lib/rails/engine.rb:524:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/configuration.rb:249:in `call' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/request.rb:76:in `block in handle_request' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/thread_pool.rb:338:in `with_force_shutdown' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/request.rb:75:in `handle_request' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/server.rb:437:in `process_client' /app-src/vendor/bundle/ruby/2.7.0/gems/puma-5.3.1/lib/puma/thread_pool.rb:145:in `block in spawn_thread' ```

Das würde sich auch decken mit der Beobachtung dass es bisher nur auf der Testumgebung auftritt.

Kagemaru commented 3 years ago

Dies ist tatsächlich ein Problem mit dem Antivirusmodul. Ich muss dies mit unserem Dockerspezialisten anschauen.

Kagemaru commented 2 years ago

Erledigt in Ticket #89