Advertisement
Guest User

Untitled

a guest
Jun 28th, 2018
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.73 KB | None | 0 0
  1. 2018-06-28T12:02:29.925959+00:00 app[web.1]: [2018-06-28 12:02:29 +0000] [4] [INFO] Using worker: sync
  2. 2018-06-28T12:02:29.930437+00:00 app[web.1]: [2018-06-28 12:02:29 +0000] [8] [INFO] Booting worker with pid: 8
  3. 2018-06-28T12:02:29.935687+00:00 app[web.1]: [2018-06-28 12:02:29 +0000] [9] [INFO] Booting worker with pid: 9
  4. 2018-06-28T12:02:29.938952+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  5. 2018-06-28T12:02:29.939150+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  6. 2018-06-28T12:02:29.939191+00:00 app[web.1]: [2018-06-28 12:02:29 +0000] [8] [INFO] Worker exiting (pid: 8)
  7. 2018-06-28T12:02:29.939354+00:00 app[web.1]: [2018-06-28 12:02:29 +0000] [9] [INFO] Worker exiting (pid: 9)
  8. 2018-06-28T12:02:30.084682+00:00 app[web.1]: [2018-06-28 12:02:30 +0000] [4] [INFO] Shutting down: Master
  9. 2018-06-28T12:02:30.084815+00:00 app[web.1]: [2018-06-28 12:02:30 +0000] [4] [INFO] Reason: App failed to load.
  10. 2018-06-28T12:02:30.183160+00:00 heroku[web.1]: State changed from starting to crashed
  11. 2018-06-28T12:02:30.185761+00:00 heroku[web.1]: State changed from crashed to starting
  12. 2018-06-28T12:02:36.060227+00:00 heroku[web.1]: Starting process with command `gunicorn todoapp --log-file -`
  13. 2018-06-28T12:02:38.695764+00:00 heroku[web.1]: State changed from starting to crashed
  14. 2018-06-28T12:02:38.675260+00:00 heroku[web.1]: Process exited with status 1
  15. 2018-06-28T12:02:38.517479+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [4] [INFO] Starting gunicorn 19.8.1
  16. 2018-06-28T12:02:38.518091+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [4] [INFO] Listening at: http://0.0.0.0:29536 (4)
  17. 2018-06-28T12:02:38.518206+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [4] [INFO] Using worker: sync
  18. 2018-06-28T12:02:38.528151+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [8] [INFO] Booting worker with pid: 8
  19. 2018-06-28T12:02:38.533790+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  20. 2018-06-28T12:02:38.533951+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [8] [INFO] Worker exiting (pid: 8)
  21. 2018-06-28T12:02:38.538697+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [9] [INFO] Booting worker with pid: 9
  22. 2018-06-28T12:02:38.542691+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  23. 2018-06-28T12:02:38.542911+00:00 app[web.1]: [2018-06-28 12:02:38 +0000] [9] [INFO] Worker exiting (pid: 9)
  24. 2018-06-28T12:02:38.591848+00:00 app[web.1]: Traceback (most recent call last):
  25. 2018-06-28T12:02:38.591877+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 210, in run
  26. 2018-06-28T12:02:38.592365+00:00 app[web.1]: self.sleep()
  27. 2018-06-28T12:02:38.592383+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 360, in sleep
  28. 2018-06-28T12:02:38.592836+00:00 app[web.1]: ready = select.select([self.PIPE[0]], [], [], 1.0)
  29. 2018-06-28T12:02:38.592843+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 245, in handle_chld
  30. 2018-06-28T12:02:38.593180+00:00 app[web.1]: self.reap_workers()
  31. 2018-06-28T12:02:38.593186+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 528, in reap_workers
  32. 2018-06-28T12:02:38.593699+00:00 app[web.1]: raise HaltServer(reason, self.APP_LOAD_ERROR)
  33. 2018-06-28T12:02:38.593753+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'App failed to load.' 4>
  34. 2018-06-28T12:02:38.593808+00:00 app[web.1]:
  35. 2018-06-28T12:02:38.593810+00:00 app[web.1]: During handling of the above exception, another exception occurred:
  36. 2018-06-28T12:02:38.593812+00:00 app[web.1]:
  37. 2018-06-28T12:02:38.593814+00:00 app[web.1]: Traceback (most recent call last):
  38. 2018-06-28T12:02:38.593819+00:00 app[web.1]: File "/app/.heroku/python/bin/gunicorn", line 11, in <module>
  39. 2018-06-28T12:02:38.594025+00:00 app[web.1]: sys.exit(run())
  40. 2018-06-28T12:02:38.594028+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 61, in run
  41. 2018-06-28T12:02:38.594263+00:00 app[web.1]: WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
  42. 2018-06-28T12:02:38.594315+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 223, in run
  43. 2018-06-28T12:02:38.594610+00:00 app[web.1]: super(Application, self).run()
  44. 2018-06-28T12:02:38.594613+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 72, in run
  45. 2018-06-28T12:02:38.594888+00:00 app[web.1]: Arbiter(self).run()
  46. 2018-06-28T12:02:38.594890+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 232, in run
  47. 2018-06-28T12:02:38.595241+00:00 app[web.1]: self.halt(reason=inst.reason, exit_status=inst.exit_status)
  48. 2018-06-28T12:02:38.595244+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 345, in halt
  49. 2018-06-28T12:02:38.595642+00:00 app[web.1]: self.stop()
  50. 2018-06-28T12:02:38.595649+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 393, in stop
  51. 2018-06-28T12:02:38.596099+00:00 app[web.1]: time.sleep(0.1)
  52. 2018-06-28T12:02:38.596106+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 245, in handle_chld
  53. 2018-06-28T12:02:38.596434+00:00 app[web.1]: self.reap_workers()
  54. 2018-06-28T12:02:38.596440+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 528, in reap_workers
  55. 2018-06-28T12:02:38.596955+00:00 app[web.1]: raise HaltServer(reason, self.APP_LOAD_ERROR)
  56. 2018-06-28T12:02:38.596962+00:00 app[web.1]: gunicorn.errors.HaltServer: <HaltServer 'App failed to load.' 4>
  57. 2018-06-28T12:04:24.198126+00:00 app[api]: Starting process with command `python3 manage.py migrate` by user shojibmahabub630@gmail.com
  58. 2018-06-28T12:04:33.355163+00:00 heroku[run.8092]: Awaiting client
  59. 2018-06-28T12:04:33.366472+00:00 heroku[run.8092]: State changed from starting to up
  60. 2018-06-28T12:04:40.434755+00:00 heroku[run.8092]: Starting process with command `python3 manage.py migrate`
  61. 2018-06-28T12:04:46.056593+00:00 heroku[run.8092]: Process exited with status 1
  62. 2018-06-28T12:04:46.233757+00:00 heroku[run.8092]: State changed from up to complete
  63. 2018-06-28T12:13:03.720497+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dailytodoapp.herokuapp.comrequest_id=4ab05a72-5b74-45d2-9b42-b73ec80d5ef9 fwd="103.49.170.201" dyno= connect= service= status=503 bytes= protocol=https
  64. 2018-06-28T12:13:04.532494+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dailytodoapp.herokuapp.com request_id=c7e8e066-9be8-4560-8427-1c0ad20a98ba fwd="103.49.170.201" dyno= connect= service= status=503 bytes= protocol=https
  65. 2018-06-28T12:16:31.000000+00:00 app[api]: Build started by user shojibmahabub630@gmail.com
  66. 2018-06-28T12:16:52.934479+00:00 app[api]: Deploy a92e8725 by user shojibmahabub630@gmail.com
  67. 2018-06-28T12:16:52.934479+00:00 app[api]: Release v9 created by user shojibmahabub630@gmail.com
  68. 2018-06-28T12:16:53.231121+00:00 heroku[web.1]: State changed from crashed to starting
  69. 2018-06-28T12:16:53.000000+00:00 app[api]: Build succeeded
  70. 2018-06-28T12:16:59.776167+00:00 heroku[web.1]: Starting process with command `gunicorn todoapp --log-file -`
  71. 2018-06-28T12:17:03.183226+00:00 heroku[web.1]: Process exited with status 4
  72. 2018-06-28T12:17:03.205225+00:00 heroku[web.1]: State changed from starting to crashed
  73. 2018-06-28T12:17:03.212242+00:00 heroku[web.1]: State changed from crashed to starting
  74. 2018-06-28T12:17:02.860403+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [4] [INFO] Starting gunicorn 19.8.1
  75. 2018-06-28T12:17:02.861285+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [4] [INFO] Listening at: http://0.0.0.0:42426 (4)
  76. 2018-06-28T12:17:02.861472+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [4] [INFO] Using worker: sync
  77. 2018-06-28T12:17:02.868590+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [8] [INFO] Booting worker with pid: 8
  78. 2018-06-28T12:17:02.874602+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  79. 2018-06-28T12:17:02.874918+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [8] [INFO] Worker exiting (pid: 8)
  80. 2018-06-28T12:17:02.882946+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [9] [INFO] Booting worker with pid: 9
  81. 2018-06-28T12:17:02.891964+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  82. 2018-06-28T12:17:02.892182+00:00 app[web.1]: [2018-06-28 12:17:02 +0000] [9] [INFO] Worker exiting (pid: 9)
  83. 2018-06-28T12:17:03.032568+00:00 app[web.1]: [2018-06-28 12:17:03 +0000] [4] [INFO] Shutting down: Master
  84. 2018-06-28T12:17:03.032748+00:00 app[web.1]: [2018-06-28 12:17:03 +0000] [4] [INFO] Reason: App failed to load.
  85. 2018-06-28T12:17:07.928203+00:00 heroku[web.1]: Starting process with command `gunicorn todoapp --log-file -`
  86. 2018-06-28T12:17:09.867925+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [4] [INFO] Starting gunicorn 19.8.1
  87. 2018-06-28T12:17:09.868502+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [4] [INFO] Listening at: http://0.0.0.0:34000 (4)
  88. 2018-06-28T12:17:09.868603+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [4] [INFO] Using worker: sync
  89. 2018-06-28T12:17:09.873070+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [8] [INFO] Booting worker with pid: 8
  90. 2018-06-28T12:17:09.877384+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  91. 2018-06-28T12:17:09.877600+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [8] [INFO] Worker exiting (pid: 8)
  92. 2018-06-28T12:17:09.900110+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [9] [INFO] Booting worker with pid: 9
  93. 2018-06-28T12:17:09.904075+00:00 app[web.1]: Failed to find application object 'application' in 'todoapp'
  94. 2018-06-28T12:17:09.904316+00:00 app[web.1]: [2018-06-28 12:17:09 +0000] [9] [INFO] Worker exiting (pid: 9)
  95. 2018-06-28T12:17:10.020855+00:00 app[web.1]: [2018-06-28 12:17:10 +0000] [4] [INFO] Shutting down: Master
  96. 2018-06-28T12:17:10.020992+00:00 app[web.1]: [2018-06-28 12:17:10 +0000] [4] [INFO] Reason: App failed to load.
  97. 2018-06-28T12:17:10.092117+00:00 heroku[web.1]: Process exited with status 4
  98. 2018-06-28T12:17:10.121653+00:00 heroku[web.1]: State changed from starting to crashed
  99. 2018-06-28T12:17:31.128781+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=dailytodoapp.herokuapp.comrequest_id=1924a033-2325-4377-9e57-80bc08b9b1f0 fwd="103.49.170.201" dyno= connect= service= status=503 bytes= protocol=https
  100. 2018-06-28T12:17:31.901131+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=dailytodoapp.herokuapp.com request_id=b1807bd0-0c8b-41e5-9bd2-654c50913d7c fwd="103.49.170.201" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement