Guest User

Untitled

a guest
Jan 22nd, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.68 KB | None | 0 0
  1. ~/code/kvarta[master] $ heroku logs
  2. ^[[1;6C2011-09-30T16:43:03+00:00 heroku[api]: Add-on add logging:basic by vetal4eg@gmail.com
  3. 2011-09-30T16:43:03+00:00 heroku[api]: Release v2 created by vetal4eg@gmail.com
  4. 2011-09-30T16:43:04+00:00 heroku[router]: Error H16 (Redirect to herokuapp.com) -> GET kvarta.herokuapp.com/ dyno= queue= wait= service= status=301 bytes=
  5. 2011-09-30T16:43:05+00:00 heroku[router]: Blank App -> GET kvarta.herokuapp.com/favicon.ico dyno= queue= wait= service= status=200 bytes=
  6. 2011-09-30T16:45:29+00:00 heroku[api]: Config add FRAMEWORK_ID by vetal4eg@gmail.com
  7. 2011-09-30T16:45:29+00:00 heroku[api]: Release v3 created by vetal4eg@gmail.com
  8. 2011-09-30T16:45:38+00:00 heroku[api]: Config add USE_PRECOMPILED by vetal4eg@gmail.com
  9. 2011-09-30T16:45:38+00:00 heroku[api]: Release v4 created by vetal4eg@gmail.com
  10. 2011-09-30T16:46:00+00:00 heroku[slugc]: Slug compilation started
  11. 2011-09-30T16:47:46+00:00 heroku[api]: Add-on add shared-database:5mb by vetal4eg@gmail.com
  12. 2011-09-30T16:47:46+00:00 heroku[api]: Release v5 created by vetal4eg@gmail.com
  13. 2011-09-30T16:47:46+00:00 heroku[api]: Config add PLAY_OPTS, PATH, JAVA_OPTS by vetal4eg@gmail.com
  14. 2011-09-30T16:47:46+00:00 heroku[api]: Release v6 created by vetal4eg@gmail.com
  15. 2011-09-30T16:47:47+00:00 heroku[api]: Deploy 4c115ec by vetal4eg@gmail.com
  16. 2011-09-30T16:47:47+00:00 heroku[api]: Release v7 created by vetal4eg@gmail.com
  17. 2011-09-30T16:47:47+00:00 heroku[web.1]: State changed from created to starting
  18. 2011-09-30T16:47:51+00:00 heroku[slugc]: Slug compilation finished
  19. 2011-09-30T16:47:52+00:00 heroku[web.1]: Starting process with command `play run --http.port=30084 --%prod -Dprecompiled=true`
  20. 2011-09-30T16:47:53+00:00 app[web.1]: 16:47:53,605 INFO ~ Starting /app
  21. 2011-09-30T16:47:53+00:00 app[web.1]: 16:47:53,608 INFO ~ Module scala is available (/app/modules/scala-0.9.1)
  22. 2011-09-30T16:47:54+00:00 app[web.1]: 16:47:54,684 INFO ~ Scala support is active
  23. 2011-09-30T16:47:54+00:00 app[web.1]: 16:47:54,694 INFO ~ Application is precompiled
  24. 2011-09-30T16:47:54+00:00 app[web.1]: 16:47:54,964 WARN ~ Defaults messsages file missing
  25. 2011-09-30T16:47:55+00:00 app[web.1]: 16:47:55,070 INFO ~ Listening for HTTP on port 30084 ...
  26. 2011-09-30T16:47:55+00:00 heroku[web.1]: State changed from starting to up
  27. 2011-09-30T16:47:57+00:00 app[web.1]: 16:47:57,636 ERROR ~
  28. 2011-09-30T16:47:57+00:00 heroku[router]: GET kvarta.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=363ms status=500 bytes=507
  29. 2011-09-30T16:47:57+00:00 app[web.1]:
  30. 2011-09-30T16:47:57+00:00 app[web.1]: @680fde1hp
  31. 2011-09-30T16:47:57+00:00 app[web.1]: Internal Server Error (500) for request GET /
  32. 2011-09-30T16:47:57+00:00 app[web.1]:
  33. 2011-09-30T16:47:57+00:00 app[web.1]: Execution exception
  34. 2011-09-30T16:47:57+00:00 app[web.1]: NullPointerException occured : null
  35. 2011-09-30T16:47:57+00:00 app[web.1]:
  36. 2011-09-30T16:47:57+00:00 app[web.1]: play.exceptions.JavaExecutionException
  37. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:229)
  38. 2011-09-30T16:47:57+00:00 app[web.1]: at Invocation.HTTP Request(Play!)
  39. 2011-09-30T16:47:57+00:00 app[web.1]: Caused by: java.lang.NullPointerException
  40. 2011-09-30T16:47:57+00:00 app[web.1]: at play.templates.Reporter$$anonfun$2.apply(ScalaTemplate.scala:44)
  41. 2011-09-30T16:47:57+00:00 app[web.1]: at play.templates.Reporter$$anonfun$2.apply(ScalaTemplate.scala:43)
  42. 2011-09-30T16:47:57+00:00 app[web.1]: at scala.Option.flatMap(Option.scala:142)
  43. 2011-09-30T16:47:57+00:00 app[web.1]: at play.templates.Reporter$.toHumanException(ScalaTemplate.scala:43)
  44. 2011-09-30T16:47:57+00:00 app[web.1]: at views.Application.html.index$.apply(views.Application.html.index.scala:23)
  45. 2011-09-30T16:47:57+00:00 app[web.1]: at controllers.Application$.index(controllers.scala:11)
  46. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeWithContinuation(ActionInvoker.java:546)
  47. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:500)
  48. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:494)
  49. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:471)
  50. 2011-09-30T16:47:57+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:159)
  51. 2011-09-30T16:47:57+00:00 app[web.1]: ... 1 more
  52. 2011-09-30T16:47:58+00:00 heroku[router]: GET kvarta.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=52ms status=404 bytes=472
  53. 2011-09-30T16:48:18+00:00 app[web.1]: 16:48:18,425 ERROR ~
  54. 2011-09-30T16:48:18+00:00 app[web.1]:
  55. 2011-09-30T16:48:18+00:00 app[web.1]: @680fde1i1
  56. 2011-09-30T16:48:18+00:00 app[web.1]: Internal Server Error (500) for request GET /
  57. 2011-09-30T16:48:18+00:00 app[web.1]:
  58. 2011-09-30T16:48:18+00:00 app[web.1]: Execution exception
  59. 2011-09-30T16:48:18+00:00 app[web.1]: NullPointerException occured : null
  60. 2011-09-30T16:48:18+00:00 app[web.1]:
  61. 2011-09-30T16:48:18+00:00 app[web.1]: play.exceptions.JavaExecutionException
  62. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:229)
  63. 2011-09-30T16:48:18+00:00 app[web.1]: at Invocation.HTTP Request(Play!)
  64. 2011-09-30T16:48:18+00:00 app[web.1]: Caused by: java.lang.NullPointerException
  65. 2011-09-30T16:48:18+00:00 app[web.1]: at play.templates.Reporter$$anonfun$2.apply(ScalaTemplate.scala:44)
  66. 2011-09-30T16:48:18+00:00 app[web.1]: at play.templates.Reporter$$anonfun$2.apply(ScalaTemplate.scala:43)
  67. 2011-09-30T16:48:18+00:00 app[web.1]: at scala.Option.flatMap(Option.scala:142)
  68. 2011-09-30T16:48:18+00:00 app[web.1]: at play.templates.Reporter$.toHumanException(ScalaTemplate.scala:43)
  69. 2011-09-30T16:48:18+00:00 app[web.1]: at views.Application.html.index$.apply(views.Application.html.index.scala:23)
  70. 2011-09-30T16:48:18+00:00 app[web.1]: at controllers.Application$.index(controllers.scala:11)
  71. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeWithContinuation(ActionInvoker.java:546)
  72. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:500)
  73. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:494)
  74. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invokeControllerMethod(ActionInvoker.java:471)
  75. 2011-09-30T16:48:18+00:00 app[web.1]: at play.mvc.ActionInvoker.invoke(ActionInvoker.java:159)
  76. 2011-09-30T16:48:18+00:00 app[web.1]: ... 1 more
  77. 2011-09-30T16:48:18+00:00 heroku[router]: GET kvarta.herokuapp.com/ dyno=web.1 queue=0 wait=0ms service=9ms status=500 bytes=507
  78. 2011-09-30T16:48:18+00:00 heroku[router]: GET kvarta.herokuapp.com/favicon.ico dyno=web.1 queue=0 wait=0ms service=9ms status=404 bytes=472
Add Comment
Please, Sign In to add comment