Hey ,
I keep seeing this fatal error in my logs and can’t figure out what the problem is:
[my_app] [FATAL] [2024-06-12 15:20:20 +0200] Logging crashed
(0.000555s) SELECT "order_states"."id", "order_states"."name" FROM "order_states" WHERE ("order_states"."id" IN ('ERR')) ORDER BY "order_states"."id" {}
key<verb> not found (KeyError)
I’m using rom-rb for persistence, analog to decafsucks/config/providers/persistence.rb at main · decafsucks/decafsucks · GitHub.
Here’s the full backtrace:
key<verb> not found (KeyError)
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/formatters/template.rb:73:in `%'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/formatters/template.rb:73:in `%'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/formatters/string.rb:77:in `format'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/formatters/structured.rb:55:in `call'
/usr/local/lib/ruby/3.2.0/logger.rb:743:in `format_message'
/usr/local/lib/ruby/3.2.0/logger.rb:666:in `add'
/usr/local/lib/ruby/3.2.0/logger.rb:695:in `info'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:228:in `block in log'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:293:in `each'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:293:in `block in each_backend'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:292:in `synchronize'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:292:in `each_backend'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:227:in `log'
/usr/local/bundle/gems/dry-logger-1.0.4/lib/dry/logger/dispatcher.rb:132:in `info'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:88:in `public_send'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:88:in `block in log_each'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:88:in `each'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:88:in `log_each'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:82:in `log_duration'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/logging.rb:48:in `log_connection_yield'
/usr/local/bundle/gems/rom-sql-3.6.3/lib/rom/plugins/relation/sql/instrumentation.rb:73:in `block (2 levels) in define_log_connection_yield'
/usr/local/bundle/gems/dry-monitor-1.0.1/lib/dry/monitor/clock.rb:15:in `measure'
/usr/local/bundle/gems/dry-monitor-1.0.1/lib/dry/monitor/notifications.rb:29:in `instrument'
/usr/local/bundle/gems/rom-sql-3.6.3/lib/rom/plugins/relation/sql/instrumentation.rb:72:in `block in define_log_connection_yield'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:171:in `execute_query'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:159:in `block in execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:136:in `check_disconnect_errors'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:159:in `execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:532:in `_execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:348:in `block (2 levels) in execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:555:in `check_database_errors'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:348:in `block in execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/connection_pool/threaded.rb:92:in `hold'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/database/connecting.rb:293:in `synchronize'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:348:in `execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/dataset/actions.rb:1189:in `execute'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/adapters/postgres.rb:651:in `fetch_rows'
/usr/local/bundle/gems/sequel-5.81.0/lib/sequel/dataset/actions.rb:164:in `each'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:223:in `each'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:361:in `each'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:361:in `to_a'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:361:in `to_a'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation/loaded.rb:36:in `initialize'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:352:in `new'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation.rb:352:in `call'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation/combined.rb:66:in `call'
/usr/local/bundle/gems/rom-core-5.3.2/lib/rom/relation/materializable.rb:15:in `to_a'
/home/user/app/slices/vouchers/repositories/positions_repo.rb:30:in `all_filtered'
/home/user/app/slices/vouchers/graphql/types/query_type.rb:94:in `inactive_order_positions'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:683:in `public_send'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:683:in `block (2 levels) in resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:828:in `block in with_extensions'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:864:in `block (2 levels) in run_extensions_before_resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:867:in `run_extensions_before_resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:864:in `block in run_extensions_before_resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field_extension.rb:134:in `resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:851:in `run_extensions_before_resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:823:in `with_extensions'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:654:in `block in resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:766:in `minimal_after_lazy'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/query.rb:372:in `after_lazy'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/field.rb:652:in `resolve'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:374:in `block (2 levels) in evaluate_selection_with_resolved_keyword_args'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/tracing/trace.rb:52:in `execute_field'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:373:in `block in evaluate_selection_with_resolved_keyword_args'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:706:in `call_method_on_directives'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:362:in `evaluate_selection_with_resolved_keyword_args'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:340:in `block in evaluate_selection_with_args'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:825:in `after_lazy'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:288:in `evaluate_selection_with_args'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:282:in `block in evaluate_selection'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/arguments_cache.rb:51:in `block in dataload_for'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/member/has_arguments.rb:300:in `block (3 levels) in coerce_arguments'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/dataloader/null_dataloader.rb:19:in `append_job'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/member/has_arguments.rb:281:in `block (2 levels) in coerce_arguments'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/member/has_arguments.rb:280:in `each'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/member/has_arguments.rb:280:in `block in coerce_arguments'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema/member/has_arguments.rb:309:in `coerce_arguments'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/arguments_cache.rb:49:in `dataload_for'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:280:in `evaluate_selection'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:220:in `block (3 levels) in evaluate_selections'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/dataloader/null_dataloader.rb:19:in `append_job'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:219:in `block (2 levels) in evaluate_selections'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:218:in `each'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:218:in `block in evaluate_selections'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:706:in `call_method_on_directives'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:215:in `evaluate_selections'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:114:in `block (3 levels) in run_eager'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/dataloader/null_dataloader.rb:19:in `append_job'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:113:in `block (2 levels) in run_eager'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:74:in `tap_or_each'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:104:in `block in run_eager'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:706:in `call_method_on_directives'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter/runtime.rb:95:in `run_eager'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:70:in `block (4 levels) in run_all'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/tracing/trace.rb:44:in `execute_query'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:69:in `block (3 levels) in run_all'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/dataloader/null_dataloader.rb:19:in `append_job'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:57:in `block (2 levels) in run_all'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:53:in `each'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:53:in `each_with_index'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:53:in `block in run_all'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/tracing/trace.rb:40:in `execute_multiplex'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/execution/interpreter.rb:37:in `run_all'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema.rb:1332:in `multiplex'
/usr/local/bundle/gems/graphql-2.3.4/lib/graphql/schema.rb:1308:in `execute'
/home/user/app/app/actions/graphql/api.rb:17:in `handle'
/usr/local/bundle/gems/hanami-controller-2.1.0/lib/hanami/action.rb:326:in `block in call'
/usr/local/bundle/gems/hanami-controller-2.1.0/lib/hanami/action.rb:307:in `catch'
/usr/local/bundle/gems/hanami-controller-2.1.0/lib/hanami/action.rb:307:in `call'
/usr/local/bundle/gems/hanami-2.1.1/lib/hanami/slice/routing/resolver.rb:78:in `block in resolve_slice_action'
/usr/local/bundle/gems/hanami-router-2.1.0/lib/hanami/router.rb:109:in `call'
/home/user/app/app/middlewares/authorization.rb:19:in `call'
/usr/local/bundle/gems/hanami-router-2.1.0/lib/hanami/middleware/body_parser.rb:52:in `call'
/usr/local/bundle/gems/rack-2.2.9/lib/rack/method_override.rb:24:in `call'
/usr/local/bundle/gems/hanami-2.1.1/lib/hanami/middleware/render_errors.rb:57:in `call'
/usr/local/bundle/gems/dry-monitor-1.0.1/lib/dry/monitor/rack/middleware.rb:36:in `block in call'
/usr/local/bundle/gems/dry-monitor-1.0.1/lib/dry/monitor/clock.rb:15:in `measure'
/usr/local/bundle/gems/dry-monitor-1.0.1/lib/dry/monitor/rack/middleware.rb:36:in `call'
/usr/local/bundle/gems/hanami-router-2.1.0/lib/hanami/middleware/app.rb:40:in `call'
/usr/local/bundle/gems/hanami-2.1.1/lib/hanami/slice.rb:758:in `call'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/configuration.rb:272:in `call'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/request.rb:100:in `block in handle_request'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/thread_pool.rb:378:in `with_force_shutdown'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/request.rb:99:in `handle_request'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/server.rb:464:in `process_client'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/server.rb:245:in `block in run'
/usr/local/bundle/gems/puma-6.4.2/lib/puma/thread_pool.rb:155:in `block in spawn_thread'
I thought it might be a threading issue, but it doesn’t seem to be. It is not always the same SQL query that causes the crash. It seems arbitrary. Can anyone help me?
Thanks
best regards
Armin