Advertisement
Guest User

django

a guest
Oct 18th, 2019
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 8.39 KB | None | 0 0
  1. 2019-10-18T10:53:53.481698506Z
  2. 2019-10-18T10:53:53.481702206Z A P P   S E R V I C E   O N   L I N U X
  3. 2019-10-18T10:53:53.481705806Z
  4. 2019-10-18T10:53:53.481709306Z Documentation: http://aka.ms/webapp-linux
  5. 2019-10-18T10:53:53.481713006Z
  6. 2019-10-18T10:53:54.115648017Z Starting OpenBSD Secure Shell server: sshd.
  7. 2019-10-18T10:53:54.224389067Z App Command Line not configured, will attempt auto-detect
  8. 2019-10-18T10:53:54.224812869Z Launching oryx with: -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite -bindPort 8000
  9. 2019-10-18T10:53:54.307424888Z Oryx Version : 0.2.20191004.5, Commit: 95ca7f51b147da7b085922507f46106c664ae2a3
  10. 2019-10-18T10:53:54.308963896Z
  11. 2019-10-18T10:53:54.323563070Z Found build manifest file at '/home/site/wwwroot/oryx-manifest.toml'. Deserializing it...
  12. 2019-10-18T10:53:54.326841686Z Build Operation ID: |Jxj1/rUjvzA=.940b244_
  13. 2019-10-18T10:53:54.337162938Z Detected an app based on Django
  14. 2019-10-18T10:53:54.337675041Z Generating `gunicorn` command for 'pcbuilder.wsgi'
  15. 2019-10-18T10:53:55.200434310Z Writing output script to '/opt/startup/startup.sh'
  16. 2019-10-18T10:53:55.222935124Z Found virtual environment .tar.gz archive.
  17. 2019-10-18T10:53:55.223267326Z Removing existing virtual environment directory /antenv...
  18. 2019-10-18T10:53:55.235749389Z Extracting to directory /antenv...
  19. 2019-10-18T10:53:56.446123419Z Using packages from virtual environment antenv located at /antenv.
  20. 2019-10-18T10:53:56.446362020Z Updated PYTHONPATH to ':/antenv/lib/python3.7/site-packages'
  21. 2019-10-18T10:53:57.925628211Z [2019-10-18 10:53:57 +0000] [41] [INFO] Starting gunicorn 19.9.0
  22. 2019-10-18T10:53:57.935096159Z [2019-10-18 10:53:57 +0000] [41] [INFO] Listening at: http://0.0.0.0:8000 (41)
  23. 2019-10-18T10:53:57.935112159Z [2019-10-18 10:53:57 +0000] [41] [INFO] Using worker: sync
  24. 2019-10-18T10:53:57.944280706Z [2019-10-18 10:53:57 +0000] [44] [INFO] Booting worker with pid: 44
  25. 2019-10-18T10:53:57.982642100Z [2019-10-18 10:53:57 +0000] [44] [ERROR] Exception in worker process
  26. 2019-10-18T10:53:57.982667700Z Traceback (most recent call last):
  27. 2019-10-18T10:53:57.982673400Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  28. 2019-10-18T10:53:57.982677700Z     worker.init_process()
  29. 2019-10-18T10:53:57.982688400Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
  30. 2019-10-18T10:53:57.982692800Z     self.load_wsgi()
  31. 2019-10-18T10:53:57.982696400Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  32. 2019-10-18T10:53:57.982700300Z     self.wsgi = self.app.wsgi()
  33. 2019-10-18T10:53:57.982704000Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
  34. 2019-10-18T10:53:57.982707800Z     self.callable = self.load()
  35. 2019-10-18T10:53:57.982711500Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  36. 2019-10-18T10:53:57.982715300Z     return self.load_wsgiapp()
  37. 2019-10-18T10:53:57.982718900Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  38. 2019-10-18T10:53:57.982722700Z     return util.import_app(self.app_uri)
  39. 2019-10-18T10:53:57.982726400Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
  40. 2019-10-18T10:53:57.982777901Z     __import__(module)
  41. 2019-10-18T10:53:57.982791701Z   File "/home/site/wwwroot/pcbuilder/wsgi.py", line 12, in
  42. 2019-10-18T10:53:57.982796701Z     from django.core.wsgi import get_wsgi_application
  43. 2019-10-18T10:53:57.982801001Z ModuleNotFoundError: No module named 'django'
  44. 2019-10-18T10:53:57.990674641Z [2019-10-18 10:53:57 +0000] [44] [INFO] Worker exiting (pid: 44)
  45. 2019-10-18T10:53:58.057819181Z [2019-10-18 10:53:58 +0000] [41] [INFO] Shutting down: Master
  46. 2019-10-18T10:53:58.059455689Z [2019-10-18 10:53:58 +0000] [41] [INFO] Reason: Worker failed to boot.
  47.  
  48. 2019-10-18T10:58:03.226952231Z
  49. 2019-10-18T10:58:03.227018232Z   _____                              
  50. 2019-10-18T10:58:03.227028732Z   /  _  \ __________ _________   ____  
  51. 2019-10-18T10:58:03.227033732Z  /  /_\  \___   /  |  \_  __ \_/ __ \
  52. 2019-10-18T10:58:03.227038232Z /    |    \/    /|  |  /|  | \/\  ___/
  53. 2019-10-18T10:58:03.227042632Z \____|__  /_____ \____/ |__|    \___  >
  54. 2019-10-18T10:58:03.227047132Z         \/      \/                  \/
  55. 2019-10-18T10:58:03.227051532Z
  56. 2019-10-18T10:58:03.227076632Z A P P   S E R V I C E   O N   L I N U X
  57. 2019-10-18T10:58:03.227084732Z
  58. 2019-10-18T10:58:03.227088832Z Documentation: http://aka.ms/webapp-linux
  59. 2019-10-18T10:58:03.227093032Z
  60. 2019-10-18T10:58:03.589740366Z Starting OpenBSD Secure Shell server: sshd.
  61. 2019-10-18T10:58:03.711550682Z App Command Line not configured, will attempt auto-detect
  62. 2019-10-18T10:58:03.712811389Z Launching oryx with: -appPath /home/site/wwwroot -output /opt/startup/startup.sh -virtualEnvName antenv -defaultApp /opt/defaultsite -bindPort 8000
  63. 2019-10-18T10:58:03.839891431Z Oryx Version : 0.2.20191004.5, Commit: 95ca7f51b147da7b085922507f46106c664ae2a3
  64. 2019-10-18T10:58:03.840268233Z
  65. 2019-10-18T10:58:03.883341751Z Found build manifest file at '/home/site/wwwroot/oryx-manifest.toml'. Deserializing it...
  66. 2019-10-18T10:58:03.888445677Z Build Operation ID: |Jxj1/rUjvzA=.940b244_
  67. 2019-10-18T10:58:03.897478323Z Detected an app based on Django
  68. 2019-10-18T10:58:03.898049226Z Generating `gunicorn` command for 'pcbuilder.wsgi'
  69. 2019-10-18T10:58:04.733769652Z Writing output script to '/opt/startup/startup.sh'
  70. 2019-10-18T10:58:04.743039999Z Found virtual environment .tar.gz archive.
  71. 2019-10-18T10:58:04.743510901Z Removing existing virtual environment directory /antenv...
  72. 2019-10-18T10:58:04.897946383Z Extracting to directory /antenv...
  73. 2019-10-18T10:58:06.536444669Z Using packages from virtual environment antenv located at /antenv.
  74. 2019-10-18T10:58:06.540389589Z Updated PYTHONPATH to ':/antenv/lib/python3.7/site-packages'
  75. 2019-10-18T10:58:07.747877996Z [2019-10-18 10:58:07 +0000] [41] [INFO] Starting gunicorn 19.9.0
  76. 2019-10-18T10:58:07.748004496Z [2019-10-18 10:58:07 +0000] [41] [INFO] Listening at: http://0.0.0.0:8000 (41)
  77. 2019-10-18T10:58:07.757067942Z [2019-10-18 10:58:07 +0000] [41] [INFO] Using worker: sync
  78. 2019-10-18T10:58:07.764403679Z [2019-10-18 10:58:07 +0000] [44] [INFO] Booting worker with pid: 44
  79. 2019-10-18T10:58:07.798789253Z [2019-10-18 10:58:07 +0000] [44] [ERROR] Exception in worker process
  80. 2019-10-18T10:58:07.798815253Z Traceback (most recent call last):
  81. 2019-10-18T10:58:07.798821153Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
  82. 2019-10-18T10:58:07.798827954Z     worker.init_process()
  83. 2019-10-18T10:58:07.798839954Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/workers/base.py", line 129, in init_process
  84. 2019-10-18T10:58:07.798844354Z     self.load_wsgi()
  85. 2019-10-18T10:58:07.798847954Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
  86. 2019-10-18T10:58:07.798851854Z     self.wsgi = self.app.wsgi()
  87. 2019-10-18T10:58:07.798855554Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi
  88. 2019-10-18T10:58:07.798859254Z     self.callable = self.load()
  89. 2019-10-18T10:58:07.798862754Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
  90. 2019-10-18T10:58:07.798866554Z     return self.load_wsgiapp()
  91. 2019-10-18T10:58:07.798870154Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
  92. 2019-10-18T10:58:07.798873854Z     return util.import_app(self.app_uri)
  93. 2019-10-18T10:58:07.798877554Z   File "/opt/python/3.7.4/lib/python3.7/site-packages/gunicorn/util.py", line 350, in import_app
  94. 2019-10-18T10:58:07.798881254Z     __import__(module)
  95. 2019-10-18T10:58:07.798884754Z   File "/home/site/wwwroot/pcbuilder/wsgi.py", line 12, in
  96. 2019-10-18T10:58:07.798889054Z     from django.core.wsgi import get_wsgi_application
  97. 2019-10-18T10:58:07.798892754Z ModuleNotFoundError: No module named 'django'
  98. 2019-10-18T10:58:07.803835179Z [2019-10-18 10:58:07 +0000] [44] [INFO] Worker exiting (pid: 44)
  99. 2019-10-18T10:58:07.876453546Z [2019-10-18 10:58:07 +0000] [41] [INFO] Shutting down: Master
  100. 2019-10-18T10:58:07.883151680Z [2019-10-18 10:58:07 +0000] [41] [INFO] Reason: Worker failed to boot.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement