Advertisement
Guest User

Untitled

a guest
Mar 5th, 2019
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. An error occurred in the application and your page could not be served. If you are the application owner, check your logs for details.
  2.  
  3. import os
  4.  
  5. from django.core.wsgi import get_wsgi_application
  6. from whitenoise.django import DjangoWhiteNoise
  7.  
  8. os.environ.setdefault("DJANGO_SETTINGS_MODULE", "allistic_server.settings")
  9.  
  10. application = get_wsgi_application()
  11. application = DjangoWhiteNoise(application)
  12.  
  13. web:gunicorn server.wsgi --log-file
  14.  
  15. Django==2.0.8
  16. djangorestframework==3.9.1
  17. gunicorn==19.7.2
  18. whitenoise==3.6
  19.  
  20. 2019-03-05T19:14:22.539357+00:00 heroku[run.5495]: Awaiting client
  21. 2019-03-05T19:14:22.621479+00:00 heroku[run.5495]: Starting process with command `python3 manage.py migrate`
  22. 2019-03-05T19:14:30.032541+00:00 heroku[run.5495]: State changed from up to complete
  23. 2019-03-05T19:14:30.012744+00:00 heroku[run.5495]: Process exited with status 0
  24. 2019-03-05T19:14:32.734812+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=allistic-server.herokuapp.com request_id=8ad9d0a4-c449-4d43-8c0d-dbca27057c15 fwd="1.186.161.14" dyno= connect= service= status=503 bytes= protocol=https
  25. 2019-03-06T03:48:06.561682+00:00 app[api]: Starting process with command `bash` by user nedheesh.hasija@gmail.com
  26. 2019-03-06T03:48:12.189344+00:00 heroku[run.5469]: Awaiting client
  27. 2019-03-06T03:48:12.352258+00:00 heroku[run.5469]: State changed from starting to up
  28. 2019-03-06T03:48:42.200755+00:00 heroku[run.5469]: State changed from up to complete
  29. 2019-03-06T03:48:42.208643+00:00 heroku[run.5469]: Error R13 (Attach error) -> Failed to attach to process
  30. 2019-03-06T03:48:42.208643+00:00 heroku[run.5469]: Process exited with status 128
  31. 2019-03-06T03:49:06.415742+00:00 app[api]: Starting process with command `python3 manage.py makemigrations server` by user nedheesh.hasija@gmail.com
  32. 2019-03-06T03:49:11.116008+00:00 heroku[run.8566]: State changed from starting to up
  33. 2019-03-06T03:49:10.945200+00:00 heroku[run.8566]: Awaiting client
  34. 2019-03-06T03:49:10.978874+00:00 heroku[run.8566]: Starting process with command `python3 manage.py makemigrations server`
  35. 2019-03-06T03:49:15.768377+00:00 heroku[run.8566]: State changed from up to complete
  36. 2019-03-06T03:49:15.755742+00:00 heroku[run.8566]: Process exited with status 0
  37. 2019-03-06T03:49:27.418851+00:00 app[api]: Starting process with command `python3 manage.py migrate` by user nedheesh.hasija@gmail.com
  38. 2019-03-06T03:49:32.142089+00:00 heroku[run.4691]: Awaiting client
  39. 2019-03-06T03:49:32.162472+00:00 heroku[run.4691]: Starting process with command `python3 manage.py migrate`
  40. 2019-03-06T03:49:32.288884+00:00 heroku[run.4691]: State changed from starting to up
  41. 2019-03-06T03:49:37.323528+00:00 heroku[run.4691]: State changed from up to complete
  42. 2019-03-06T03:49:37.313173+00:00 heroku[run.4691]: Process exited with status 0
  43. 2019-03-06T03:50:31.399736+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/" host=allistic-server.herokuapp.com request_id=626bda41-2cdc-44ce-95f1-f06440bb84a8 fwd="1.186.161.14" dyno= connect= service= status=503 bytes= protocol=https
  44. 2019-03-06T03:50:31.727399+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=allistic-server.herokuapp.com request_id=c1ea577e-a38f-487b-bf0a-557d1494155f fwd="1.186.161.14" dyno= connect= service= status=503 bytes= protocol=https
  45. 2019-03-06T03:50:31.732747+00:00 heroku[router]: at=error code=H14 desc="No web processes running" method=GET path="/favicon.ico" host=allistic-server.herokuapp.com request_id=00a45ba6-bf19-4a9f-8ce2-f41e585ae165 fwd="1.186.161.14" dyno= connect= service= status=503 bytes= protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement