Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.00 KB | None | 0 0
  1. -------------------------------------
  2. /var/log/httpd/error_log
  3. -------------------------------------
  4. [Sun Feb 16 22:43:57.188596 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] mod_wsgi (pid=5053): Target WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py' cannot be loaded as Python module.
  5. [Sun Feb 16 22:43:57.188651 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] mod_wsgi (pid=5053): Exception occurred processing WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py'.
  6. [Sun Feb 16 22:43:57.188820 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] Traceback (most recent call last):
  7. [Sun Feb 16 22:43:57.188884 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/current/app/mysite/mysite/wsgi.py", line 15, in <module>
  8. [Sun Feb 16 22:43:57.188890 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] application = get_wsgi_application()
  9. [Sun Feb 16 22:43:57.188897 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  10. [Sun Feb 16 22:43:57.188900 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] django.setup(set_prefix=False)
  11. [Sun Feb 16 22:43:57.188906 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/__init__.py", line 19, in setup
  12. [Sun Feb 16 22:43:57.188910 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  13. [Sun Feb 16 22:43:57.188916 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__
  14. [Sun Feb 16 22:43:57.188920 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] self._setup(name)
  15. [Sun Feb 16 22:43:57.188925 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 43, in _setup
  16. [Sun Feb 16 22:43:57.188928 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] self._wrapped = Settings(settings_module)
  17. [Sun Feb 16 22:43:57.188934 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 106, in __init__
  18. [Sun Feb 16 22:43:57.188937 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] mod = importlib.import_module(self.SETTINGS_MODULE)
  19. [Sun Feb 16 22:43:57.188942 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "/opt/python/run/venv/lib64/python3.6/importlib/__init__.py", line 126, in import_module
  20. [Sun Feb 16 22:43:57.188945 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] return _bootstrap._gcd_import(name[level:], package, level)
  21. [Sun Feb 16 22:43:57.188951 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  22. [Sun Feb 16 22:43:57.188956 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  23. [Sun Feb 16 22:43:57.188962 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  24. [Sun Feb 16 22:43:57.188967 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  25. [Sun Feb 16 22:43:57.188973 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  26. [Sun Feb 16 22:43:57.188978 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  27. [Sun Feb 16 22:43:57.188984 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  28. [Sun Feb 16 22:43:57.188999 2020] [:error] [pid 5053] [remote 172.31.85.103:17608] ModuleNotFoundError: No module named 'mysite.settings'
  29. [Sun Feb 16 22:44:08.971173 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] mod_wsgi (pid=5053): Target WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py' cannot be loaded as Python module.
  30. [Sun Feb 16 22:44:08.971228 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] mod_wsgi (pid=5053): Exception occurred processing WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py'.
  31. [Sun Feb 16 22:44:08.971418 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] Traceback (most recent call last):
  32. [Sun Feb 16 22:44:08.971542 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/current/app/mysite/mysite/wsgi.py", line 15, in <module>
  33. [Sun Feb 16 22:44:08.971560 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] application = get_wsgi_application()
  34. [Sun Feb 16 22:44:08.971569 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  35. [Sun Feb 16 22:44:08.971573 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] django.setup(set_prefix=False)
  36. [Sun Feb 16 22:44:08.971578 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/__init__.py", line 19, in setup
  37. [Sun Feb 16 22:44:08.971581 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  38. [Sun Feb 16 22:44:08.971587 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__
  39. [Sun Feb 16 22:44:08.971590 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] self._setup(name)
  40. [Sun Feb 16 22:44:08.971595 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 43, in _setup
  41. [Sun Feb 16 22:44:08.971598 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] self._wrapped = Settings(settings_module)
  42. [Sun Feb 16 22:44:08.971603 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 106, in __init__
  43. [Sun Feb 16 22:44:08.971606 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] mod = importlib.import_module(self.SETTINGS_MODULE)
  44. [Sun Feb 16 22:44:08.971611 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "/opt/python/run/venv/lib64/python3.6/importlib/__init__.py", line 126, in import_module
  45. [Sun Feb 16 22:44:08.971627 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] return _bootstrap._gcd_import(name[level:], package, level)
  46. [Sun Feb 16 22:44:08.971632 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  47. [Sun Feb 16 22:44:08.971637 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  48. [Sun Feb 16 22:44:08.971642 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  49. [Sun Feb 16 22:44:08.971647 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  50. [Sun Feb 16 22:44:08.971652 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  51. [Sun Feb 16 22:44:08.971668 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  52. [Sun Feb 16 22:44:08.971674 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  53. [Sun Feb 16 22:44:08.971690 2020] [:error] [pid 5053] [remote 172.31.25.219:17608] ModuleNotFoundError: No module named 'mysite.settings'
  54. [Sun Feb 16 22:44:12.204469 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod_wsgi (pid=5053): Target WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py' cannot be loaded as Python module.
  55. [Sun Feb 16 22:44:12.204523 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod_wsgi (pid=5053): Exception occurred processing WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py'.
  56. [Sun Feb 16 22:44:12.204690 2020] [:error] [pid 5053] [remote 172.31.85.103:196] Traceback (most recent call last):
  57. [Sun Feb 16 22:44:12.204745 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/current/app/mysite/mysite/wsgi.py", line 15, in <module>
  58. [Sun Feb 16 22:44:12.204750 2020] [:error] [pid 5053] [remote 172.31.85.103:196] application = get_wsgi_application()
  59. [Sun Feb 16 22:44:12.204758 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  60. [Sun Feb 16 22:44:12.204770 2020] [:error] [pid 5053] [remote 172.31.85.103:196] django.setup(set_prefix=False)
  61. [Sun Feb 16 22:44:12.204777 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/__init__.py", line 19, in setup
  62. [Sun Feb 16 22:44:12.204781 2020] [:error] [pid 5053] [remote 172.31.85.103:196] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  63. [Sun Feb 16 22:44:12.204787 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__
  64. [Sun Feb 16 22:44:12.204791 2020] [:error] [pid 5053] [remote 172.31.85.103:196] self._setup(name)
  65. [Sun Feb 16 22:44:12.204796 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 43, in _setup
  66. [Sun Feb 16 22:44:12.204799 2020] [:error] [pid 5053] [remote 172.31.85.103:196] self._wrapped = Settings(settings_module)
  67. [Sun Feb 16 22:44:12.204805 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 106, in __init__
  68. [Sun Feb 16 22:44:12.204808 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod = importlib.import_module(self.SETTINGS_MODULE)
  69. [Sun Feb 16 22:44:12.204813 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/lib64/python3.6/importlib/__init__.py", line 126, in import_module
  70. [Sun Feb 16 22:44:12.204816 2020] [:error] [pid 5053] [remote 172.31.85.103:196] return _bootstrap._gcd_import(name[level:], package, level)
  71. [Sun Feb 16 22:44:12.204822 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  72. [Sun Feb 16 22:44:12.204827 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  73. [Sun Feb 16 22:44:12.204833 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  74. [Sun Feb 16 22:44:12.204838 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  75. [Sun Feb 16 22:44:12.204844 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  76. [Sun Feb 16 22:44:12.204849 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  77. [Sun Feb 16 22:44:12.204854 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  78. [Sun Feb 16 22:44:12.204870 2020] [:error] [pid 5053] [remote 172.31.85.103:196] ModuleNotFoundError: No module named 'mysite.settings'
  79. [Sun Feb 16 22:44:15.523388 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod_wsgi (pid=5053): Target WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py' cannot be loaded as Python module.
  80. [Sun Feb 16 22:44:15.523443 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod_wsgi (pid=5053): Exception occurred processing WSGI script '/opt/python/current/app/mysite/mysite/wsgi.py'.
  81. [Sun Feb 16 22:44:15.523645 2020] [:error] [pid 5053] [remote 172.31.85.103:196] Traceback (most recent call last):
  82. [Sun Feb 16 22:44:15.523713 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/current/app/mysite/mysite/wsgi.py", line 15, in <module>
  83. [Sun Feb 16 22:44:15.523717 2020] [:error] [pid 5053] [remote 172.31.85.103:196] application = get_wsgi_application()
  84. [Sun Feb 16 22:44:15.523724 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  85. [Sun Feb 16 22:44:15.523728 2020] [:error] [pid 5053] [remote 172.31.85.103:196] django.setup(set_prefix=False)
  86. [Sun Feb 16 22:44:15.523744 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/__init__.py", line 19, in setup
  87. [Sun Feb 16 22:44:15.523747 2020] [:error] [pid 5053] [remote 172.31.85.103:196] configure_logging(settings.LOGGING_CONFIG, settings.LOGGING)
  88. [Sun Feb 16 22:44:15.523753 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 56, in __getattr__
  89. [Sun Feb 16 22:44:15.523756 2020] [:error] [pid 5053] [remote 172.31.85.103:196] self._setup(name)
  90. [Sun Feb 16 22:44:15.523762 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 43, in _setup
  91. [Sun Feb 16 22:44:15.523765 2020] [:error] [pid 5053] [remote 172.31.85.103:196] self._wrapped = Settings(settings_module)
  92. [Sun Feb 16 22:44:15.523770 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/local/lib/python3.6/site-packages/django/conf/__init__.py", line 106, in __init__
  93. [Sun Feb 16 22:44:15.523774 2020] [:error] [pid 5053] [remote 172.31.85.103:196] mod = importlib.import_module(self.SETTINGS_MODULE)
  94. [Sun Feb 16 22:44:15.523779 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "/opt/python/run/venv/lib64/python3.6/importlib/__init__.py", line 126, in import_module
  95. [Sun Feb 16 22:44:15.523782 2020] [:error] [pid 5053] [remote 172.31.85.103:196] return _bootstrap._gcd_import(name[level:], package, level)
  96. [Sun Feb 16 22:44:15.523787 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  97. [Sun Feb 16 22:44:15.523793 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  98. [Sun Feb 16 22:44:15.523798 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 941, in _find_and_load_unlocked
  99. [Sun Feb 16 22:44:15.523804 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  100. [Sun Feb 16 22:44:15.523809 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 994, in _gcd_import
  101. [Sun Feb 16 22:44:15.523815 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  102. [Sun Feb 16 22:44:15.523820 2020] [:error] [pid 5053] [remote 172.31.85.103:196] File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
  103. [Sun Feb 16 22:44:15.523836 2020] [:error] [pid 5053] [remote 172.31.85.103:196] ModuleNotFoundError: No module named 'mysite.settings'
  104.  
  105.  
  106.  
  107. -------------------------------------
  108. /opt/python/log/supervisord.log
  109. -------------------------------------
  110. 2020-02-16 03:35:05,776 CRIT Supervisor running as root (no user in config file)
  111. 2020-02-16 03:35:05,824 INFO RPC interface 'supervisor' initialized
  112. 2020-02-16 03:35:05,824 CRIT Server 'unix_http_server' running without any HTTP authentication checking
  113. 2020-02-16 03:35:05,824 INFO supervisord started with pid 3050
  114. 2020-02-16 03:35:06,829 INFO spawned: 'httpd' with pid 3136
  115. 2020-02-16 03:35:08,273 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  116. 2020-02-16 03:37:27,519 INFO stopped: httpd (exit status 0)
  117. 2020-02-16 03:37:28,524 INFO spawned: 'httpd' with pid 3389
  118. 2020-02-16 03:37:29,580 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  119. 2020-02-16 04:09:18,985 INFO stopped: httpd (exit status 0)
  120. 2020-02-16 04:09:19,991 INFO spawned: 'httpd' with pid 4730
  121. 2020-02-16 04:09:21,130 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  122. 2020-02-16 05:22:22,968 INFO stopped: httpd (exit status 0)
  123. 2020-02-16 05:22:23,973 INFO spawned: 'httpd' with pid 31246
  124. 2020-02-16 05:22:25,026 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  125. 2020-02-16 06:09:29,088 INFO stopped: httpd (exit status 0)
  126. 2020-02-16 06:09:30,139 INFO spawned: 'httpd' with pid 498
  127. 2020-02-16 06:09:31,268 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  128. 2020-02-16 07:25:11,147 INFO stopped: httpd (exit status 0)
  129. 2020-02-16 07:25:11,151 INFO spawned: 'httpd' with pid 3531
  130. 2020-02-16 07:25:12,220 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  131. 2020-02-16 15:41:52,515 INFO stopped: httpd (exit status 0)
  132. 2020-02-16 15:41:52,520 INFO spawned: 'httpd' with pid 19857
  133. 2020-02-16 15:41:53,605 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  134. 2020-02-16 16:11:03,263 INFO stopped: httpd (exit status 0)
  135. 2020-02-16 16:11:03,269 INFO spawned: 'httpd' with pid 21288
  136. 2020-02-16 16:11:04,373 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  137. 2020-02-16 17:26:28,340 INFO stopped: httpd (exit status 0)
  138. 2020-02-16 17:26:28,344 INFO spawned: 'httpd' with pid 25573
  139. 2020-02-16 17:26:29,456 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  140. 2020-02-16 18:15:03,895 INFO stopped: httpd (exit status 0)
  141. 2020-02-16 18:15:03,900 INFO spawned: 'httpd' with pid 27722
  142. 2020-02-16 18:15:05,012 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  143. 2020-02-16 20:22:02,270 INFO exited: httpd (exit status 0; expected)
  144. 2020-02-16 22:12:26,291 INFO spawned: 'httpd' with pid 3677
  145. 2020-02-16 22:12:26,396 INFO exited: httpd (exit status 0; not expected)
  146. 2020-02-16 22:12:27,399 INFO spawned: 'httpd' with pid 3680
  147. 2020-02-16 22:12:27,464 INFO exited: httpd (exit status 0; not expected)
  148. 2020-02-16 22:12:30,159 INFO spawned: 'httpd' with pid 3691
  149. 2020-02-16 22:12:31,949 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  150. 2020-02-16 22:21:54,681 INFO stopped: httpd (exit status 0)
  151. 2020-02-16 22:21:55,687 INFO spawned: 'httpd' with pid 4262
  152. 2020-02-16 22:21:56,793 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  153. 2020-02-16 22:36:58,142 INFO stopped: httpd (exit status 0)
  154. 2020-02-16 22:36:59,148 INFO spawned: 'httpd' with pid 5048
  155. 2020-02-16 22:37:00,236 INFO success: httpd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
  156.  
  157.  
  158.  
  159. -------------------------------------
  160. /var/log/httpd/access_log
  161. -------------------------------------
  162. 172.31.25.219 (-) - - [16/Feb/2020:22:33:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  163. 172.31.85.103 (-) - - [16/Feb/2020:22:33:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  164. 172.31.25.219 (-) - - [16/Feb/2020:22:33:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  165. 172.31.85.103 (-) - - [16/Feb/2020:22:33:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  166. 172.31.25.219 (-) - - [16/Feb/2020:22:33:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  167. 172.31.85.103 (-) - - [16/Feb/2020:22:33:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  168. 172.31.25.219 (-) - - [16/Feb/2020:22:33:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  169. 172.31.85.103 (-) - - [16/Feb/2020:22:33:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  170. 172.31.25.219 (-) - - [16/Feb/2020:22:34:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  171. 172.31.85.103 (-) - - [16/Feb/2020:22:34:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  172. 172.31.25.219 (-) - - [16/Feb/2020:22:34:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  173. 172.31.85.103 (-) - - [16/Feb/2020:22:34:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  174. 172.31.25.219 (-) - - [16/Feb/2020:22:34:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  175. 172.31.85.103 (-) - - [16/Feb/2020:22:34:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  176. 172.31.25.219 (-) - - [16/Feb/2020:22:34:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  177. 172.31.85.103 (-) - - [16/Feb/2020:22:34:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  178. 172.31.25.219 (-) - - [16/Feb/2020:22:35:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  179. 172.31.85.103 (-) - - [16/Feb/2020:22:35:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  180. 172.31.25.219 (-) - - [16/Feb/2020:22:35:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  181. 172.31.85.103 (-) - - [16/Feb/2020:22:35:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  182. 172.31.25.219 (-) - - [16/Feb/2020:22:35:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  183. 172.31.85.103 (-) - - [16/Feb/2020:22:35:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  184. 172.31.25.219 (-) - - [16/Feb/2020:22:35:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  185. 172.31.85.103 (-) - - [16/Feb/2020:22:35:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  186. 172.31.25.219 (-) - - [16/Feb/2020:22:36:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  187. 172.31.85.103 (-) - - [16/Feb/2020:22:36:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  188. 172.31.25.219 (-) - - [16/Feb/2020:22:36:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  189. 172.31.85.103 (-) - - [16/Feb/2020:22:36:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  190. 172.31.25.219 (-) - - [16/Feb/2020:22:36:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  191. 172.31.85.103 (-) - - [16/Feb/2020:22:36:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  192. 172.31.25.219 (-) - - [16/Feb/2020:22:36:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  193. 172.31.85.103 (-) - - [16/Feb/2020:22:36:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  194. 127.0.0.1 (-) - - [16/Feb/2020:22:37:02 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
  195. 127.0.0.1 (-) - - [16/Feb/2020:22:37:03 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
  196. 127.0.0.1 (-) - - [16/Feb/2020:22:37:04 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
  197. 127.0.0.1 (-) - - [16/Feb/2020:22:37:05 +0000] "GET / HTTP/1.1" 500 527 "-" "Python-urllib/2.7"
  198. 172.31.25.219 (-) - - [16/Feb/2020:22:37:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  199. 172.31.85.103 (-) - - [16/Feb/2020:22:37:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  200. 172.31.25.219 (-) - - [16/Feb/2020:22:37:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  201. 172.31.85.103 (-) - - [16/Feb/2020:22:37:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  202. 172.31.25.219 (-) - - [16/Feb/2020:22:37:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  203. 172.31.85.103 (-) - - [16/Feb/2020:22:37:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  204. 172.31.25.219 (-) - - [16/Feb/2020:22:37:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  205. 172.31.85.103 (-) - - [16/Feb/2020:22:37:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  206. 172.31.25.219 (-) - - [16/Feb/2020:22:38:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  207. 172.31.85.103 (-) - - [16/Feb/2020:22:38:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  208. 172.31.25.219 (-) - - [16/Feb/2020:22:38:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  209. 172.31.85.103 (-) - - [16/Feb/2020:22:38:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  210. 172.31.25.219 (-) - - [16/Feb/2020:22:38:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  211. 172.31.85.103 (-) - - [16/Feb/2020:22:38:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  212. 172.31.25.219 (-) - - [16/Feb/2020:22:38:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  213. 172.31.85.103 (-) - - [16/Feb/2020:22:38:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  214. 172.31.25.219 (-) - - [16/Feb/2020:22:39:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  215. 172.31.85.103 (-) - - [16/Feb/2020:22:39:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  216. 172.31.25.219 (-) - - [16/Feb/2020:22:39:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  217. 172.31.85.103 (-) - - [16/Feb/2020:22:39:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  218. 172.31.25.219 (-) - - [16/Feb/2020:22:39:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  219. 172.31.85.103 (-) - - [16/Feb/2020:22:39:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  220. 172.31.25.219 (35.196.132.85) - - [16/Feb/2020:22:39:47 +0000] "GET / HTTP/1.1" 500 527 "-" "Mozilla/5.0 (compatible; Discordbot/2.0; +https://discordapp.com)"
  221. 172.31.25.219 (-) - - [16/Feb/2020:22:39:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  222. 172.31.85.103 (-) - - [16/Feb/2020:22:39:56 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  223. 172.31.25.219 (-) - - [16/Feb/2020:22:40:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  224. 172.31.85.103 (-) - - [16/Feb/2020:22:40:11 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  225. 172.31.85.103 (98.209.149.161) - - [16/Feb/2020:22:40:18 +0000] "GET / HTTP/1.1" 500 527 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 OPR/66.0.3515.72"
  226. 172.31.85.103 (98.209.149.161) - - [16/Feb/2020:22:40:18 +0000] "GET /favicon.ico HTTP/1.1" 500 527 "http://gegoo-dev-r1-dev.us-east-1.elasticbeanstalk.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 OPR/66.0.3515.72"
  227. 172.31.85.103 (98.209.149.161) - - [16/Feb/2020:22:40:22 +0000] "GET / HTTP/1.1" 500 527 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 OPR/66.0.3515.72"
  228. 172.31.85.103 (98.209.149.161) - - [16/Feb/2020:22:40:22 +0000] "GET /favicon.ico HTTP/1.1" 500 527 "http://gegoo-dev-r1-dev.us-east-1.elasticbeanstalk.com/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36 OPR/66.0.3515.72"
  229. 172.31.25.219 (-) - - [16/Feb/2020:22:40:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  230. 172.31.85.103 (-) - - [16/Feb/2020:22:40:26 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  231. 172.31.25.219 (-) - - [16/Feb/2020:22:40:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  232. 172.31.85.103 (-) - - [16/Feb/2020:22:40:41 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  233. 172.31.25.219 (-) - - [16/Feb/2020:22:40:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  234. 172.31.85.103 (-) - - [16/Feb/2020:22:40:57 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  235. 172.31.25.219 (-) - - [16/Feb/2020:22:41:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  236. 172.31.85.103 (-) - - [16/Feb/2020:22:41:12 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  237. 172.31.25.219 (-) - - [16/Feb/2020:22:41:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  238. 172.31.85.103 (-) - - [16/Feb/2020:22:41:27 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  239. 172.31.25.219 (-) - - [16/Feb/2020:22:41:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  240. 172.31.85.103 (-) - - [16/Feb/2020:22:41:42 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  241. 172.31.25.219 (-) - - [16/Feb/2020:22:41:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  242. 172.31.85.103 (-) - - [16/Feb/2020:22:41:57 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  243. 172.31.25.219 (-) - - [16/Feb/2020:22:42:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  244. 172.31.85.103 (-) - - [16/Feb/2020:22:42:12 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  245. 172.31.25.219 (-) - - [16/Feb/2020:22:42:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  246. 172.31.85.103 (-) - - [16/Feb/2020:22:42:27 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  247. 172.31.25.219 (-) - - [16/Feb/2020:22:42:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  248. 172.31.85.103 (-) - - [16/Feb/2020:22:42:42 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  249. 172.31.25.219 (-) - - [16/Feb/2020:22:42:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  250. 172.31.85.103 (-) - - [16/Feb/2020:22:42:57 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  251. 172.31.25.219 (-) - - [16/Feb/2020:22:43:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  252. 172.31.85.103 (-) - - [16/Feb/2020:22:43:12 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  253. 172.31.25.219 (-) - - [16/Feb/2020:22:43:23 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  254. 172.31.85.103 (-) - - [16/Feb/2020:22:43:27 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  255. 172.31.25.219 (-) - - [16/Feb/2020:22:43:38 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  256. 172.31.85.103 (-) - - [16/Feb/2020:22:43:42 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  257. 172.31.25.219 (-) - - [16/Feb/2020:22:43:53 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  258. 172.31.85.103 (-) - - [16/Feb/2020:22:43:57 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  259. 172.31.25.219 (-) - - [16/Feb/2020:22:44:08 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  260. 172.31.85.103 (-) - - [16/Feb/2020:22:44:12 +0000] "GET / HTTP/1.1" 500 527 "-" "ELB-HealthChecker/2.0"
  261. 172.31.85.103 (74.199.59.141) - - [16/Feb/2020:22:44:15 +0000] "GET / HTTP/1.1" 500 527 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0"
  262.  
  263.  
  264.  
  265. -------------------------------------
  266. /var/log/eb-activity.log
  267. -------------------------------------
  268. Requirement already satisfied: babel in /opt/python/run/venv/lib64/python3.6/site-packages (from django-phonenumber-field==3.0.01->-r /opt/python/ondeck/app/requirements.txt (line 51))
  269. Requirement already satisfied: sqlparse>=0.2.0 in /opt/python/run/venv/lib/python3.6/site-packages (from django-debug-toolbar==1.11->-r /opt/python/ondeck/app/requirements.txt (line 55))
  270. Requirement already satisfied: diff-match-patch in /opt/python/run/venv/lib/python3.6/site-packages (from django-import-export==1.2.0->-r /opt/python/ondeck/app/requirements.txt (line 70))
  271. Requirement already satisfied: tablib in /opt/python/run/venv/lib/python3.6/site-packages (from django-import-export==1.2.0->-r /opt/python/ondeck/app/requirements.txt (line 70))
  272. Requirement already satisfied: maxminddb in /opt/python/run/venv/lib/python3.6/site-packages (from maxminddb-geolite2->-r /opt/python/ondeck/app/requirements.txt (line 84))
  273. Requirement already satisfied: unidecode>=0.04.13 in /opt/python/run/venv/lib64/python3.6/site-packages (from django-cities-light==3.5.0->-r /opt/python/ondeck/app/requirements.txt (line 94))
  274. Requirement already satisfied: progressbar2>=3.6.0 in /opt/python/run/venv/lib/python3.6/site-packages (from django-cities-light==3.5.0->-r /opt/python/ondeck/app/requirements.txt (line 94))
  275. Requirement already satisfied: django-autoslug-iplweb==1.9.4.dev0 in /opt/python/run/venv/lib/python3.6/site-packages (from django-cities-light==3.5.0->-r /opt/python/ondeck/app/requirements.txt (line 94))
  276. Requirement already satisfied: six in /opt/python/run/venv/lib/python3.6/site-packages (from django-cities-light==3.5.0->-r /opt/python/ondeck/app/requirements.txt (line 94))
  277. Requirement already satisfied: s3transfer<0.2.0,>=0.1.0 in /opt/python/run/venv/lib/python3.6/site-packages (from boto3==1.4.1->-r /opt/python/ondeck/app/requirements.txt (line 101))
  278. Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /opt/python/run/venv/lib/python3.6/site-packages (from boto3==1.4.1->-r /opt/python/ondeck/app/requirements.txt (line 101))
  279. Requirement already satisfied: botocore<1.5.0,>=1.4.1 in /opt/python/run/venv/lib/python3.6/site-packages (from boto3==1.4.1->-r /opt/python/ondeck/app/requirements.txt (line 101))
  280. Requirement already satisfied: docker-compose<1.26.0,>=1.25.2 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  281. Requirement already satisfied: wcwidth<0.2.0,>=0.1.7 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  282. Requirement already satisfied: cement==2.8.2 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  283. Requirement already satisfied: colorama<0.4.0,>=0.3.9 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  284. Requirement already satisfied: python-dateutil<2.8.1,>=2.1 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  285. Requirement already satisfied: blessed>=1.9.5 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  286. Requirement already satisfied: pathspec==0.5.9 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  287. Requirement already satisfied: PyYAML<5.3,>=5.2 in /opt/python/run/venv/lib64/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  288. Requirement already satisfied: semantic-version==2.5.0 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  289. Requirement already satisfied: termcolor==1.1.0 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  290. Requirement already satisfied: future<0.17.0,>=0.16.0 in /opt/python/run/venv/lib/python3.6/site-packages (from awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  291. Requirement already satisfied: defusedxml in /opt/python/run/venv/lib/python3.6/site-packages (from python3-openid>=3.0.8->django-allauth==0.36.0->-r /opt/python/ondeck/app/requirements.txt (line 14))
  292. Requirement already satisfied: oauthlib>=3.0.0 in /opt/python/run/venv/lib/python3.6/site-packages (from requests-oauthlib>=0.3.0->django-allauth==0.36.0->-r /opt/python/ondeck/app/requirements.txt (line 14))
  293. Requirement already satisfied: python-utils>=2.3.0 in /opt/python/run/venv/lib/python3.6/site-packages (from progressbar2>=3.6.0->django-cities-light==3.5.0->-r /opt/python/ondeck/app/requirements.txt (line 94))
  294. Requirement already satisfied: docutils>=0.10 in /opt/python/run/venv/lib/python3.6/site-packages (from botocore<1.5.0,>=1.4.1->boto3==1.4.1->-r /opt/python/ondeck/app/requirements.txt (line 101))
  295. Requirement already satisfied: websocket-client<1,>=0.32.0 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  296. Requirement already satisfied: jsonschema<4,>=2.5.1 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  297. Requirement already satisfied: cached-property<2,>=1.2.0 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  298. Requirement already satisfied: docker[ssh]<5,>=3.7.0 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  299. Requirement already satisfied: docopt<1,>=0.6.1 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  300. Requirement already satisfied: texttable<2,>=0.9.0 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  301. Requirement already satisfied: dockerpty<1,>=0.4.1 in /opt/python/run/venv/lib/python3.6/site-packages (from docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  302. Requirement already satisfied: pyrsistent>=0.14.0 in /opt/python/run/venv/lib64/python3.6/site-packages (from jsonschema<4,>=2.5.1->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  303. Requirement already satisfied: attrs>=17.4.0 in /opt/python/run/venv/lib/python3.6/site-packages (from jsonschema<4,>=2.5.1->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  304. Requirement already satisfied: importlib-metadata; python_version < "3.8" in /opt/python/run/venv/lib/python3.6/site-packages (from jsonschema<4,>=2.5.1->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  305. Requirement already satisfied: paramiko>=2.4.2; extra == "ssh" in /opt/python/run/venv/lib/python3.6/site-packages (from docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  306. Requirement already satisfied: zipp>=0.5 in /opt/python/run/venv/lib/python3.6/site-packages (from importlib-metadata; python_version < "3.8"->jsonschema<4,>=2.5.1->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  307. Requirement already satisfied: bcrypt>=3.1.3 in /opt/python/run/venv/lib64/python3.6/site-packages (from paramiko>=2.4.2; extra == "ssh"->docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  308. Requirement already satisfied: pynacl>=1.0.1 in /opt/python/run/venv/lib64/python3.6/site-packages (from paramiko>=2.4.2; extra == "ssh"->docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  309. Requirement already satisfied: cryptography>=2.5 in /opt/python/run/venv/lib64/python3.6/site-packages (from paramiko>=2.4.2; extra == "ssh"->docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  310. Requirement already satisfied: cffi>=1.1 in /opt/python/run/venv/lib64/python3.6/site-packages (from bcrypt>=3.1.3->paramiko>=2.4.2; extra == "ssh"->docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  311. Requirement already satisfied: pycparser in /opt/python/run/venv/lib/python3.6/site-packages (from cffi>=1.1->bcrypt>=3.1.3->paramiko>=2.4.2; extra == "ssh"->docker[ssh]<5,>=3.7.0->docker-compose<1.26.0,>=1.25.2->awsebcli==3.17.1->-r /opt/python/ondeck/app/requirements.txt (line 106))
  312. You are using pip version 9.0.1, however version 20.0.2 is available.
  313. You should consider upgrading via the 'pip install --upgrade pip' command.
  314. [2020-02-16T22:36:55.543Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/AppDeployPreHook/04configen.py] : Starting activity...
  315. [2020-02-16T22:36:56.852Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/AppDeployPreHook/04configen.py] : Completed activity.
  316. [2020-02-16T22:36:56.852Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/AppDeployPreHook] : Completed activity. Result:
  317. Successfully execute hooks in directory /opt/elasticbeanstalk/hooks/appdeploy/pre.
  318. [2020-02-16T22:36:56.852Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/EbExtensionPostBuild] : Starting activity...
  319. [2020-02-16T22:36:57.218Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/EbExtensionPostBuild/Infra-EmbeddedPostBuild] : Starting activity...
  320. [2020-02-16T22:36:57.218Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/EbExtensionPostBuild/Infra-EmbeddedPostBuild] : Completed activity.
  321. [2020-02-16T22:36:57.237Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/EbExtensionPostBuild] : Completed activity.
  322. [2020-02-16T22:36:57.238Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/InfraCleanEbextension] : Starting activity...
  323. [2020-02-16T22:36:57.253Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0/InfraCleanEbextension] : Completed activity. Result:
  324. Cleaned ebextensions subdirectories from /opt/python/ondeck/app.
  325. [2020-02-16T22:36:57.253Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage0] : Completed activity. Result:
  326. Application update - Command CMD-AppDeploy stage 0 completed
  327. [2020-02-16T22:36:57.253Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1] : Starting activity...
  328. [2020-02-16T22:36:57.253Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook] : Starting activity...
  329. [2020-02-16T22:36:57.253Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/01flip.py] : Starting activity...
  330. [2020-02-16T22:37:06.530Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/01flip.py] : Completed activity. Result:
  331. httpd: stopped
  332. httpd: started
  333. httpd RUNNING pid 5048, uptime 0:00:02
  334. 2020-02-16 22:37:06,523 INFO Apache is running, but root page is not responding in 3 seconds.
  335. [2020-02-16T22:37:06.530Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/01stop_xray.sh] : Starting activity...
  336. [2020-02-16T22:37:06.649Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/01stop_xray.sh] : Completed activity. Result:
  337. Executing: if ( initctl status xray | grep start ); then initctl stop xray; fi
  338.  
  339. [2020-02-16T22:37:06.649Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/02create_pids_for_monitoring.sh] : Starting activity...
  340. [2020-02-16T22:37:06.756Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/02create_pids_for_monitoring.sh] : Completed activity. Result:
  341. + chmod 0755 /var/run/httpd
  342. + /opt/elasticbeanstalk/bin/healthd-track-pidfile --proxy httpd
  343. + /opt/elasticbeanstalk/bin/healthd-track-pidfile --name application --location /opt/python/run/supervisord.pid
  344. [2020-02-16T22:37:06.756Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/02start_xray.sh] : Starting activity...
  345. [2020-02-16T22:37:06.866Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook/02start_xray.sh] : Completed activity.
  346. [2020-02-16T22:37:06.866Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployEnactHook] : Completed activity. Result:
  347. Successfully execute hooks in directory /opt/elasticbeanstalk/hooks/appdeploy/enact.
  348. [2020-02-16T22:37:06.866Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployPostHook] : Starting activity...
  349. [2020-02-16T22:37:06.866Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1/AppDeployPostHook] : Completed activity. Result:
  350. Successfully execute hooks in directory /opt/elasticbeanstalk/hooks/appdeploy/post.
  351. [2020-02-16T22:37:06.866Z] INFO [4876] - [Application update app-346d-200216_173224@17/AppDeployStage1] : Completed activity. Result:
  352. Application version switch - Command CMD-AppDeploy stage 1 completed
  353. [2020-02-16T22:37:06.867Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter] : Starting activity...
  354. [2020-02-16T22:37:06.867Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter/ConfigLogRotation] : Starting activity...
  355. [2020-02-16T22:37:06.867Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter/ConfigLogRotation/10-config.sh] : Starting activity...
  356. [2020-02-16T22:37:06.950Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter/ConfigLogRotation/10-config.sh] : Completed activity. Result:
  357. Disabled forced hourly log rotation.
  358. [2020-02-16T22:37:06.950Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter/ConfigLogRotation] : Completed activity. Result:
  359. Successfully execute hooks in directory /opt/elasticbeanstalk/addons/logpublish/hooks/config.
  360. [2020-02-16T22:37:06.950Z] INFO [4876] - [Application update app-346d-200216_173224@17/AddonsAfter] : Completed activity.
  361. [2020-02-16T22:37:06.951Z] INFO [4876] - [Application update app-346d-200216_173224@17] : Completed activity. Result:
  362. Application update - Command CMD-AppDeploy succeeded
  363. [2020-02-16T22:44:22.051Z] INFO [5378] - [CMD-TailLogs] : Starting activity...
  364. [2020-02-16T22:44:22.051Z] INFO [5378] - [CMD-TailLogs/AddonsBefore] : Starting activity...
  365. [2020-02-16T22:44:22.051Z] INFO [5378] - [CMD-TailLogs/AddonsBefore] : Completed activity.
  366. [2020-02-16T22:44:22.052Z] INFO [5378] - [CMD-TailLogs/TailLogs] : Starting activity...
  367. [2020-02-16T22:44:22.052Z] INFO [5378] - [CMD-TailLogs/TailLogs/TailLogs] : Starting activity...
  368.  
  369.  
  370.  
  371. -------------------------------------
  372. /var/log/eb-commandprocessor.log
  373. -------------------------------------
  374. [2020-02-16T22:21:38.533Z] DEBUG [4092] : Running stages of Command CMD-AppDeploy from stage 0 to stage 1...
  375. [2020-02-16T22:21:38.533Z] INFO [4092] : Running stage 0 of command CMD-AppDeploy...
  376. [2020-02-16T22:21:38.533Z] INFO [4092] : Running leader election...
  377. [2020-02-16T22:21:38.943Z] INFO [4092] : Instance is Leader.
  378. [2020-02-16T22:21:38.943Z] DEBUG [4092] : Loaded 5 actions for stage 0.
  379. [2020-02-16T22:21:38.943Z] INFO [4092] : Running 1 of 5 actions: DownloadSourceBundle...
  380. [2020-02-16T22:21:43.608Z] INFO [4092] : Running 2 of 5 actions: EbExtensionPreBuild...
  381. [2020-02-16T22:21:44.717Z] INFO [4092] : Running 3 of 5 actions: AppDeployPreHook...
  382. [2020-02-16T22:21:53.413Z] INFO [4092] : Running 4 of 5 actions: EbExtensionPostBuild...
  383. [2020-02-16T22:21:53.848Z] INFO [4092] : Running 5 of 5 actions: InfraCleanEbextension...
  384. [2020-02-16T22:21:53.861Z] INFO [4092] : Running stage 1 of command CMD-AppDeploy...
  385. [2020-02-16T22:21:53.861Z] DEBUG [4092] : Loaded 2 actions for stage 1.
  386. [2020-02-16T22:21:53.861Z] INFO [4092] : Running 1 of 2 actions: AppDeployEnactHook...
  387. [2020-02-16T22:22:02.921Z] INFO [4092] : Running 2 of 2 actions: AppDeployPostHook...
  388. [2020-02-16T22:22:02.921Z] INFO [4092] : Running AddonsAfter for command CMD-AppDeploy...
  389. [2020-02-16T22:22:03.012Z] INFO [4092] : Command CMD-AppDeploy succeeded!
  390. [2020-02-16T22:22:03.013Z] INFO [4092] : Command processor returning results:
  391. {"status":"SUCCESS","api_version":"1.0","results":[{"status":"SUCCESS","msg":"","returncode":0,"events":[]}]}
  392. [2020-02-16T22:36:41.584Z] DEBUG [4876] : Reading config file: /etc/elasticbeanstalk/.aws-eb-stack.properties
  393. [2020-02-16T22:36:41.584Z] DEBUG [4876] : Checking if the command processor should execute...
  394. [2020-02-16T22:36:41.586Z] DEBUG [4876] : Checking whether the command is applicable to instance (i-01618efaaafb239a7)..
  395. [2020-02-16T22:36:41.586Z] INFO [4876] : Command is applicable to this instance (i-01618efaaafb239a7)..
  396. [2020-02-16T22:36:41.586Z] DEBUG [4876] : Checking if the received command stage is valid..
  397. [2020-02-16T22:36:41.586Z] INFO [4876] : No stage_num in command. Valid stage..
  398. [2020-02-16T22:36:41.586Z] INFO [4876] : Received command CMD-AppDeploy: {"execution_data"=>"{\"leader_election\":\"true\"}", "instance_ids"=>["i-01618efaaafb239a7"], "data"=>"manifest_1581892598688", "command_name"=>"CMD-AppDeploy", "api_version"=>"1.0", "resource_name"=>"AWSEBAutoScalingGroup", "request_id"=>"7d9a110f-9c78-454e-aa66-63c48457da95"}
  399. [2020-02-16T22:36:41.586Z] INFO [4876] : Command processor should execute command.
  400. [2020-02-16T22:36:41.586Z] DEBUG [4876] : Storing current stage..
  401. [2020-02-16T22:36:41.587Z] DEBUG [4876] : Stage_num does not exist. Not saving null stage. Returning..
  402. [2020-02-16T22:36:41.587Z] DEBUG [4876] : Reading config file: /etc/elasticbeanstalk/.aws-eb-stack.properties
  403. [2020-02-16T22:36:41.587Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_ContainerConfigFileContent||commands..
  404. [2020-02-16T22:36:41.587Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_API||_Commands..
  405. [2020-02-16T22:36:41.588Z] INFO [4876] : Found enabled addons: ["logstreaming", "logpublish"].
  406. [2020-02-16T22:36:41.589Z] INFO [4876] : Updating Command definition of addon logstreaming.
  407. [2020-02-16T22:36:41.589Z] INFO [4876] : Updating Command definition of addon logpublish.
  408. [2020-02-16T22:36:41.589Z] DEBUG [4876] : Refreshing metadata...
  409. [2020-02-16T22:36:41.950Z] DEBUG [4876] : Refreshed environment metadata.
  410. [2020-02-16T22:36:41.951Z] INFO [4876] : Recreated directory /opt/elasticbeanstalk/deploy/configuration/.
  411. [2020-02-16T22:36:41.951Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_AppSourceUrlFileContent||url..
  412. [2020-02-16T22:36:41.952Z] INFO [4876] : Created appsource url file at /opt/elasticbeanstalk/deploy/configuration/appsourceurl.
  413. [2020-02-16T22:36:41.952Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_ContainerConfigFileContent..
  414. [2020-02-16T22:36:41.954Z] INFO [4876] : Created container config file at /opt/elasticbeanstalk/deploy/configuration/containerconfiguration.
  415. [2020-02-16T22:36:41.954Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_ContainerConfigFileContent||commands..
  416. [2020-02-16T22:36:41.955Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_API||_Commands..
  417. [2020-02-16T22:36:41.955Z] INFO [4876] : Found enabled addons: ["logstreaming", "logpublish"].
  418. [2020-02-16T22:36:41.956Z] INFO [4876] : Updating Command definition of addon logstreaming.
  419. [2020-02-16T22:36:41.956Z] INFO [4876] : Updating Command definition of addon logpublish.
  420. [2020-02-16T22:36:41.956Z] DEBUG [4876] : Retrieving metadata for key: AWS::CloudFormation::Init||Infra-WriteApplication2||files..
  421. [2020-02-16T22:36:41.957Z] DEBUG [4876] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||ManifestFileS3Key..
  422. [2020-02-16T22:36:42.058Z] INFO [4876] : Loading manifest from bucket 'elasticbeanstalk-us-east-1-040148529836' using computed S3 key 'resources/environments/e-uxuvx6yz4d/_runtime/versions/manifest_1581892598688'.
  423. [2020-02-16T22:36:42.108Z] INFO [4876] : Updated manifest cache: deployment ID 17 and serial 22.
  424. [2020-02-16T22:36:42.108Z] DEBUG [4876] : Loaded definition of Command CMD-AppDeploy.
  425. [2020-02-16T22:36:42.109Z] INFO [4876] : Executing Application update
  426. [2020-02-16T22:36:42.109Z] INFO [4876] : Executing command: CMD-AppDeploy...
  427. [2020-02-16T22:36:42.109Z] INFO [4876] : Executing command CMD-AppDeploy activities...
  428. [2020-02-16T22:36:42.109Z] DEBUG [4876] : Setting environment variables..
  429. [2020-02-16T22:36:42.109Z] INFO [4876] : Running AddonsBefore for command CMD-AppDeploy...
  430. [2020-02-16T22:36:42.238Z] DEBUG [4876] : Running stages of Command CMD-AppDeploy from stage 0 to stage 1...
  431. [2020-02-16T22:36:42.238Z] INFO [4876] : Running stage 0 of command CMD-AppDeploy...
  432. [2020-02-16T22:36:42.238Z] INFO [4876] : Running leader election...
  433. [2020-02-16T22:36:42.643Z] INFO [4876] : Instance is Leader.
  434. [2020-02-16T22:36:42.643Z] DEBUG [4876] : Loaded 5 actions for stage 0.
  435. [2020-02-16T22:36:42.643Z] INFO [4876] : Running 1 of 5 actions: DownloadSourceBundle...
  436. [2020-02-16T22:36:47.294Z] INFO [4876] : Running 2 of 5 actions: EbExtensionPreBuild...
  437. [2020-02-16T22:36:48.431Z] INFO [4876] : Running 3 of 5 actions: AppDeployPreHook...
  438. [2020-02-16T22:36:56.852Z] INFO [4876] : Running 4 of 5 actions: EbExtensionPostBuild...
  439. [2020-02-16T22:36:57.238Z] INFO [4876] : Running 5 of 5 actions: InfraCleanEbextension...
  440. [2020-02-16T22:36:57.253Z] INFO [4876] : Running stage 1 of command CMD-AppDeploy...
  441. [2020-02-16T22:36:57.253Z] DEBUG [4876] : Loaded 2 actions for stage 1.
  442. [2020-02-16T22:36:57.253Z] INFO [4876] : Running 1 of 2 actions: AppDeployEnactHook...
  443. [2020-02-16T22:37:06.866Z] INFO [4876] : Running 2 of 2 actions: AppDeployPostHook...
  444. [2020-02-16T22:37:06.866Z] INFO [4876] : Running AddonsAfter for command CMD-AppDeploy...
  445. [2020-02-16T22:37:06.950Z] INFO [4876] : Command CMD-AppDeploy succeeded!
  446. [2020-02-16T22:37:06.951Z] INFO [4876] : Command processor returning results:
  447. {"status":"SUCCESS","api_version":"1.0","results":[{"status":"SUCCESS","msg":"","returncode":0,"events":[]}]}
  448. [2020-02-16T22:44:22.045Z] DEBUG [5378] : Reading config file: /etc/elasticbeanstalk/.aws-eb-stack.properties
  449. [2020-02-16T22:44:22.046Z] DEBUG [5378] : Checking if the command processor should execute...
  450. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Checking whether the command is applicable to instance (i-01618efaaafb239a7)..
  451. [2020-02-16T22:44:22.048Z] INFO [5378] : Command is applicable to this instance (i-01618efaaafb239a7)..
  452. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Checking if the received command stage is valid..
  453. [2020-02-16T22:44:22.048Z] INFO [5378] : No stage_num in command. Valid stage..
  454. [2020-02-16T22:44:22.048Z] INFO [5378] : Received command CMD-TailLogs: {"execution_data"=>"*", "instance_ids"=>["i-01618efaaafb239a7"], "data"=>"7348f412-0b1f-44cb-b117-5abffe411a5f", "command_name"=>"CMD-TailLogs", "api_version"=>"1.0", "resource_name"=>"AWSEBAutoScalingGroup", "request_id"=>"7348f412-0b1f-44cb-b117-5abffe411a5f"}
  455. [2020-02-16T22:44:22.048Z] INFO [5378] : Command processor should execute command.
  456. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Storing current stage..
  457. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Stage_num does not exist. Not saving null stage. Returning..
  458. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Reading config file: /etc/elasticbeanstalk/.aws-eb-stack.properties
  459. [2020-02-16T22:44:22.048Z] DEBUG [5378] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_ContainerConfigFileContent||commands..
  460. [2020-02-16T22:44:22.049Z] DEBUG [5378] : Retrieving metadata for key: AWS::ElasticBeanstalk::Ext||_API||_Commands..
  461. [2020-02-16T22:44:22.049Z] INFO [5378] : Found enabled addons: ["logstreaming", "logpublish"].
  462. [2020-02-16T22:44:22.051Z] INFO [5378] : Updating Command definition of addon logstreaming.
  463. [2020-02-16T22:44:22.051Z] INFO [5378] : Updating Command definition of addon logpublish.
  464. [2020-02-16T22:44:22.051Z] DEBUG [5378] : Loaded definition of Command CMD-TailLogs.
  465. [2020-02-16T22:44:22.051Z] INFO [5378] : Executing CMD-TailLogs
  466. [2020-02-16T22:44:22.051Z] INFO [5378] : Executing command: CMD-TailLogs...
  467. [2020-02-16T22:44:22.051Z] INFO [5378] : Executing command CMD-TailLogs activities...
  468. [2020-02-16T22:44:22.051Z] DEBUG [5378] : Setting environment variables..
  469. [2020-02-16T22:44:22.051Z] INFO [5378] : Running AddonsBefore for command CMD-TailLogs...
  470. [2020-02-16T22:44:22.051Z] DEBUG [5378] : Running stages of Command CMD-TailLogs from stage 0 to stage 0...
  471. [2020-02-16T22:44:22.052Z] INFO [5378] : Running stage 0 of command CMD-TailLogs...
  472. [2020-02-16T22:44:22.052Z] DEBUG [5378] : Loaded 1 actions for stage 0.
  473. [2020-02-16T22:44:22.052Z] INFO [5378] : Running 1 of 1 actions: TailLogs...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement