Skip to content

Instantly share code, notes, and snippets.

@vpamulap
Created February 22, 2012 07:20
Show Gist options
  • Save vpamulap/1882991 to your computer and use it in GitHub Desktop.
Save vpamulap/1882991 to your computer and use it in GitHub Desktop.
recommendable exception
Worker
304a9f87-46eb-4e7d-8128-98d9b378813f:1 on RECOMMENDABLE at 13 minutes ago Retry or Remove
Class
Recommendable::RecommendationRefresher
Arguments
23
Exception
ActiveRecord::StatementInvalid
Error
PGError: SSL error: decryption failed or bad record mac : SELECT "users".* FROM "users" WHERE "users"."id" = $1
LIMIT 1
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:1147:in `prepare'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:1147:in `prepare_statement'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:1111:in `exec_cache'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:651:in `block in exec_query'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:280:in `block in log'
/app/vendor/bundle/ruby/1.9.1/gems/activesupport-3.2.1/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract_adapter.rb:275:in `log'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:649:in `exec_query'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/postgresql_adapter.rb:1201:in `select'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/database_statements.rb:16:in `select_all'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/connection_adapters/abstract/query_cache.rb:63:in `select_all'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/querying.rb:38:in `block in find_by_sql'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/explain.rb:40:in `logging_query_plan'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/querying.rb:37:in `find_by_sql'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation.rb:170:in `exec_queries'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation.rb:159:in `block in to_a'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/explain.rb:40:in `logging_query_plan'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation.rb:158:in `to_a'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/finder_methods.rb:377:in `find_first'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/finder_methods.rb:122:in `first'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/finder_methods.rb:335:in `find_one'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/finder_methods.rb:311:in `find_with_ids'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/relation/finder_methods.rb:107:in `find'
/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.1/lib/active_record/querying.rb:5:in `find'
/app/vendor/bundle/ruby/1.9.1/bundler/gems/recommendable-cd576c88479b/app/workers/recommendable/recommendation_refresher.rb:7:in `perform'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment