Guest User

Untitled

a guest
Apr 16th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.66 KB | None | 0 0
  1. 2011-12-01T11:38:20+00:00 heroku[api]: Add-on add logging:basic by arthur@faveous.com
  2. 2011-12-01T11:38:20+00:00 heroku[api]: Release v2 created by arthur@faveous.com
  3. 2011-12-01T11:40:24+00:00 heroku[slugc]: Slug compilation started
  4. 2011-12-01T11:41:01+00:00 heroku[api]: Add-on add shared-database:5mb by arthur@faveous.com
  5. 2011-12-01T11:41:01+00:00 heroku[api]: Release v3 created by arthur@faveous.com
  6. 2011-12-01T11:41:01+00:00 heroku[api]: Config add RAILS_ENV, LANG, PATH, RACK_ENV, GEM_PATH by arthur@faveous.com
  7. 2011-12-01T11:41:01+00:00 heroku[api]: Release v4 created by arthur@faveous.com
  8. 2011-12-01T11:41:01+00:00 heroku[api]: Deploy c23945c by arthur@faveous.com
  9. 2011-12-01T11:41:01+00:00 heroku[api]: Release v5 created by arthur@faveous.com
  10. 2011-12-01T11:41:02+00:00 heroku[web.1]: State changed from created to starting
  11. 2011-12-01T11:41:07+00:00 heroku[web.1]: Starting process with command `bundle exec rails server -p 18980`
  12. 2011-12-01T11:41:12+00:00 app[web.1]: [2011-12-01 11:41:12] INFO  WEBrick 1.3.1
  13. 2011-12-01T11:41:12+00:00 app[web.1]: [2011-12-01 11:41:12] INFO  ruby 1.9.2 (2011-07-09) [x86_64-linux]
  14. 2011-12-01T11:41:12+00:00 app[web.1]: [2011-12-01 11:41:12] INFO  WEBrick::HTTPServer#start: pid=1 port=18980
  15. 2011-12-01T11:41:27+00:00 heroku[router]: GET afternoon-summer-5125.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=98ms status=500 bytes=728
  16. 2011-12-01T11:41:27+00:00 app[web.1]: Completed 500 Internal Server Error in 3ms
  17. 2011-12-01T11:41:27+00:00 app[web.1]:
  18. 2011-12-01T11:41:28+00:00 heroku[router]: GET afternoon-summer-5125.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=8ms status=200 bytes=0
  19. 2011-12-01T11:47:32+00:00 heroku[run.1]: State changed from created to starting
  20. 2011-12-01T11:47:38+00:00 heroku[run.1]: State changed from starting to up
  21. 2011-12-01T11:47:42+00:00 heroku[run.1]: Process exited
  22. 2011-12-01T11:48:39+00:00 app[web.1]:
  23. 2011-12-01T11:48:39+00:00 app[web.1]:
  24. 2011-12-01T11:48:39+00:00 app[web.1]: Started GET "/" for 81.64.210.9 at 2011-12-01 11:48:39 +0000
  25. 2011-12-01T11:49:06+00:00 app[web.1]:
  26. 2011-12-01T11:49:06+00:00 app[web.1]:
  27. 2011-12-01T11:49:06+00:00 app[web.1]: Started GET "/" for 81.64.210.9 at 2011-12-01 11:49:06 +0000
  28. 2011-12-01T11:49:06+00:00 app[web.1]:   Processing by PagesController#home as HTML
  29. 2011-12-01T11:49:06+00:00 app[web.1]: Completed 500 Internal Server Error in 2ms
  30. 2011-12-01T11:49:06+00:00 app[web.1]:
  31. 2011-12-01T11:49:06+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR:  relation "users" does not exist
  32. 2011-12-01T11:49:06+00:00 app[web.1]: :             SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
  33. 2011-12-01T11:49:06+00:00 app[web.1]:               FROM pg_attribute a LEFT JOIN pg_attrdef d
  34. 2011-12-01T11:49:06+00:00 app[web.1]:                 ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  35. 2011-12-01T11:49:06+00:00 app[web.1]:              WHERE a.attrelid = '"users"'::regclass
  36. 2011-12-01T11:49:06+00:00 app[web.1]:                AND a.attnum > 0 AND NOT a.attisdropped
  37. 2011-12-01T11:49:06+00:00 app[web.1]:              ORDER BY a.attnum
  38. 2011-12-01T11:49:06+00:00 app[web.1]: ):
  39. 2011-12-01T11:49:06+00:00 app[web.1]:   app/models/user.rb:30:in `authenticate_with_salt'
  40. 2011-12-01T11:49:06+00:00 app[web.1]:   app/helpers/sessions_helper.rb:46:in `user_from_remember_token'
  41. 2011-12-01T11:49:06+00:00 app[web.1]:   app/helpers/sessions_helper.rb:13:in `current_user'
  42. 2011-12-01T11:49:06+00:00 app[web.1]:   app/helpers/sessions_helper.rb:17:in `signed_in?'
  43. 2011-12-01T11:49:06+00:00 app[web.1]:   app/controllers/pages_controller.rb:4:in `home'
  44. 2011-12-01T11:49:06+00:00 app[web.1]:
  45. 2011-12-01T11:49:06+00:00 app[web.1]:
  46. 2011-12-01T11:49:06+00:00 app[web.1]: cache: [GET /] miss
  47. 2011-12-01T11:50:02+00:00 app[web.1]:
  48. 2011-12-01T11:50:02+00:00 app[web.1]:
  49. 2011-12-01T11:50:02+00:00 app[web.1]: Started GET "/" for 78.226.177.62 at 2011-12-01 11:50:02 +0000
  50. 2011-12-01T11:50:02+00:00 app[web.1]:   Processing by PagesController#home as HTML
  51. 2011-12-01T11:50:02+00:00 app[web.1]: Completed 500 Internal Server Error in 2ms
  52. 2011-12-01T11:50:02+00:00 app[web.1]:
  53. 2011-12-01T11:50:02+00:00 app[web.1]: ActiveRecord::StatementInvalid (PGError: ERROR:  relation "users" does not exist
  54. 2011-12-01T11:50:02+00:00 app[web.1]: :             SELECT a.attname, format_type(a.atttypid, a.atttypmod), d.adsrc, a.attnotnull
  55. 2011-12-01T11:50:02+00:00 app[web.1]:               FROM pg_attribute a LEFT JOIN pg_attrdef d
  56. 2011-12-01T11:50:02+00:00 app[web.1]:                 ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  57. 2011-12-01T11:50:02+00:00 app[web.1]:              WHERE a.attrelid = '"users"'::regclass
  58. 2011-12-01T11:50:02+00:00 app[web.1]:                AND a.attnum > 0 AND NOT a.attisdropped
  59. 2011-12-01T11:50:02+00:00 app[web.1]:              ORDER BY a.attnum
  60. 2011-12-01T11:50:02+00:00 app[web.1]: ):
  61. 2011-12-01T11:50:02+00:00 app[web.1]:   app/models/user.rb:30:in `authenticate_with_salt'
  62. 2011-12-01T11:50:02+00:00 app[web.1]:   app/helpers/sessions_helper.rb:46:in `user_from_remember_token'
  63. 2011-12-01T11:50:02+00:00 app[web.1]:   app/helpers/sessions_helper.rb:13:in `current_user'
  64. 2011-12-01T11:50:02+00:00 app[web.1]:   app/helpers/sessions_helper.rb:17:in `signed_in?'
  65. 2011-12-01T11:50:02+00:00 app[web.1]:   app/controllers/pages_controller.rb:4:in `home'
  66. 2011-12-01T11:50:02+00:00 app[web.1]:
  67. 2011-12-01T11:50:02+00:00 app[web.1]:
  68. 2011-12-01T11:50:02+00:00 app[web.1]: cache: [GET /] miss
  69. 2011-12-01T11:50:03+00:00 app[web.1]: cache: [GET /favicon.ico] stale, invalid, store
  70. 2011-12-01T11:50:03+00:00 heroku[router]: GET afternoon-summer-5125.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=7ms status=200 bytes=0
Add Comment
Please, Sign In to add comment