Guest User

Untitled

a guest
Feb 17th, 2018
336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.29 KB | None | 0 0
  1. X:PythonDjangovenv_setuponline_venvsrc>heroku logs
  2. 2018-02-15T18:19:26.207988+00:00 app[web.1]: application = DjangoWhiteNoise(application)
  3. 2018-02-15T18:19:26.207990+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/django.py", line 44, in __init__
  4. 2018-02-15T18:19:26.207992+00:00 app[web.1]: self.add_files(self.static_root, prefix=self.static_prefix)
  5. 2018-02-15T18:19:26.207996+00:00 app[web.1]: self.update_files_dictionary(root, prefix)
  6. 2018-02-15T18:19:26.207994+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 90, in add_files
  7. 2018-02-15T18:19:26.208000+00:00 app[web.1]: for directory, _, filenames in os.walk(root, followlinks=True):
  8. 2018-02-15T18:19:26.207998+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 93, in update_files_dictionary
  9. 2018-02-15T18:19:26.208001+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/os.py", line 335, in walk
  10. 2018-02-15T18:19:26.208003+00:00 app[web.1]: top = fspath(top)
  11. 2018-02-15T18:19:26.210257+00:00 app[web.1]: [2018-02-15 18:19:26 +0000] [9] [INFO] Worker exiting (pid: 9)
  12. 2018-02-15T18:19:26.209630+00:00 app[web.1]: TypeError: expected str, bytes or os.PathLike object, not tuple
  13. 2018-02-15T18:19:26.433218+00:00 app[web.1]: [2018-02-15 18:19:26 +0000] [4] [INFO] Shutting down: Master
  14. 2018-02-15T18:19:26.433450+00:00 app[web.1]: [2018-02-15 18:19:26 +0000] [4] [INFO] Reason: Worker failed to boot.
  15. 2018-02-15T18:19:26.552341+00:00 heroku[web.1]: Process exited with status 3
  16. 2018-02-15T18:19:26.830265+00:00 heroku[web.1]: State changed from up to crashed
  17. 2018-02-15T18:19:55.377507+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=shoppingwave.herokuapp.com request_id=551a7986-4cd6-4b43-9b9a-9f1eb46a5bc4 fwd="157.50.221.99" dyno= connect= service= status=503 bytes= protocol=https
  18. 2018-02-15T18:19:56.339174+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=shoppingwave.herokuapp.com request_id=f6606c27-b393-4c55-b4ac-2c956c8b32da fwd="157.50.221.99" dyno= connect= service= status=503 bytes= protocol=https
  19. 2018-02-15T18:22:48.555479+00:00 app[api]: Starting process with command `python manage.py collectstatic` by user rahulverma6612@gmail.com
  20. 2018-02-15T18:23:00.573440+00:00 heroku[run.1271]: State changed from starting to up
  21. 2018-02-15T18:23:00.692267+00:00 heroku[run.1271]: Awaiting client
  22. 2018-02-15T18:23:00.752947+00:00 heroku[run.1271]: Starting process with command `python manage.py collectstatic`
  23. 2018-02-15T18:23:10.269796+00:00 heroku[run.1271]: Process exited with status 1
  24. 2018-02-15T18:23:10.596849+00:00 heroku[run.1271]: State changed from up to complete
  25. 2018-02-15T18:24:04.000000+00:00 app[api]: Build started by user rahulverma6612@gmail.com
  26. 2018-02-15T18:24:44.456257+00:00 app[api]: Release v14 created by user rahulverma6612@gmail.com
  27. 2018-02-15T18:24:44.456257+00:00 app[api]: Deploy fe8a9676 by user rahulverma6612@gmail.com
  28. 2018-02-15T18:24:04.000000+00:00 app[api]: Build succeeded
  29. 2018-02-15T18:24:45.680437+00:00 heroku[web.1]: State changed from crashed to starting
  30. 2018-02-15T18:24:47.928501+00:00 app[api]: Starting process with command `python manage.py migrate` by user rahulverma6612@gmail.com
  31. 2018-02-15T18:24:55.254402+00:00 heroku[web.1]: Starting process with command `gunicorn ecommerce.wsgi`
  32. 2018-02-15T18:24:57.637958+00:00 heroku[web.1]: State changed from starting to up
  33. 2018-02-15T18:24:57.303090+00:00 app[web.1]: [2018-02-15 18:24:57 +0000] [4] [INFO] Starting gunicorn 19.7.1
  34. 2018-02-15T18:24:57.303605+00:00 app[web.1]: [2018-02-15 18:24:57 +0000] [4] [INFO] Listening at: http://0.0.0.0:45795 (4)
  35. 2018-02-15T18:24:57.303702+00:00 app[web.1]: [2018-02-15 18:24:57 +0000] [4] [INFO] Using worker: sync
  36. 2018-02-15T18:24:57.308175+00:00 app[web.1]: [2018-02-15 18:24:57 +0000] [8] [INFO] Booting worker with pid: 8
  37. 2018-02-15T18:24:57.344773+00:00 app[web.1]: [2018-02-15 18:24:57 +0000] [9] [INFO] Booting worker with pid: 9
  38. 2018-02-15T18:24:58.580038+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  39. 2018-02-15T18:24:58.580079+00:00 app[web.1]: """)
  40. 2018-02-15T18:24:58.585385+00:00 app[web.1]: /app/.heroku/python/lib/python3.6/site-packages/psycopg2/__init__.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: <http://initd.org/psycopg/docs/install.html#binary-install-from-pypi>.
  41. 2018-02-15T18:24:58.585389+00:00 app[web.1]: """)
  42. 2018-02-15T18:24:58.725940+00:00 app[web.1]: [2018-02-15 18:24:58 +0000] [8] [ERROR] Exception in worker process
  43. 2018-02-15T18:24:58.725943+00:00 app[web.1]: Traceback (most recent call last):
  44. 2018-02-15T18:24:58.725945+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker
  45. 2018-02-15T18:24:58.725950+00:00 app[web.1]: self.load_wsgi()
  46. 2018-02-15T18:24:58.725949+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 126, in init_process
  47. 2018-02-15T18:24:58.725952+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 135, in load_wsgi
  48. 2018-02-15T18:24:58.725953+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  49. 2018-02-15T18:24:58.725948+00:00 app[web.1]: worker.init_process()
  50. 2018-02-15T18:24:58.725954+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
  51. 2018-02-15T18:24:58.725959+00:00 app[web.1]: return self.load_wsgiapp()
  52. 2018-02-15T18:24:58.725960+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
  53. 2018-02-15T18:24:58.725956+00:00 app[web.1]: self.callable = self.load()
  54. 2018-02-15T18:24:58.725957+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 65, in load
  55. 2018-02-15T18:24:58.725961+00:00 app[web.1]: return util.import_app(self.app_uri)
  56. 2018-02-15T18:24:58.725962+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py", line 352, in import_app
  57. 2018-02-15T18:24:58.725963+00:00 app[web.1]: __import__(module)
  58. 2018-02-15T18:24:58.725965+00:00 app[web.1]: File "/app/ecommerce/wsgi.py", line 20, in <module>
  59. 2018-02-15T18:24:58.725966+00:00 app[web.1]: application = DjangoWhiteNoise(application)
  60. 2018-02-15T18:24:58.725967+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/django.py", line 44, in __init__
  61. 2018-02-15T18:24:58.725969+00:00 app[web.1]: self.add_files(self.static_root, prefix=self.static_prefix)
  62. 2018-02-15T18:24:58.725970+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 90, in add_files
  63. 2018-02-15T18:24:58.725971+00:00 app[web.1]: self.update_files_dictionary(root, prefix)
  64. 2018-02-15T18:24:58.725973+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 93, in update_files_dictionary
  65. 2018-02-15T18:24:58.725974+00:00 app[web.1]: for directory, _, filenames in os.walk(root, followlinks=True):
  66. 2018-02-15T18:24:58.725975+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/os.py", line 335, in walk
  67. 2018-02-15T18:24:58.725977+00:00 app[web.1]: top = fspath(top)
  68. 2018-02-15T18:24:58.725981+00:00 app[web.1]: TypeError: expected str, bytes or os.PathLike object, not tuple
  69. 2018-02-15T18:24:58.726237+00:00 app[web.1]: [2018-02-15 18:24:58 +0000] [9] [ERROR] Exception in worker process
  70. 2018-02-15T18:24:58.726239+00:00 app[web.1]: Traceback (most recent call last):
  71. 2018-02-15T18:24:58.726241+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker
  72. 2018-02-15T18:24:58.726242+00:00 app[web.1]: worker.init_process()
  73. 2018-02-15T18:24:58.726243+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 126, in init_process
  74. 2018-02-15T18:24:58.726244+00:00 app[web.1]: self.load_wsgi()
  75. 2018-02-15T18:24:58.726245+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/workers/base.py", line 135, in load_wsgi
  76. 2018-02-15T18:24:58.726247+00:00 app[web.1]: self.wsgi = self.app.wsgi()
  77. 2018-02-15T18:24:58.726248+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
  78. 2018-02-15T18:24:58.726249+00:00 app[web.1]: self.callable = self.load()
  79. 2018-02-15T18:24:58.726250+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 65, in load
  80. 2018-02-15T18:24:58.726252+00:00 app[web.1]: return self.load_wsgiapp()
  81. 2018-02-15T18:24:58.726253+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
  82. 2018-02-15T18:24:58.726254+00:00 app[web.1]: return util.import_app(self.app_uri)
  83. 2018-02-15T18:24:58.726255+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/gunicorn/util.py", line 352, in import_app
  84. 2018-02-15T18:24:58.726256+00:00 app[web.1]: __import__(module)
  85. 2018-02-15T18:24:58.726258+00:00 app[web.1]: File "/app/ecommerce/wsgi.py", line 20, in <module>
  86. 2018-02-15T18:24:58.726259+00:00 app[web.1]: application = DjangoWhiteNoise(application)
  87. 2018-02-15T18:24:58.726260+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/django.py", line 44, in __init__
  88. 2018-02-15T18:24:58.726261+00:00 app[web.1]: self.add_files(self.static_root, prefix=self.static_prefix)
  89. 2018-02-15T18:24:58.726262+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 90, in add_files
  90. 2018-02-15T18:24:58.726263+00:00 app[web.1]: self.update_files_dictionary(root, prefix)
  91. 2018-02-15T18:24:58.726265+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/site-packages/whitenoise/base.py", line 93, in update_files_dictionary
  92. 2018-02-15T18:24:58.726266+00:00 app[web.1]: for directory, _, filenames in os.walk(root, followlinks=True):
  93. 2018-02-15T18:24:58.726267+00:00 app[web.1]: File "/app/.heroku/python/lib/python3.6/os.py", line 335, in walk
  94. 2018-02-15T18:24:58.726268+00:00 app[web.1]: top = fspath(top)
  95. 2018-02-15T18:24:58.726272+00:00 app[web.1]: TypeError: expected str, bytes or os.PathLike object, not tuple
  96. 2018-02-15T18:24:58.726445+00:00 app[web.1]: [2018-02-15 18:24:58 +0000] [8] [INFO] Worker exiting (pid: 8)
  97. 2018-02-15T18:24:58.726709+00:00 app[web.1]: [2018-02-15 18:24:58 +0000] [9] [INFO] Worker exiting (pid: 9)
  98. 2018-02-15T18:25:02.269856+00:00 heroku[run.8914]: Awaiting client
  99. 2018-02-15T18:25:02.331755+00:00 heroku[run.8914]: Starting process with command `python manage.py migrate`
  100. 2018-02-15T18:25:02.474921+00:00 heroku[run.8914]: State changed from starting to up
  101. 2018-02-15T18:25:09.550438+00:00 heroku[run.8914]: Process exited with status 0
  102. 2018-02-15T18:25:09.701623+00:00 heroku[run.8914]: State changed from up to complete
Add Comment
Please, Sign In to add comment