Skip to content

Instantly share code, notes, and snippets.

@Kanst
Created December 24, 2011 16:23
Show Gist options
  • Save Kanst/1517700 to your computer and use it in GitHub Desktop.
Save Kanst/1517700 to your computer and use it in GitHub Desktop.
2011-12-24T14:46:58+00:00 heroku[api]: Add-on add logging:basic by jeka@bmstu.me
2011-12-24T14:46:58+00:00 heroku[api]: Release v2 created by jeka@bmstu.me
2011-12-24T14:47:51+00:00 heroku[slugc]: Slug compilation started
2011-12-24T14:48:58+00:00 heroku[api]: Add-on add shared-database:5mb by jeka@bmstu.me
2011-12-24T14:48:58+00:00 heroku[api]: Release v3 created by jeka@bmstu.me
2011-12-24T14:48:58+00:00 heroku[api]: Config add RAILS_ENV, LANG, PATH, RACK_ENV, GEM_PATH by jeka@bmstu.me
2011-12-24T14:48:58+00:00 heroku[api]: Release v4 created by jeka@bmstu.me
2011-12-24T14:48:59+00:00 heroku[api]: Deploy 2dbd339 by jeka@bmstu.me
2011-12-24T14:48:59+00:00 heroku[api]: Release v5 created by jeka@bmstu.me
2011-12-24T14:49:00+00:00 heroku[web.1]: State changed from created to starting
2011-12-24T14:49:00+00:00 heroku[slugc]: Slug compilation finished
2011-12-24T14:49:11+00:00 heroku[web.1]: State changed from starting to up
2011-12-24T14:49:13+00:00 heroku[router]: GET hollow-sky-3376.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=155ms status=500 bytes=728
2011-12-24T14:49:13+00:00 heroku[router]: GET hollow-sky-3376.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=8ms status=200 bytes=0
2011-12-24T14:50:13+00:00 heroku[run.1]: State changed from created to starting
2011-12-24T14:50:19+00:00 app[run.1]: Awaiting client
2011-12-24T14:50:19+00:00 app[run.1]: Starting process with command `bundle exec rake db:create`
2011-12-24T14:50:20+00:00 heroku[run.1]: State changed from starting to up
2011-12-24T14:50:22+00:00 app[run.1]: Error: No child processes
2011-12-24T14:50:23+00:00 heroku[run.1]: State changed from up to complete
2011-12-24T14:50:24+00:00 heroku[run.1]: Process exited
2011-12-24T14:50:39+00:00 heroku[run.2]: State changed from created to starting
2011-12-24T14:50:45+00:00 app[run.2]: Awaiting client
2011-12-24T14:50:46+00:00 heroku[run.2]: State changed from starting to up
2011-12-24T14:50:46+00:00 app[run.2]: Starting process with command `bundle exec rake db:migrate`
2011-12-24T14:50:52+00:00 heroku[run.2]: State changed from up to complete
2011-12-24T14:50:53+00:00 heroku[run.2]: Process exited
2011-12-24T14:51:00+00:00 heroku[router]: GET hollow-sky-3376.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=12ms status=500 bytes=728
2011-12-24T15:56:28+00:00 heroku[web.1]: Idling
2011-12-24T15:56:30+00:00 heroku[web.1]: State changed from up to down
2011-12-24T15:56:30+00:00 heroku[web.1]: State changed from down to created
2011-12-24T15:56:30+00:00 heroku[web.1]: State changed from created to starting
2011-12-24T15:56:36+00:00 heroku[web.1]: Starting process with command `bundle exec thin start -p 56073`
2011-12-24T15:56:42+00:00 app[web.1]: >> Using rack adapter
2011-12-24T15:56:42+00:00 app[web.1]: >> Thin web server (v1.3.1 codename Triple Espresso)
2011-12-24T15:56:42+00:00 app[web.1]: >> Maximum connections set to 1024
2011-12-24T15:56:42+00:00 app[web.1]: >> Listening on 0.0.0.0:56073, CTRL+C to stop
2011-12-24T15:56:43+00:00 heroku[web.1]: State changed from starting to up
2011-12-24T16:19:15+00:00 app[web.1]:
2011-12-24T16:19:15+00:00 app[web.1]:
2011-12-24T16:19:15+00:00 app[web.1]: Started GET "/" for 95.25.148.44 at 2011-12-24 16:19:15 +0000
2011-12-24T16:19:15+00:00 app[web.1]: Processing by PagesController#home as HTML
2011-12-24T16:19:16+00:00 app[web.1]: Rendered pages/home.html.erb within layouts/application (8.1ms)
2011-12-24T16:19:16+00:00 app[web.1]: Rendered layouts/_stylesheets.html.erb (35.9ms)
2011-12-24T16:19:16+00:00 app[web.1]: Completed 500 Internal Server Error in 98ms
2011-12-24T16:19:16+00:00 app[web.1]:
2011-12-24T16:19:16+00:00 app[web.1]: ActionView::Template::Error (blueprint/screen.css isn't precompiled):
2011-12-24T16:19:16+00:00 app[web.1]: 1: <!--[if lt IE 9]>
2011-12-24T16:19:16+00:00 app[web.1]: 2: <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
2011-12-24T16:19:16+00:00 app[web.1]: 3: <![endif]-->
2011-12-24T16:19:16+00:00 app[web.1]: 4: <%= stylesheet_link_tag 'blueprint/screen', :media => 'screen' %>
2011-12-24T16:19:16+00:00 app[web.1]: 5: <%= stylesheet_link_tag 'blueprint/print', :media => 'print' %>
2011-12-24T16:19:16+00:00 app[web.1]: 6: <!--[if lt IE 8]><%= stylesheet_link_tag 'blueprint/ie' %><![endif]-->
2011-12-24T16:19:16+00:00 app[web.1]: 7: <%= stylesheet_link_tag 'custom', :media => 'screen' %>
2011-12-24T16:19:16+00:00 app[web.1]: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1400648380786678074_41595220'
2011-12-24T16:19:16+00:00 app[web.1]:
2011-12-24T16:19:16+00:00 app[web.1]:
2011-12-24T16:19:16+00:00 app[web.1]: cache: [GET /] miss
2011-12-24T16:19:16+00:00 app[web.1]: app/views/layouts/_stylesheets.html.erb:4:in `_app_views_layouts__stylesheets_html_erb___1045547596986688583_41276260'
2011-12-24T16:19:16+00:00 heroku[router]: GET hollow-sky-3376.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=155ms status=500 bytes=728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment