Guest User

Untitled

a guest
Aug 10th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.53 KB | None | 0 0
  1. PGError: ERROR: current transaction is aborted, commands ignored until end of transaction block
  2. : CREATE TABLE "image_templates" ("id" serial primary key, "name" character varying(255) NOT NULL, "mime" character varying(4) NOT NULL, "width" integer DEFAULT 0 NOT NULL, "height" integer DEFAULT 0 NOT NULL, "quality" integer DEFAULT 100 NOT NULL, "operation" character varying(50) DEFAULT 'NONE' NOT NULL, "created_at" timestamp, "updated_at" timestamp)
  3. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract_adapter.rb:202:in `rescue in log'
  4. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract_adapter.rb:194:in `log'
  5. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb:496:in `execute'
  6. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract/schema_statements.rb:167:in `create_table'
  7. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:383:in `block in method_missing'
  8. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:359:in `block in say_with_time'
  9. /Users/tanel/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:294:in `measure'
  10. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:359:in `say_with_time'
  11. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:379:in `method_missing'
  12. /Users/tanel/Projects/shoperb-rails3/db/migrate/20100912212047_create_image_templates.rb:3:in `up'
  13. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:312:in `block in migrate'
  14. /Users/tanel/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/benchmark.rb:294:in `measure'
  15. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:312:in `migrate'
  16. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:395:in `migrate'
  17. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:537:in `block (2 levels) in migrate'
  18. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:611:in `call'
  19. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:611:in `block in ddl_transaction'
  20. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/connection_adapters/abstract/database_statements.rb:139:in `transaction'
  21. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/transactions.rb:204:in `transaction'
  22. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:611:in `ddl_transaction'
  23. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:536:in `block in migrate'
  24. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:523:in `each'
  25. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:523:in `migrate'
  26. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:433:in `up'
  27. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/migration.rb:415:in `migrate'
  28. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/activerecord-3.0.0/lib/active_record/railties/databases.rake:142:in `block (2 levels) in <top (required)>'
  29. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:636:in `call'
  30. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:636:in `block in execute'
  31. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:631:in `each'
  32. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:631:in `execute'
  33. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:597:in `block in invoke_with_call_chain'
  34. /Users/tanel/.rvm/rubies/ruby-1.9.2-p0/lib/ruby/1.9.1/monitor.rb:201:in `mon_synchronize'
  35. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:590:in `invoke_with_call_chain'
  36. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:583:in `invoke'
  37. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2051:in `invoke_task'
  38. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2029:in `block (2 levels) in top_level'
  39. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2029:in `each'
  40. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2029:in `block in top_level'
  41. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  42. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2023:in `top_level'
  43. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2001:in `block in run'
  44. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:2068:in `standard_exception_handling'
  45. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/lib/rake.rb:1998:in `run'
  46. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/gems/rake-0.8.7/bin/rake:31:in `<top (required)>'
  47. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/bin/rake:19:in `load'
  48. /Users/tanel/.rvm/gems/ruby-1.9.2-p0@shoperb/bin/rake:19:in `<main>'
Add Comment
Please, Sign In to add comment