Advertisement
Guest User

rails/heroku deployment

a guest
Mar 21st, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 14.00 KB | None | 0 0
  1. 2012-03-22T04:06:33+00:00 heroku[web.1]: Process exited with status 1
  2.  
  3. 2012-03-22T04:06:33+00:00 heroku[web.1]: State changed from starting to crashed
  4. 2012-03-22T04:14:56+00:00 heroku[router]: Error H10 (App crashed) -> GET quiet-autumn-3459.heroku.com/sites/list dyno= queue= wait= service= status=503 bytes=
  5.  
  6. 2012-03-22T04:14:56+00:00 heroku[nginx]: 108.38.11.130 - - [22/Mar/2012:04:14:56 +0000] "GET /sites/list HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" quiet-autumn-3459.heroku.com
  7.  
  8. 2012-03-22T04:14:57+00:00 heroku[router]: Error H10 (App crashed) -> GET quiet-autumn-3459.heroku.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  9.  
  10. 2012-03-22T04:14:57+00:00 heroku[nginx]: 108.38.11.130 - - [22/Mar/2012:04:14:57 +0000] "GET /favicon.ico HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" quiet-autumn-3459.heroku.com
  11.  
  12. 2012-03-22T04:16:12+00:00 heroku[rake.1]: State changed from created to starting
  13.  
  14. 2012-03-22T04:16:16+00:00 app[rake.1]: Awaiting client
  15.  
  16. 2012-03-22T04:16:16+00:00 app[rake.1]: Starting process with command `bundle exec rake db:setup`
  17.  
  18. 2012-03-22T04:16:16+00:00 heroku[rake.1]: State changed from starting to up
  19.  
  20. 2012-03-22T04:16:19+00:00 heroku[rake.1]: Process exited with status 1
  21.  
  22. 2012-03-22T04:16:19+00:00 heroku[rake.1]: State changed from up to complete
  23.  
  24. 2012-03-22T04:16:27+00:00 heroku[web.1]: State changed from crashed to created
  25.  
  26. 2012-03-22T04:16:27+00:00 heroku[web.1]: State changed from created to starting
  27.  
  28. 2012-03-22T04:16:32+00:00 heroku[web.1]: Starting process with command `thin -p 47219 -e production -R /home/heroku_rack/heroku.ru start`
  29.  
  30. 2012-03-22T04:16:39+00:00 app[web.1]: /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:71:in `rescue in establish_connection': Please install the postgresql adapter: `gem install activerecord-postgresql-adapter` (pg is not part of the bundle. Add it to Gemfile.) (RuntimeError)
  31.  
  32. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:60:in `establish_connection'
  33.  
  34. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:68:in `establish_connection'
  35.  
  36. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/connection_adapters/abstract/connection_specification.rb:55:in `establish_connection'
  37. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/base.rb:2184:in `<top (required)>'
  38.  
  39. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/app/models/site.rb:1:in `<top (required)>'
  40.  
  41. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks'
  42.  
  43. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activerecord-3.1.0/lib/active_record/railtie.rb:69:in `block (2 levels) in <class:Railtie>'
  44.  
  45. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/lazy_load_hooks.rb:36:in `instance_eval'
  46.  
  47. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/lazy_load_hooks.rb:42:in `each'
  48.  
  49. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
  50.  
  51. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/lazy_load_hooks.rb:43:in `block in run_load_hooks'
  52.  
  53. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `block in require'
  54.  
  55. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/lazy_load_hooks.rb:36:in `execute_hook'
  56.  
  57. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:225:in `load_dependency'
  58.  
  59. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:348:in `require_or_load'
  60.  
  61. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
  62.  
  63. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:489:in `load_missing_constant'
  64.  
  65. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:181:in `block in const_missing'
  66.  
  67. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:179:in `each'
  68.  
  69. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:179:in `const_missing'
  70.  
  71. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:124:in `block in constantize'
  72.  
  73. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:123:in `each'
  74. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/inflector/methods.rb:123:in `constantize'
  75.  
  76. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:167:in `_set_wrapper_defaults'
  77.  
  78. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/core_ext/string/inflections.rb:43:in `constantize'
  79.  
  80. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:128:in `inherited'
  81.  
  82. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/metal/params_wrapper.rb:148:in `_default_wrap_model'
  83.  
  84. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with'
  85.  
  86. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/actionpack-3.1.0/lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with'
  87.  
  88. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/app/controllers/sites_controller.rb:1:in `<top (required)>'
  89.  
  90. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
  91.  
  92. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `block in require'
  93.  
  94. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:225:in `load_dependency'
  95.  
  96. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:240:in `require'
  97.  
  98. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:348:in `require_or_load'
  99.  
  100. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:302:in `depend_on'
  101.  
  102. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/activesupport-3.1.0/lib/active_support/dependencies.rb:214:in `require_dependency'
  103.  
  104. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:416:in `block (2 levels) in eager_load!'
  105.  
  106. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:415:in `each'
  107.  
  108. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:415:in `block in eager_load!'
  109.  
  110. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:413:in `each'
  111. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/engine.rb:413:in `eager_load!'
  112.  
  113. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/initializable.rb:25:in `run'
  114.  
  115. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/application/finisher.rb:51:in `block in <module:Finisher>'
  116.  
  117. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/initializable.rb:25:in `instance_exec'
  118.  
  119. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/initializable.rb:50:in `block in run_initializers'
  120.  
  121. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/initializable.rb:49:in `each'
  122. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/initializable.rb:49:in `run_initializers'
  123.  
  124. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/application.rb:92:in `initialize!'
  125.  
  126. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/railties-3.1.0/lib/rails/railtie/configurable.rb:30:in `method_missing'
  127.  
  128. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/config/environment.rb:5:in `<top (required)>'
  129.  
  130. 2012-03-22T04:16:39+00:00 app[web.1]:   from <internal:lib/rubygems/custom_require>:29:in `require'
  131.  
  132. 2012-03-22T04:16:39+00:00 app[web.1]:   from <internal:lib/rubygems/custom_require>:29:in `require'
  133. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:23:in `eval'
  134.  
  135. 2012-03-22T04:16:39+00:00 app[web.1]:   from config.ru:3:in `block (3 levels) in <main>'
  136.  
  137. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:23:in `block (3 levels) in <main>'
  138.  
  139. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
  140.  
  141. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
  142. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:120:in `new'
  143.  
  144. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:120:in `map'
  145.  
  146. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:18:in `block (2 levels) in <main>'
  147.  
  148. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
  149. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
  150.  
  151. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:11:in `block in <main>'
  152.  
  153. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:11:in `new'
  154.  
  155. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `instance_eval'
  156.  
  157. 2012-03-22T04:16:39+00:00 app[web.1]:   from /app/.bundle/gems/ruby/1.9.1/gems/rack-1.3.6/lib/rack/builder.rb:51:in `initialize'
  158.  
  159. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:1:in `new'
  160.  
  161. 2012-03-22T04:16:39+00:00 app[web.1]:   from /home/heroku_rack/heroku.ru:1:in `<main>'
  162.  
  163. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `eval'
  164. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/rack/adapter/loader.rb:36:in `load'
  165.  
  166. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:175:in `load_rackup_config'
  167.  
  168. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/controllers/controller.rb:65:in `start'
  169.  
  170. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:143:in `run!'
  171.  
  172. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/bin/thin:6:in `<top (required)>'
  173.  
  174. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/bin/thin:19:in `load'
  175.  
  176. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/lib/ruby/gems/1.9.1/gems/thin-1.2.6/lib/thin/runner.rb:177:in `run_command'
  177. 2012-03-22T04:16:39+00:00 app[web.1]:   from /usr/ruby1.9.2/bin/thin:19:in `<main>'
  178.  
  179. 2012-03-22T04:16:40+00:00 heroku[web.1]: Process exited with status 1
  180.  
  181. 2012-03-22T04:16:40+00:00 heroku[web.1]: State changed from starting to crashed
  182.  
  183. 2012-03-22T04:20:59+00:00 heroku[router]: Error H10 (App crashed) -> GET quiet-autumn-3459.heroku.com/ dyno= queue= wait= service= status=503 bytes=
  184.  
  185. 2012-03-22T04:20:59+00:00 heroku[nginx]: 108.38.11.130 - - [22/Mar/2012:04:20:59 +0000] "GET / HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" quiet-autumn-3459.heroku.com
  186.  
  187. 2012-03-22T04:20:59+00:00 heroku[router]: Error H10 (App crashed) -> GET quiet-autumn-3459.heroku.com/favicon.ico dyno= queue= wait= service= status=503 bytes=
  188.  
  189. 2012-03-22T04:20:59+00:00 heroku[nginx]: 108.38.11.130 - - [22/Mar/2012:04:20:59 +0000] "GET /favicon.ico HTTP/1.1" 503 607 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_0) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.79 Safari/535.11" quiet-autumn-3459.heroku.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement