Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.09 KB | None | 0 0
  1. duera:~/workspace/sample_app (master) $ heroku logs
  2. 2016-10-25T16:23:54.924581+00:00 heroku[api]: Enable Logplex by lmwoodfield@hotmail.com
  3. 2016-10-25T16:23:54.924669+00:00 heroku[api]: Release v2 created by lmwoodfield@hotmail.com
  4. 2016-10-25T16:24:43.017105+00:00 heroku[api]: Set LANG, RACK_ENV, RAILS_ENV, RAILS_LOG_TO_STDOUT, RAILS_SERVE_STATIC_FILES, SECRET_KEY_BASE config vars by lmwoodfield@hotmail.com
  5. 2016-10-25T16:24:43.017144+00:00 heroku[api]: Release v3 created by lmwoodfield@hotmail.com
  6. 2016-10-25T16:24:43.865005+00:00 heroku[api]: Attach DATABASE (@ref:postgresql-opaque-89676) by lmwoodfield@hotmail.com
  7. 2016-10-25T16:24:43.865073+00:00 heroku[api]: Release v4 created by lmwoodfield@hotmail.com
  8. 2016-10-25T16:24:44.543486+00:00 heroku[api]: Scaled to console@0:Free rake@0:Free web@1:Free worker@0:Free by lmwoodfield@hotmail.com
  9. 2016-10-25T16:24:44.547219+00:00 heroku[api]: Deploy d121576 by lmwoodfield@hotmail.com
  10. 2016-10-25T16:24:44.547351+00:00 heroku[api]: Release v5 created by lmwoodfield@hotmail.com
  11. 2016-10-25T16:24:45.190853+00:00 heroku[slug-compiler]: Slug compilation started
  12. 2016-10-25T16:24:45.190863+00:00 heroku[slug-compiler]: Slug compilation finished
  13. 2016-10-25T16:24:51.889961+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 15011 -e production`
  14. 2016-10-25T16:24:58.695314+00:00 app[web.1]: => Booting Puma
  15. 2016-10-25T16:24:58.695380+00:00 app[web.1]: => Rails 5.0.0.1 application starting in production on http://0.0.0.0:15011
  16. 2016-10-25T16:24:58.695414+00:00 app[web.1]: => Run `rails server -h` for more startup options
  17. 2016-10-25T16:24:59.994454+00:00 app[web.1]: Puma starting in single mode...
  18. 2016-10-25T16:24:59.994467+00:00 app[web.1]: * Version 3.4.0 (ruby 2.2.4-p230), codename: Owl Bowl Brawl
  19. 2016-10-25T16:24:59.994469+00:00 app[web.1]: * Min threads: 5, max threads: 5
  20. 2016-10-25T16:24:59.994484+00:00 app[web.1]: * Environment: production
  21. 2016-10-25T16:24:59.994638+00:00 app[web.1]: * Listening on tcp://0.0.0.0:15011
  22. 2016-10-25T16:24:59.994989+00:00 app[web.1]: Use Ctrl-C to stop
  23. 2016-10-25T16:25:00.255154+00:00 heroku[web.1]: State changed from starting to up
  24. 2016-10-25T16:25:02.596059+00:00 heroku[router]: at=info method=GET path="/" host=arcane-chamber-78250.herokuapp.com request_id=ce165b6e-513e-4149-8507-59b67d6763bc fwd="86.11.252.160" dyno=web.1 connect=14ms service=105ms status=500 bytes=1669
  25. 2016-10-25T16:25:02.551832+00:00 app[web.1]: I, [2016-10-25T16:25:02.551717 #3] INFO -- : [ce165b6e-513e-4149-8507-59b67d6763bc] Started GET "/" for 86.11.252.160 at 2016-10-25 16:25:02 +0000
  26. 2016-10-25T16:25:02.556165+00:00 app[web.1]: I, [2016-10-25T16:25:02.555857 #3] INFO -- : [ce165b6e-513e-4149-8507-59b67d6763bc] Processing by ApplicationController#hello as HTML
  27. 2016-10-25T16:25:02.579553+00:00 app[web.1]: I, [2016-10-25T16:25:02.579419 #3] INFO -- : [ce165b6e-513e-4149-8507-59b67d6763bc] Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms)
  28. 2016-10-25T16:25:02.580660+00:00 app[web.1]: F, [2016-10-25T16:25:02.580606 #3] FATAL -- : [ce165b6e-513e-4149-8507-59b67d6763bc]
  29. 2016-10-25T16:25:02.580711+00:00 app[web.1]: F, [2016-10-25T16:25:02.580664 #3] FATAL -- : [ce165b6e-513e-4149-8507-59b67d6763bc] ActionView::MissingTemplate (Missing template application/hello with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:raw, :erb, :html, :builder, :ruby, :coffee, :jbuilder]}. Searched in:
  30. 2016-10-25T16:25:02.580713+00:00 app[web.1]: * "/app/app/views"
  31. 2016-10-25T16:25:02.580714+00:00 app[web.1]: ):
  32. 2016-10-25T16:25:02.580767+00:00 app[web.1]: F, [2016-10-25T16:25:02.580717 #3] FATAL -- : [ce165b6e-513e-4149-8507-59b67d6763bc]
  33. 2016-10-25T16:25:02.580821+00:00 app[web.1]: F, [2016-10-25T16:25:02.580774 #3] FATAL -- : [ce165b6e-513e-4149-8507-59b67d6763bc] app/controllers/application_controller.rb:5:in `hello'
  34. 2016-10-25T16:25:02.806018+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=arcane-chamber-78250.herokuapp.com request_id=695c034a-1546-4759-98e9-da0e3df102e2 fwd="86.11.252.160" dyno=web.1 connect=1ms service=3ms status=200 bytes=143
  35. duera:~/workspace/sample_app (master) $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement