Guest User

Untitled

a guest
Oct 16th, 2018
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. zach@zach-MM061:~/development/TimeTracker$ heroku logs
  2. 2011-08-18T01:17:37+00:00 heroku[api]: Add-on add logging:basic by zmorek@gmail.com
  3. 2011-08-18T01:17:37+00:00 heroku[api]: Release v2 created by zmorek@gmail.com
  4. 2011-08-18T01:17:39+00:00 heroku[api]: Add-on update shared-database
  5. 2011-08-18T01:17:39+00:00 heroku[api]: Release v3 created by zmorek@gmail.com
  6. 2011-08-18T01:18:07+00:00 heroku[slugc]: Slug compilation started
  7. 2011-08-18T01:18:56+00:00 heroku[api]: Deploy e4e4e24 by zmorek@gmail.com
  8. 2011-08-18T01:18:57+00:00 heroku[api]: Release v4 created by zmorek@gmail.com
  9. 2011-08-18T01:18:57+00:00 heroku[web.1]: State changed from created to starting
  10. 2011-08-18T01:18:57+00:00 heroku[slugc]: Slug compilation finished
  11. 2011-08-18T01:18:59+00:00 heroku[web.1]: Starting process with command `thin -p 58760 -e production -R /home/heroku_rack/heroku.ru start`
  12. 2011-08-18T01:19:02+00:00 app[web.1]: >> Thin web server (v1.2.6 codename Crazy Delicious)
  13. 2011-08-18T01:19:02+00:00 app[web.1]: >> Maximum connections set to 1024
  14. 2011-08-18T01:19:02+00:00 app[web.1]: >> Listening on 0.0.0.0:58760, CTRL+C to stop
  15. 2011-08-18T01:19:03+00:00 heroku[web.1]: State changed from starting to up
  16. 2011-08-18T01:19:13+00:00 heroku[web.1]: State changed from created to starting
  17. 2011-08-18T01:19:18+00:00 app[web.1]:
  18. 2011-08-18T01:19:18+00:00 app[web.1]:
  19. 2011-08-18T01:19:18+00:00 app[web.1]: Started GET "/" for 98.182.43.129 at 2011-08-17 18:19:18 -0700
  20. 2011-08-18T01:19:19+00:00 app[web.1]: Processing by HomeController#index as HTML
  21. 2011-08-18T01:19:19+00:00 app[web.1]: Rendered home/index.html.erb within layouts/application (19.2ms)
  22. 2011-08-18T01:19:19+00:00 app[web.1]: Completed in 24ms
  23. 2011-08-18T01:19:19+00:00 app[web.1]:
  24. 2011-08-18T01:19:19+00:00 app[web.1]: ActionView::Template::Error (Permission denied - /app/public/javascripts/.permissions_check.12536440.1.192179):
  25. 2011-08-18T01:19:19+00:00 app[web.1]: 3: <head>
  26. 2011-08-18T01:19:19+00:00 app[web.1]: 4: <title><%= content_for?(:title) ? yield(:title) : "TimeTracker" %></title>
  27. 2011-08-18T01:19:19+00:00 app[web.1]: 5: <%= stylesheet_link_tag "application" %>
  28. 2011-08-18T01:19:19+00:00 app[web.1]: 6: <%= javascript_include_tag :defaults, :cache => true %>
  29. 2011-08-18T01:19:19+00:00 app[web.1]: 7: <%= csrf_meta_tag %>
  30. 2011-08-18T01:19:19+00:00 app[web.1]: 8: <%= yield(:head) %>
  31. 2011-08-18T01:19:19+00:00 app[web.1]: 9: </head>
  32. 2011-08-18T01:19:19+00:00 app[web.1]: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2270505277182686876_30490320__3958530263191710539'
  33. 2011-08-18T01:19:19+00:00 app[web.1]:
  34. 2011-08-18T01:19:19+00:00 app[web.1]:
Add Comment
Please, Sign In to add comment