mollie / spree-mollie-gateway

Mollie payments for Spree Commerce.
https://www.mollie.com
16 stars 23 forks source link

Orders controller mine method error #35

Closed sekretarot closed 5 years ago

sekretarot commented 5 years ago

This issue can be reproduced by making the following request.

GET /shop/api/v1/orders/mine?q[state_in][]=complete

Please make sure there is at least one completed order that will be added to the @orders variable in the "mine" action of the Spree::Api::V1::OrdersController.

The spree/api/v1/orders/mine.rabl view renders the orders spree/api/v1/orders/show.rabl view which for orders in state 'complete' renders the spree/api/v1/orders/complete.v1.rabl

This view assumes the existence of an @order variable and tries to fetch the gateways for this order. This @order variable is nil in the mine action case which results in an exception thrown by the gateways method in the MollieGateway class on line 45. (please see stack trace below for more info)

App 22642 stderr: [ 2018-10-31 12:50:04.5240 23089/0x000000037bfea0(Worker 1) utils.rb:87 ]: *** Exception ActionView::Template::Error in Rack application object (Unprocessable input) (process 23089, thread 0x000000037bfea0(Worker 1)): App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-mollie-gateway-985cd5210531/app/models/spree/gateway/mollie_gateway.rb:45:ingateways' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-mollie-gateway-985cd5210531/app/views/spree/api/v1/orders/complete.v1.rabl:5:in block (2 levels) in eval_source' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:152:innode' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:114:in block in compile_settings' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:113:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:113:in compile_settings' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:58:inblock in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:in map' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:into_a' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:88:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:124:in block (2 levels) in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:in block in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:inblock in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:127:in block in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:inblock in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:127:in block in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:inblock in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:in map' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:into_a' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:88:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:124:in block (2 levels) in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:in block in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:inblock in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:101:into_dumpable' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:110:in to_json' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:in cache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-3888499abe8e/api/app/views/spree/api/v1/orders/mine.v1.rabl:3:in _ee41c8b0f9f1461fa604d44c60613194' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:145:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in block in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in instrument' App 22642 stderr: from /data/sup App 22642 stderr: erga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:333:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:143:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/deface-1.3.2/lib/deface/action_view_extensions.rb:41:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:54:in block (2 levels) in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/abstract_renderer.rb:39:inblock in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in block in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/abstract_renderer.rb:39:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:53:in block in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:61:inrender_with_layout' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:52:in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:14:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/renderer.rb:42:in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/renderer.rb:23:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:100:in _render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/streaming.rb:217:in_render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:83:in render_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:32:inrender_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/renderers.rb:37:in render_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/rendering.rb:25:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:16:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:44:inblock (2 levels) in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/core_ext/benchmark.rb:12:in block in ms' App 22642 stderr: from /usr/local/rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:inrealtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/core_ext/benchmark.rb:12:in ms' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:44:inblock in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:87:in cleanup_view_runtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/railties/controller_runtime.rb:25:incleanup_view_runtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:43:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/remotipart-1.4.2/lib/remotipart/render_overrides.rb:16:inrender_with_remotipart' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/implicit_render.rb:10:in default_render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/implicit_render.rb:5:insend_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/base.rb:198:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:10:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/callbacks.rb:20:in block in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:117:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:555:in block (2 levels) in compile' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:505:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in __run_callbacks__' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in_run_process_action_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in run_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/callbacks.rb:19:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rescue.rb:29:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:32:inblock in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in block in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:30:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/params_wrapper.rb:250:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/railties/controller_runtime.rb:18:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/base.rb:137:in process' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:30:inprocess' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal.rb:196:in dispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rack_delegation.rb:13:indispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal.rb:237:in block in action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:76:indispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:45:in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:43:inblock in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/rout App 22642 stderr: er.rb:30:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:inserve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:817:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:518:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/railtie.rb:194:in public_send' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/railtie.rb:194:inmethod_missing' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/mapper.rb:51:in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:43:inblock in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:inserve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:817:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/exception_notification-4.2.2/lib/exception_notification/rack.rb:41:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/rack/agent_hooks.rb:30:in traced_call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/rack/browser_monitoring.rb:32:in traced_call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:36:in block in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:35:incatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:35:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/etag.rb:24:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/conditionalget.rb:25:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/head.rb:13:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/remotipart-1.4.2/lib/remotipart/middleware.rb:32:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/params_parser.rb:27:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/flash.rb:260:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:225:in context' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:220:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/cookies.rb:560:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/query_cache.rb:36:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/callbacks.rb:29:inblock in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:88:in __run_callbacks__' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in_run_call_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in run_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/callbacks.rb:27:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/remote_ip.rb:78:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/debug_exceptions.rb:17:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/show_exceptions.rb:30:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:38:incall_app' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:20:in block in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:68:inblock in tagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:26:in tagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:68:intagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:20:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tr App 22642 stderr: acing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/request_id.rb:21:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/methodoverride.rb:22:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/runtime.rb:18:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/lock.rb:17:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/static.rb:116:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/sendfile.rb:113:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:518:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/application.rb:165:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:inprocess_request' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:152:in accept_and_process_next_request' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:113:inmain_loop' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:in block (3 levels) in start_threads' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:inblock in create_thread_and_abort_on_exception' [ 2018-10-31 12:50:04.5251 32122/7f617138c700 age/Cor/Con/InternalUtils.cpp:112 ]: [Client 1-434] Sending 502 response: application did not send a complete response App 22642 stderr: [DEPRECATION] You are using the default localization behaviour that will change in the next major release. Find out more - https://github.com/RubyMoney/money#deprecation App 22642 stderr: App 22642 stderr: [DEPRECATION] You are using the default localization behaviour that will change in the next major release. Find out more - https://github.com/RubyMoney/money#deprecation App 22642 stderr: App 22642 stderr: [DEPRECATION] You are using the default localization behaviour that will change in the next major release. Find out more - https://github.com/RubyMoney/money#deprecation App 22642 stderr: App 22642 stderr: [DEPRECATION] You are using the default localization behaviour that will change in the next major release. Find out more - https://github.com/RubyMoney/money#deprecation App 22642 stderr: App 22642 stderr: [ 2018-10-31 12:50:11.3305 23089/0x000000037bfea0(Worker 1) utils.rb:87 ]: *** Exception ActionView::Template::Error in Rack application object (Unprocessable input) (process 23089, thread 0x000000037bfea0(Worker 1)): App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-mollie-gateway-985cd5210531/app/models/spree/gateway/mollie_gateway.rb:45:in gateways' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-mollie-gateway-985cd5210531/app/views/spree/api/v1/orders/complete.v1.rabl:5:inblock (2 levels) in eval_source' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:152:in node' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:114:inblock in compile_settings' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:113:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:113:incompile_settings' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:58:in block in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:inmap' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:in to_a' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:88:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:124:inblock (2 levels) in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:inblock in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:inmerge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:in block in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:127:inblock in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:inmerge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:in block in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:127:inblock in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:inmerge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:in block in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:inmap' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/multi_builder.rb:27:in to_a' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:88:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:124:inblock (2 levels) in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:123:inblock in merge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:in each' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:119:inmerge_engines_into_result' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:55:in block in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:248:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/builder.rb:49:in to_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:86:into_hash' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:101:in to_dumpable' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:110:into_json' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:48:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:382:incache_results' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rabl-0.12.0/lib/rabl/engine.rb:47:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/bundler/gems/spree-3888499abe8e/api/app/views/spree/api/v1/orders/mine.v1.rabl:3:in_ee41c8b0f9f1461fa604d44c60613194' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:145:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:inblock in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:ininstrument' App 22642 stderr: from /data/sup App 22642 stderr: erga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:333:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/template.rb:143:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/deface-1.3.2/lib/deface/action_view_extensions.rb:41:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:54:inblock (2 levels) in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/abstract_renderer.rb:39:in block in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:inblock in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/abstract_renderer.rb:39:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:53:inblock in render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:61:in render_with_layout' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:52:inrender_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/template_renderer.rb:14:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/renderer.rb:42:inrender_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/renderer/renderer.rb:23:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:100:in_render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/streaming.rb:217:in _render_template' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:83:inrender_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:32:in render_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/renderers.rb:37:inrender_to_body' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/rendering.rb:25:in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:16:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:44:in block (2 levels) in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/core_ext/benchmark.rb:12:inblock in ms' App 22642 stderr: from /usr/local/rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in realtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/core_ext/benchmark.rb:12:inms' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:44:in block in render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:87:incleanup_view_runtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/railties/controller_runtime.rb:25:in cleanup_view_runtime' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:43:inrender' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/remotipart-1.4.2/lib/remotipart/render_overrides.rb:16:in render_with_remotipart' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/implicit_render.rb:10:indefault_render' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/implicit_render.rb:5:in send_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/base.rb:198:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rendering.rb:10:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/callbacks.rb:20:inblock in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:117:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:555:inblock (2 levels) in compile' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:505:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:inrun_callbacks__' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in _run_process_action_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:inrun_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/callbacks.rb:19:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rescue.rb:29:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:32:in block in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:inblock in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications/instrumenter.rb:20:in instrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/notifications.rb:164:ininstrument' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/instrumentation.rb:30:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/params_wrapper.rb:250:inprocess_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/railties/controller_runtime.rb:18:in process_action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/abstract_controller/base.rb:137:inprocess' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionview-4.2.5/lib/action_view/rendering.rb:30:in process' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal.rb:196:indispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal/rack_delegation.rb:13:in dispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_controller/metal.rb:237:inblock in action' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:76:in dispatch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:45:inserve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:43:in block in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/rout App 22642 stderr: er.rb:30:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:817:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:518:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/railtie.rb:194:inpublic_send' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/railtie.rb:194:in method_missing' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/mapper.rb:51:inserve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:43:in block in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:ineach' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/journey/router.rb:30:in serve' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/routing/route_set.rb:817:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/exception_notification-4.2.2/lib/exception_notification/rack.rb:41:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/rack/agent_hooks.rb:30:intraced_call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/rack/browser_monitoring.rb:32:intraced_call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:36:inblock in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:35:in catch' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:35:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/etag.rb:24:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/conditionalget.rb:25:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/head.rb:13:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/remotipart-1.4.2/lib/remotipart/middleware.rb:32:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/params_parser.rb:27:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/flash.rb:260:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:225:incontext' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:220:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/cookies.rb:560:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/query_cache.rb:36:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activerecord-4.2.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/callbacks.rb:29:in block in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:88:inrun_callbacks__' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in _run_call_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:inrun_callbacks' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/callbacks.rb:27:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/remote_ip.rb:78:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/show_exceptions.rb:30:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:38:in call_app' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:20:inblock in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:68:in block in tagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:26:intagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/tagged_logging.rb:68:in tagged' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/rack/logger.rb:20:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tr App 22642 stderr: acing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/request_id.rb:21:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/methodoverride.rb:22:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/runtime.rb:18:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/activesupport-4.2.5/lib/active_support/cache/strategy/local_cache_middleware.rb:28:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/lock.rb:17:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/actionpack-4.2.5/lib/action_dispatch/middleware/static.rb:116:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-1.6.10/lib/rack/sendfile.rb:113:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/engine.rb:518:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/railties-4.2.5/lib/rails/application.rb:165:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/rack-cors-1.0.2/lib/rack/cors.rb:97:in call' App 22642 stderr: from /data/superga-backend/shared/bundle/ruby/2.3.0/gems/newrelic_rpm-5.4.0.347/lib/new_relic/agent/instrumentation/middleware_tracing.rb:92:incall' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/rack/thread_handler_extension.rb:97:in process_request' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:152:inaccept_and_process_next_request' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler/thread_handler.rb:113:in main_loop' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/request_handler.rb:416:inblock (3 levels) in start_threads' App 22642 stderr: from /usr/lib/ruby/vendor_ruby/phusion_passenger/utils.rb:113:in block in create_thread_and_abort_on_exception' [ 2018-10-31 12:50:11.3315 32122/7f6170b0a700 age/Cor/Con/InternalUtils.cpp:112 ]: [Client 2-434] Sending 502 response: application did not send a complete response App 13836 stdout:

vernondegoede commented 5 years ago

Hi Filip,

Thanks! Nice spot.

I just released v2.1.4, which should fix this issue: https://rubygems.org/gems/spree_mollie_gateway/versions/2.1.4

Changelog: https://github.com/mollie/spree-mollie-gateway/releases/tag/v2.1.4