Skip to content

Instantly share code, notes, and snippets.

@ak47
Created April 29, 2011 19:08
Show Gist options
  • Save ak47/948824 to your computer and use it in GitHub Desktop.
Save ak47/948824 to your computer and use it in GitHub Desktop.
Kiji-11, cukes w/ capybara - PG failing
PGError: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
: BEGIN (ActiveRecord::StatementInvalid)
/Users/andy/.rvm/gems/kiji-head/gems/activerecord-2.3.11/lib/active_record/connection_adapters/abstract_adapter.rb:227:in `log'
/Users/andy/.rvm/gems/kiji-head/gems/activerecord-2.3.11/lib/active_record/connection_adapters/postgresql_adapter.rb:520:in `execute'
/Users/andy/.rvm/gems/kiji-head/gems/activerecord-2.3.11/lib/active_record/connection_adapters/postgresql_adapter.rb:536:in `begin_db_transaction'
/Users/andy/.rvm/gems/kiji-head/gems/activerecord-2.3.11/lib/active_record/fixtures.rb:934:in `setup_fixtures'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:178:in `send'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:178:in `evaluate_method'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:166:in `call'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `each'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `send'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:90:in `run'
/Users/andy/.rvm/gems/kiji-head/gems/activesupport-2.3.11/lib/active_support/callbacks.rb:276:in `run_callbacks'
/Users/andy/.rvm/gems/kiji-head/gems/cucumber-rails-0.3.2/lib/cucumber/rails/active_record.rb:16:in `Before'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment