Guest User

Untitled

a guest
May 18th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Rails 7.54 KB | None | 0 0
  1. chaitanya@Chaitanya:~/projects/rails/cathlon$ heroku logs
  2. 2012-01-07T14:30:59+00:00 app[web.1]: ActionView::Template::Error (surveyor/reset.css isn't precompiled):
  3. 2012-01-07T14:30:59+00:00 app[web.1]:     4: <head>
  4. 2012-01-07T14:30:59+00:00 app[web.1]:     5:   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  5. 2012-01-07T14:30:59+00:00 app[web.1]:     7:   <%= surveyor_includes %>
  6. 2012-01-07T14:30:59+00:00 app[web.1]:     8: </head>
  7. 2012-01-07T14:30:59+00:00 app[web.1]:     6:   <title>Survey: <%= controller.action_name %></title>
  8. 2012-01-07T14:30:59+00:00 app[web.1]:     9: <body>
  9. 2012-01-07T14:30:59+00:00 app[web.1]:     10:   <%= yield %>
  10. 2012-01-07T14:30:59+00:00 app[web.1]:  
  11. 2012-01-07T14:30:59+00:00 app[web.1]:
  12. 2012-01-07T14:30:59+00:00 app[web.1]:
  13. 2012-01-07T14:30:59+00:00 app[web.1]: cache: [GET /surveys] miss
  14. 2012-01-07T14:30:59+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=261ms status=500 bytes=728
  15. 2012-01-07T14:31:57+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=24ms status=500 bytes=728
  16. 2012-01-07T14:31:59+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=18ms status=500 bytes=728
  17. 2012-01-07T14:32:00+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=36ms status=500 bytes=728
  18. 2012-01-07T14:34:54+00:00 heroku[run.8]: State changed from created to starting
  19. 2012-01-07T14:35:00+00:00 app[run.8]: Awaiting client
  20. 2012-01-07T14:35:00+00:00 app[run.8]: Starting process with command `bundle exec rake surveyor FILE=surveys/kitchen_sink_survey.rb`
  21. 2012-01-07T14:35:00+00:00 heroku[run.8]: State changed from starting to up
  22. 2012-01-07T14:35:10+00:00 heroku[run.8]: State changed from up to complete
  23. 2012-01-07T14:35:11+00:00 heroku[run.8]: Process exited
  24. 2012-01-07T14:35:59+00:00 app[web.1]:
  25. 2012-01-07T14:35:59+00:00 app[web.1]: Started GET "/surveys" for 116.75.37.172 at 2012-01-07 14:35:59 +0000
  26. 2012-01-07T14:35:59+00:00 app[web.1]:   Processing by SurveyorController#new as HTML
  27. 2012-01-07T14:35:59+00:00 app[web.1]:
  28. 2012-01-07T14:35:59+00:00 app[web.1]: Rendered vendor/bundle/ruby/1.9.1/gems/surveyor-0.21.0/app/views/surveyor/new.html.haml within layouts/surveyor_default (1.7ms)
  29. 2012-01-07T14:35:59+00:00 app[web.1]: Completed 500 Internal Server Error in 27ms
  30. 2012-01-07T14:35:59+00:00 app[web.1]:
  31. 2012-01-07T14:35:59+00:00 app[web.1]: ActionView::Template::Error (surveyor/reset.css isn't precompiled):
  32. 2012-01-07T14:35:59+00:00 app[web.1]:     4: <head>
  33. 2012-01-07T14:35:59+00:00 app[web.1]:     5:   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  34. 2012-01-07T14:35:59+00:00 app[web.1]:     8: </head>
  35. 2012-01-07T14:35:59+00:00 app[web.1]:     6:   <title>Survey: <%= controller.action_name %></title>
  36. 2012-01-07T14:35:59+00:00 app[web.1]:  
  37. 2012-01-07T14:35:59+00:00 app[web.1]:     10:   <%= yield %>
  38. 2012-01-07T14:35:59+00:00 app[web.1]:     9: <body>
  39. 2012-01-07T14:35:59+00:00 app[web.1]:     7:   <%= surveyor_includes %>
  40. 2012-01-07T14:35:59+00:00 app[web.1]:
  41. 2012-01-07T14:35:59+00:00 app[web.1]:
  42. 2012-01-07T14:35:59+00:00 app[web.1]: cache: [GET /surveys] miss
  43. 2012-01-07T14:36:00+00:00 app[web.1]:
  44. 2012-01-07T14:36:00+00:00 app[web.1]:
  45. 2012-01-07T14:36:00+00:00 app[web.1]: Started GET "/surveys" for 116.75.37.172 at 2012-01-07 14:36:00 +0000
  46. 2012-01-07T14:36:00+00:00 app[web.1]:   Processing by SurveyorController#new as HTML
  47. 2012-01-07T14:36:00+00:00 app[web.1]: Rendered vendor/bundle/ruby/1.9.1/gems/surveyor-0.21.0/app/views/surveyor/new.html.haml within layouts/surveyor_default (3.8ms)
  48. 2012-01-07T14:36:00+00:00 app[web.1]: Completed 500 Internal Server Error in 15ms
  49. 2012-01-07T14:36:00+00:00 app[web.1]: ActionView::Template::Error (surveyor/reset.css isn't precompiled):
  50. 2012-01-07T14:36:00+00:00 app[web.1]:
  51. 2012-01-07T14:36:00+00:00 app[web.1]:     5:   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  52. 2012-01-07T14:36:00+00:00 app[web.1]:     6:   <title>Survey: <%= controller.action_name %></title>
  53. 2012-01-07T14:36:00+00:00 app[web.1]:     7:   <%= surveyor_includes %>
  54. 2012-01-07T14:36:00+00:00 app[web.1]:     8: </head>
  55. 2012-01-07T14:36:00+00:00 app[web.1]:     4: <head>
  56. 2012-01-07T14:36:00+00:00 app[web.1]:     9: <body>
  57. 2012-01-07T14:36:00+00:00 app[web.1]:     10:   <%= yield %>
  58. 2012-01-07T14:36:00+00:00 app[web.1]:  
  59. 2012-01-07T14:36:00+00:00 app[web.1]:
  60. 2012-01-07T14:36:00+00:00 app[web.1]:
  61. 2012-01-07T14:36:00+00:00 app[web.1]: cache: [GET /surveys] miss
  62. 2012-01-07T14:36:01+00:00 app[web.1]:
  63. 2012-01-07T14:36:01+00:00 app[web.1]:
  64. 2012-01-07T14:36:01+00:00 app[web.1]: Started GET "/surveys" for 116.75.37.172 at 2012-01-07 14:36:01 +0000
  65. 2012-01-07T14:36:01+00:00 app[web.1]:   Processing by SurveyorController#new as HTML
  66. 2012-01-07T14:36:01+00:00 app[web.1]: Rendered vendor/bundle/ruby/1.9.1/gems/surveyor-0.21.0/app/views/surveyor/new.html.haml within layouts/surveyor_default (1.6ms)
  67. 2012-01-07T14:36:01+00:00 app[web.1]:
  68. 2012-01-07T14:36:01+00:00 app[web.1]: Completed 500 Internal Server Error in 47ms
  69. 2012-01-07T14:36:01+00:00 app[web.1]: ActionView::Template::Error (surveyor/reset.css isn't precompiled):
  70. 2012-01-07T14:36:01+00:00 app[web.1]:     4: <head>
  71. 2012-01-07T14:36:01+00:00 app[web.1]:     5:   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  72. 2012-01-07T14:36:01+00:00 app[web.1]:
  73. 2012-01-07T14:36:01+00:00 app[web.1]:     6:   <title>Survey: <%= controller.action_name %></title>
  74. 2012-01-07T14:36:01+00:00 app[web.1]:     7:   <%= surveyor_includes %>
  75. 2012-01-07T14:36:01+00:00 app[web.1]:     8: </head>
  76. 2012-01-07T14:36:01+00:00 app[web.1]:     9: <body>
  77. 2012-01-07T14:36:01+00:00 app[web.1]:  
  78. 2012-01-07T14:36:01+00:00 app[web.1]:
  79. 2012-01-07T14:36:01+00:00 app[web.1]: cache: [GET /surveys] miss
  80. 2012-01-07T14:36:01+00:00 app[web.1]:     10:   <%= yield %>
  81. 2012-01-07T14:36:01+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=68ms status=500 bytes=728
  82. 2012-01-07T14:36:02+00:00 app[web.1]:
  83. 2012-01-07T14:36:02+00:00 app[web.1]:
  84. 2012-01-07T14:36:02+00:00 app[web.1]: Started GET "/surveys" for 116.75.37.172 at 2012-01-07 14:36:02 +0000
  85. 2012-01-07T14:36:02+00:00 app[web.1]:   Processing by SurveyorController#new as HTML
  86. 2012-01-07T14:36:02+00:00 app[web.1]: Rendered vendor/bundle/ruby/1.9.1/gems/surveyor-0.21.0/app/views/surveyor/new.html.haml within layouts/surveyor_default (2.1ms)
  87. 2012-01-07T14:36:02+00:00 app[web.1]: Completed 500 Internal Server Error in 7ms
  88. 2012-01-07T14:36:02+00:00 app[web.1]:
  89. 2012-01-07T14:36:02+00:00 app[web.1]:     4: <head>
  90. 2012-01-07T14:36:02+00:00 app[web.1]:     5:   <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
  91. 2012-01-07T14:36:02+00:00 app[web.1]:     7:   <%= surveyor_includes %>
  92. 2012-01-07T14:36:02+00:00 app[web.1]: ActionView::Template::Error (surveyor/reset.css isn't precompiled):
  93. 2012-01-07T14:36:02+00:00 app[web.1]:     10:   <%= yield %>
  94. 2012-01-07T14:36:02+00:00 app[web.1]:  
  95. 2012-01-07T14:36:02+00:00 app[web.1]:     8: </head>
  96. 2012-01-07T14:36:02+00:00 app[web.1]:     6:   <title>Survey: <%= controller.action_name %></title>
  97. 2012-01-07T14:36:02+00:00 app[web.1]:     9: <body>
  98. 2012-01-07T14:36:02+00:00 app[web.1]:
  99. 2012-01-07T14:36:02+00:00 app[web.1]:
  100. 2012-01-07T14:36:02+00:00 app[web.1]: cache: [GET /surveys] miss
  101. 2012-01-07T14:36:02+00:00 heroku[router]: GET cathlon.herokuapp.com/surveys dyno=web.1 queue=0 wait=0ms service=17ms status=500 bytes=728
  102. chaitanya@Chaitanya:~/projects/rails/cathlon$
Add Comment
Please, Sign In to add comment