Advertisement
Guest User

Untitled

a guest
Sep 1st, 2015
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 KB | None | 0 0
  1. 2015-09-02T04:11:26.451915+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  2. 2015-09-02T04:11:26.451917+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
  3. 2015-09-02T04:11:26.451918+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  4. 2015-09-02T04:11:26.451920+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
  5. 2015-09-02T04:11:26.451921+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
  6. 2015-09-02T04:11:26.451922+00:00 app[web.1]: ORDER BY a.attnum
  7. 2015-09-02T04:11:26.451924+00:00 app[web.1]:
  8. 2015-09-02T04:11:26.452726+00:00 app[web.1]: Completed 500 Internal Server Error in 25ms
  9. 2015-09-02T04:11:26.456354+00:00 heroku[router]: at=info method=GET path="/" host=assistprelaunchr.herokuapp.com request_id=5c2f9062-9685-48ca-98f4-6c069e74f479 fwd="94.205.135.161" dyno=web.1 connect=1ms service=118ms status=500 bytes=906
  10. 2015-09-02T04:11:26.427369+00:00 app[web.1]: Processing by UsersController#new as HTML
  11. 2015-09-02T04:11:26.455914+00:00 app[web.1]:
  12. 2015-09-02T04:11:26.455918+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist
  13. 2015-09-02T04:11:26.455921+00:00 app[web.1]: ^
  14. 2015-09-02T04:11:26.455920+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"users"'::regclass
  15. 2015-09-02T04:11:26.455923+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  16. 2015-09-02T04:11:26.455929+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
  17. 2015-09-02T04:11:26.455930+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
  18. 2015-09-02T04:11:26.455933+00:00 app[web.1]: ):
  19. 2015-09-02T04:11:26.455925+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  20. 2015-09-02T04:11:26.455927+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  21. 2015-09-02T04:11:26.455932+00:00 app[web.1]: ORDER BY a.attnum
  22. 2015-09-02T04:11:26.455935+00:00 app[web.1]: app/controllers/users_controller.rb:8:in `new'
  23. 2015-09-02T04:11:26.455926+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
  24. 2015-09-02T04:11:26.455937+00:00 app[web.1]:
  25. 2015-09-02T04:11:26.455936+00:00 app[web.1]:
  26. 2015-09-02T04:11:26.549241+00:00 heroku[mailcatcher.1]: Starting process with command `mailcatcher -f`
  27. 2015-09-02T04:11:27.228922+00:00 heroku[mailcatcher.1]: State changed from starting to up
  28. 2015-09-02T04:11:27.895004+00:00 app[mailcatcher.1]: bash: mailcatcher: command not found
  29. 2015-09-02T04:11:28.554909+00:00 heroku[mailcatcher.1]: Process exited with status 127
  30. 2015-09-02T04:11:28.565470+00:00 heroku[mailcatcher.1]: State changed from up to crashed
  31. 2015-09-02T04:19:32.033503+00:00 heroku[api]: Deploy fffb014 by mjomaa@gmail.com
  32. 2015-09-02T04:19:32.033646+00:00 heroku[api]: Release v7 created by mjomaa@gmail.com
  33. 2015-09-02T04:19:32.097747+00:00 heroku[slug-compiler]: Slug compilation started
  34. 2015-09-02T04:19:32.097769+00:00 heroku[slug-compiler]: Slug compilation finished
  35. 2015-09-02T04:19:32.592055+00:00 heroku[mailcatcher.1]: State changed from crashed to starting
  36. 2015-09-02T04:19:33.016644+00:00 heroku[web.1]: State changed from up to starting
  37. 2015-09-02T04:19:35.832157+00:00 heroku[web.1]: Stopping all processes with SIGTERM
  38. 2015-09-02T04:19:36.272334+00:00 app[web.1]: Unicorn worker intercepting TERM and doing nothing. Wait for master to sent QUIT
  39. 2015-09-02T04:19:36.272338+00:00 app[web.1]: Unicorn worker intercepting TERM and doing nothing. Wait for master to sent QUIT
  40. 2015-09-02T04:19:36.278650+00:00 app[web.1]: Unicorn master intercepting TERM and sending myself QUIT instead
  41. 2015-09-02T04:19:36.282717+00:00 app[web.1]: Unicorn worker intercepting TERM and doing nothing. Wait for master to sent QUIT
  42. 2015-09-02T04:19:36.878952+00:00 app[web.1]: I, [2015-09-02T04:19:36.878786 #3] INFO -- : reaped #<Process::Status: pid 9 exit 0> worker=1
  43. 2015-09-02T04:19:36.879464+00:00 app[web.1]: I, [2015-09-02T04:19:36.879327 #3] INFO -- : master complete
  44. 2015-09-02T04:19:36.878666+00:00 app[web.1]: I, [2015-09-02T04:19:36.878497 #3] INFO -- : reaped #<Process::Status: pid 6 exit 0> worker=0
  45. 2015-09-02T04:19:36.879214+00:00 app[web.1]: I, [2015-09-02T04:19:36.879161 #3] INFO -- : reaped #<Process::Status: pid 12 exit 0> worker=2
  46. 2015-09-02T04:19:37.906516+00:00 heroku[web.1]: Process exited with status 0
  47. 2015-09-02T04:19:41.102811+00:00 heroku[mailcatcher.1]: Starting process with command `mailcatcher -f`
  48. 2015-09-02T04:19:41.709173+00:00 heroku[mailcatcher.1]: State changed from starting to up
  49. 2015-09-02T04:19:43.093473+00:00 heroku[mailcatcher.1]: Process exited with status 127
  50. 2015-09-02T04:19:43.101552+00:00 heroku[mailcatcher.1]: State changed from up to crashed
  51. 2015-09-02T04:19:42.349322+00:00 app[mailcatcher.1]: bash: mailcatcher: command not found
  52. 2015-09-02T04:19:46.299263+00:00 heroku[web.1]: Starting process with command `bundle exec unicorn -p 6500`
  53. 2015-09-02T04:19:48.782583+00:00 heroku[web.1]: State changed from starting to up
  54. 2015-09-02T04:19:48.554040+00:00 app[web.1]: I, [2015-09-02T04:19:48.553900 #3] INFO -- : listening on addr=0.0.0.0:6500 fd=9
  55. 2015-09-02T04:19:48.554135+00:00 app[web.1]: I, [2015-09-02T04:19:48.554081 #3] INFO -- : worker=0 spawning...
  56. 2015-09-02T04:19:48.561161+00:00 app[web.1]: I, [2015-09-02T04:19:48.560987 #3] INFO -- : master process ready
  57. 2015-09-02T04:19:48.563933+00:00 app[web.1]: I, [2015-09-02T04:19:48.563501 #6] INFO -- : worker=0 spawned pid=6
  58. 2015-09-02T04:19:48.564057+00:00 app[web.1]: I, [2015-09-02T04:19:48.564006 #6] INFO -- : Refreshing Gem list
  59. 2015-09-02T04:19:50.403037+00:00 app[web.1]: DEPRECATION WARNING: You did not specify a `log_level` in `production.rb`. Currently, the default value for `log_level` is `:info` for the production environment and `:debug` in all other environments. In Rails 5 the default value will be unified to `:debug` across all environments. To preserve the current setting, add the following line to your `production.rb`:
  60. 2015-09-02T04:19:50.403045+00:00 app[web.1]:
  61. 2015-09-02T04:19:50.403047+00:00 app[web.1]: config.log_level = :info
  62. 2015-09-02T04:19:50.403048+00:00 app[web.1]:
  63. 2015-09-02T04:19:50.403050+00:00 app[web.1]: . (called from block in tsort_each at /app/vendor/ruby-2.2.0/lib/ruby/2.2.0/tsort.rb:226)
  64. 2015-09-02T04:19:51.228920+00:00 heroku[router]: at=info method=GET path="/" host=assistprelaunchr.herokuapp.com request_id=e80ef01e-1e33-4ea0-86ed-39c29b2263fe fwd="94.205.135.161" dyno=web.1 connect=1ms service=742ms status=500 bytes=906
  65. 2015-09-02T04:19:51.153047+00:00 app[web.1]: Started GET "/" for 94.205.135.161 at 2015-09-02 04:19:51 +0000
  66. 2015-09-02T04:19:51.217703+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"users"'::regclass
  67. 2015-09-02T04:19:51.217700+00:00 app[web.1]: PG::UndefinedTable: ERROR: relation "users" does not exist
  68. 2015-09-02T04:19:51.217705+00:00 app[web.1]: ^
  69. 2015-09-02T04:19:51.217707+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  70. 2015-09-02T04:19:51.217708+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  71. 2015-09-02T04:19:51.217710+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
  72. 2015-09-02T04:19:51.217711+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  73. 2015-09-02T04:19:51.217713+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
  74. 2015-09-02T04:19:51.217716+00:00 app[web.1]: ORDER BY a.attnum
  75. 2015-09-02T04:19:51.217714+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
  76. 2015-09-02T04:19:51.217717+00:00 app[web.1]:
  77. 2015-09-02T04:19:51.217946+00:00 app[web.1]: Completed 500 Internal Server Error in 12ms
  78. 2015-09-02T04:19:51.219073+00:00 app[web.1]:
  79. 2015-09-02T04:19:51.219075+00:00 app[web.1]: ActiveRecord::StatementInvalid (PG::UndefinedTable: ERROR: relation "users" does not exist
  80. 2015-09-02T04:19:51.219077+00:00 app[web.1]: LINE 5: WHERE a.attrelid = '"users"'::regclass
  81. 2015-09-02T04:19:51.219078+00:00 app[web.1]: ^
  82. 2015-09-02T04:19:51.219080+00:00 app[web.1]: : SELECT a.attname, format_type(a.atttypid, a.atttypmod),
  83. 2015-09-02T04:19:51.219081+00:00 app[web.1]: pg_get_expr(d.adbin, d.adrelid), a.attnotnull, a.atttypid, a.atttypmod
  84. 2015-09-02T04:19:51.219084+00:00 app[web.1]: ON a.attrelid = d.adrelid AND a.attnum = d.adnum
  85. 2015-09-02T04:19:51.219085+00:00 app[web.1]: WHERE a.attrelid = '"users"'::regclass
  86. 2015-09-02T04:19:51.219082+00:00 app[web.1]: FROM pg_attribute a LEFT JOIN pg_attrdef d
  87. 2015-09-02T04:19:51.219089+00:00 app[web.1]: ):
  88. 2015-09-02T04:19:51.219088+00:00 app[web.1]: ORDER BY a.attnum
  89. 2015-09-02T04:19:51.219087+00:00 app[web.1]: AND a.attnum > 0 AND NOT a.attisdropped
  90. 2015-09-02T04:19:51.219091+00:00 app[web.1]: app/controllers/users_controller.rb:8:in `new'
  91. 2015-09-02T04:19:51.219092+00:00 app[web.1]:
  92. 2015-09-02T04:19:51.219093+00:00 app[web.1]:
  93. 2015-09-02T04:19:51.150682+00:00 app[web.1]: I, [2015-09-02T04:19:51.150568 #6] INFO -- : worker=0 ready
  94. 2015-09-02T04:19:51.205884+00:00 app[web.1]: Processing by UsersController#new as HTML
  95. 2015-09-02T04:19:51.703515+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=assistprelaunchr.herokuapp.com request_id=1882ea9d-3791-4fb3-9641-cb45fb182083 fwd="94.205.135.161" dyno=web.1 connect=0ms service=2ms status=200 bytes=1367
  96. 2015-09-02T04:23:26.650172+00:00 heroku[mailcatcher.1]: State changed from crashed to starting
  97. 2015-09-02T04:23:41.362840+00:00 heroku[mailcatcher.1]: Starting process with command `mailcatcher -f`
  98. 2015-09-02T04:23:42.043598+00:00 heroku[mailcatcher.1]: State changed from starting to up
  99. 2015-09-02T04:23:43.422698+00:00 app[mailcatcher.1]: bash: mailcatcher: command not found
  100. 2015-09-02T04:23:44.388696+00:00 heroku[mailcatcher.1]: State changed from up to crashed
  101. 2015-09-02T04:23:44.368015+00:00 heroku[mailcatcher.1]: Process exited with status 127
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement