Advertisement
Guest User

error.log Lorenzo

a guest
May 5th, 2023
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 30.90 KB | Source Code | 0 0
  1.     [Fri May 05 00:00:04.665694 2023] [mpm_event:notice] [pid 22625:tid 139893530189120] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  2.             [Fri May 05 00:00:04.665794 2023] [core:notice] [pid 22625:tid 139893530189120] AH00094: Command line: '/usr/sbin/apache2'
  3.             [Fri May 05 01:54:07.850649 2023] [wsgi:error] [pid 34872:tid 139893480252992] [remote 114.119.155.42:49874] /home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/views/generic/list.py:86: UnorderedObjectListWarning: Pagination may yield inconsistent results with an unordered object_list: <class 'blog.models.Post'> QuerySet.
  4.             [Fri May 05 01:54:07.852090 2023] [wsgi:error] [pid 34872:tid 139893480252992] [remote 114.119.155.42:49874]   return self.paginator_class(
  5.             [Fri May 05 12:24:26.779927 2023] [mpm_event:notice] [pid 22625:tid 139893530189120] AH00491: caught SIGTERM, shutting down
  6.             [Fri May 05 12:24:26.928133 2023] [mpm_event:notice] [pid 40436:tid 140567055072576] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  7.             [Fri May 05 12:24:26.928295 2023] [core:notice] [pid 40436:tid 140567055072576] AH00094: Command line: '/usr/sbin/apache2'
  8.             [Fri May 05 12:24:33.387873 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072] mod_wsgi (pid=40437): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  9.             [Fri May 05 12:24:33.388050 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072] mod_wsgi (pid=40437): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  10.             [Fri May 05 12:24:33.391208 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072] Traceback (most recent call last):
  11.             [Fri May 05 12:24:33.391332 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  12.             [Fri May 05 12:24:33.391348 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     application = get_wsgi_application()
  13.             [Fri May 05 12:24:33.391366 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  14.             [Fri May 05 12:24:33.391373 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     django.setup(set_prefix=False)
  15.             [Fri May 05 12:24:33.391385 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  16.             [Fri May 05 12:24:33.391390 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     apps.populate(settings.INSTALLED_APPS)
  17.             [Fri May 05 12:24:33.391401 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
  18.             [Fri May 05 12:24:33.391407 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     app_config = AppConfig.create(entry)
  19.             [Fri May 05 12:24:33.391419 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/config.py", line 90, in create
  20.             [Fri May 05 12:24:33.391424 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     module = import_module(entry)
  21.             [Fri May 05 12:24:33.391436 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  22.             [Fri May 05 12:24:33.391442 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]     return _bootstrap._gcd_import(name[level:], package, level)
  23.             [Fri May 05 12:24:33.391453 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  24.             [Fri May 05 12:24:33.391491 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  25.             [Fri May 05 12:24:33.391501 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072]   File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  26.             [Fri May 05 12:24:33.391537 2023] [wsgi:error] [pid 40437:tid 140567005136448] [remote 94.62.1.98:54072] ModuleNotFoundError: No module named 'grappelli'
  27.             [Fri May 05 12:26:18.405098 2023] [mpm_event:notice] [pid 40436:tid 140567055072576] AH00491: caught SIGTERM, shutting down
  28.             [Fri May 05 12:26:18.474812 2023] [mpm_event:notice] [pid 40552:tid 140624619728192] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  29.             [Fri May 05 12:26:18.474931 2023] [core:notice] [pid 40552:tid 140624619728192] AH00094: Command line: '/usr/sbin/apache2'
  30.             [Fri May 05 12:26:25.060752 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074] mod_wsgi (pid=40553): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  31.             [Fri May 05 12:26:25.060934 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074] mod_wsgi (pid=40553): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  32.             [Fri May 05 12:26:25.062609 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074] Traceback (most recent call last):
  33.             [Fri May 05 12:26:25.062761 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  34.             [Fri May 05 12:26:25.062779 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     application = get_wsgi_application()
  35.             [Fri May 05 12:26:25.062797 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  36.             [Fri May 05 12:26:25.062803 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     django.setup(set_prefix=False)
  37.             [Fri May 05 12:26:25.062817 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  38.             [Fri May 05 12:26:25.062823 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     apps.populate(settings.INSTALLED_APPS)
  39.             [Fri May 05 12:26:25.062835 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
  40.             [Fri May 05 12:26:25.062840 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     app_config = AppConfig.create(entry)
  41.             [Fri May 05 12:26:25.062850 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/config.py", line 90, in create
  42.             [Fri May 05 12:26:25.062855 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     module = import_module(entry)
  43.             [Fri May 05 12:26:25.062866 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  44.             [Fri May 05 12:26:25.062871 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]     return _bootstrap._gcd_import(name[level:], package, level)
  45.             [Fri May 05 12:26:25.062883 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  46.             [Fri May 05 12:26:25.062896 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  47.             [Fri May 05 12:26:25.062907 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074]   File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  48.             [Fri May 05 12:26:25.063130 2023] [wsgi:error] [pid 40553:tid 140624569792064] [remote 94.62.1.98:54074] ModuleNotFoundError: No module named 'grappelli'
  49.             [Fri May 05 12:27:56.274310 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221] mod_wsgi (pid=40553): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  50.             [Fri May 05 12:27:56.274404 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221] mod_wsgi (pid=40553): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  51.             [Fri May 05 12:27:56.274582 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221] Traceback (most recent call last):
  52.             [Fri May 05 12:27:56.274626 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  53.             [Fri May 05 12:27:56.274631 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]     application = get_wsgi_application()
  54.             [Fri May 05 12:27:56.274639 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  55.             [Fri May 05 12:27:56.274643 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]     django.setup(set_prefix=False)
  56.             [Fri May 05 12:27:56.274650 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  57.             [Fri May 05 12:27:56.274654 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]     apps.populate(settings.INSTALLED_APPS)
  58.             [Fri May 05 12:27:56.274669 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
  59.             [Fri May 05 12:27:56.274673 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221]     raise RuntimeError("populate() isn't reentrant")
  60.             [Fri May 05 12:27:56.274692 2023] [wsgi:error] [pid 40553:tid 140624469079616] [remote 93.38.62.52:51221] RuntimeError: populate() isn't reentrant
  61.            [Fri May 05 12:28:57.978698 2023] [mpm_event:notice] [pid 40552:tid 140624619728192] AH00491: caught SIGTERM, shutting down
  62.            [Fri May 05 12:28:58.059860 2023] [mpm_event:notice] [pid 40663:tid 139769206906176] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  63.            [Fri May 05 12:28:58.060063 2023] [core:notice] [pid 40663:tid 139769206906176] AH00094: Command line: '/usr/sbin/apache2'
  64.            [Fri May 05 12:29:05.456455 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733] mod_wsgi (pid=40664): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  65.            [Fri May 05 12:29:05.456637 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733] mod_wsgi (pid=40664): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  66.            [Fri May 05 12:29:05.457785 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733] Traceback (most recent call last):
  67.            [Fri May 05 12:29:05.457865 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  68.            [Fri May 05 12:29:05.457875 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     application = get_wsgi_application()
  69.            [Fri May 05 12:29:05.457887 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  70.            [Fri May 05 12:29:05.457892 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     django.setup(set_prefix=False)
  71.            [Fri May 05 12:29:05.458045 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  72.            [Fri May 05 12:29:05.458052 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     apps.populate(settings.INSTALLED_APPS)
  73.            [Fri May 05 12:29:05.458061 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
  74.            [Fri May 05 12:29:05.458065 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     app_config = AppConfig.create(entry)
  75.            [Fri May 05 12:29:05.458074 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/config.py", line 90, in create
  76.            [Fri May 05 12:29:05.458077 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     module = import_module(entry)
  77.            [Fri May 05 12:29:05.458086 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  78.            [Fri May 05 12:29:05.458090 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]     return _bootstrap._gcd_import(name[level:], package, level)
  79.            [Fri May 05 12:29:05.458105 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  80.            [Fri May 05 12:29:05.458118 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  81.            [Fri May 05 12:29:05.458129 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733]   File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  82.            [Fri May 05 12:29:05.458161 2023] [wsgi:error] [pid 40664:tid 139769156970048] [remote 94.62.1.98:41733] ModuleNotFoundError: No module named 'grappelli'
  83.            [Fri May 05 12:29:35.402119 2023] [mpm_event:notice] [pid 40663:tid 139769206906176] AH00491: caught SIGTERM, shutting down
  84.            [Fri May 05 12:29:35.488333 2023] [mpm_event:notice] [pid 40763:tid 140249347763520] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  85.            [Fri May 05 12:29:35.488530 2023] [core:notice] [pid 40763:tid 140249347763520] AH00094: Command line: '/usr/sbin/apache2'
  86.            [Fri May 05 12:29:48.181759 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737] mod_wsgi (pid=40764): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  87.            [Fri May 05 12:29:48.181911 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737] mod_wsgi (pid=40764): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  88.            [Fri May 05 12:29:48.183194 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737] Traceback (most recent call last):
  89.            [Fri May 05 12:29:48.183298 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  90.            [Fri May 05 12:29:48.183308 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     application = get_wsgi_application()
  91.            [Fri May 05 12:29:48.183341 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  92.            [Fri May 05 12:29:48.183347 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     django.setup(set_prefix=False)
  93.            [Fri May 05 12:29:48.183358 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  94.            [Fri May 05 12:29:48.183362 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     apps.populate(settings.INSTALLED_APPS)
  95.            [Fri May 05 12:29:48.183535 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
  96.            [Fri May 05 12:29:48.183542 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     app_config = AppConfig.create(entry)
  97.            [Fri May 05 12:29:48.183556 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/config.py", line 90, in create
  98.            [Fri May 05 12:29:48.183560 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     module = import_module(entry)
  99.            [Fri May 05 12:29:48.183572 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  100.            [Fri May 05 12:29:48.183578 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]     return _bootstrap._gcd_import(name[level:], package, level)
  101.            [Fri May 05 12:29:48.183590 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  102.            [Fri May 05 12:29:48.183603 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  103.            [Fri May 05 12:29:48.183616 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737]   File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  104.            [Fri May 05 12:29:48.183691 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41737] ModuleNotFoundError: No module named 'grappelli'
  105.            [Fri May 05 12:29:49.262741 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096] mod_wsgi (pid=40764): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  106.            [Fri May 05 12:29:49.262881 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096] mod_wsgi (pid=40764): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  107.            [Fri May 05 12:29:49.263115 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096] Traceback (most recent call last):
  108.            [Fri May 05 12:29:49.263163 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  109.            [Fri May 05 12:29:49.263168 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]     application = get_wsgi_application()
  110.            [Fri May 05 12:29:49.263177 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  111.            [Fri May 05 12:29:49.263181 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]     django.setup(set_prefix=False)
  112.            [Fri May 05 12:29:49.263227 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  113.            [Fri May 05 12:29:49.263231 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]     apps.populate(settings.INSTALLED_APPS)
  114.            [Fri May 05 12:29:49.263244 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
  115.            [Fri May 05 12:29:49.263249 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096]     raise RuntimeError("populate() isn't reentrant")
  116.            [Fri May 05 12:29:49.263273 2023] [wsgi:error] [pid 40764:tid 140249197114944] [remote 94.62.1.98:54096] RuntimeError: populate() isn't reentrant
  117.            [Fri May 05 12:29:49.424840 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739] mod_wsgi (pid=40764): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  118.            [Fri May 05 12:29:49.424990 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739] mod_wsgi (pid=40764): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  119.            [Fri May 05 12:29:49.425246 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739] Traceback (most recent call last):
  120.            [Fri May 05 12:29:49.425320 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  121.            [Fri May 05 12:29:49.425335 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]     application = get_wsgi_application()
  122.            [Fri May 05 12:29:49.425356 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  123.            [Fri May 05 12:29:49.425362 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]     django.setup(set_prefix=False)
  124.            [Fri May 05 12:29:49.425734 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  125.            [Fri May 05 12:29:49.425751 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]     apps.populate(settings.INSTALLED_APPS)
  126.            [Fri May 05 12:29:49.425772 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
  127.            [Fri May 05 12:29:49.425778 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739]     raise RuntimeError("populate() isn't reentrant")
  128.            [Fri May 05 12:29:49.425819 2023] [wsgi:error] [pid 40764:tid 140249314612800] [remote 94.62.1.98:41739] RuntimeError: populate() isn't reentrant
  129.             [Fri May 05 12:31:15.542579 2023] [mpm_event:notice] [pid 40763:tid 140249347763520] AH00491: caught SIGTERM, shutting down
  130.             [Fri May 05 12:31:15.620271 2023] [mpm_event:notice] [pid 40863:tid 140094618991936] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  131.             [Fri May 05 12:31:15.620400 2023] [core:notice] [pid 40863:tid 140094618991936] AH00094: Command line: '/usr/sbin/apache2'
  132.             [Fri May 05 13:39:36.672034 2023] [mpm_event:notice] [pid 40863:tid 140094618991936] AH00491: caught SIGTERM, shutting down
  133.             [Fri May 05 13:39:36.754101 2023] [mpm_event:notice] [pid 41573:tid 140599775747392] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  134.             [Fri May 05 13:39:36.754259 2023] [core:notice] [pid 41573:tid 140599775747392] AH00094: Command line: '/usr/sbin/apache2'
  135.             [Fri May 05 20:31:43.963573 2023] [mpm_event:notice] [pid 41573:tid 140599775747392] AH00491: caught SIGTERM, shutting down
  136.             [Fri May 05 20:31:44.075108 2023] [mpm_event:notice] [pid 46518:tid 140404296936768] AH00489: Apache/2.4.46 (Ubuntu) OpenSSL/1.1.1f mod_wsgi/4.7.1 Python/3.8 configured -- resuming normal operations
  137.             [Fri May 05 20:31:44.075352 2023] [core:notice] [pid 46518:tid 140404296936768] AH00094: Command line: '/usr/sbin/apache2'
  138.             [Fri May 05 20:31:47.699966 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921] mod_wsgi (pid=46519): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  139.             [Fri May 05 20:31:47.700088 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921] mod_wsgi (pid=46519): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  140.             [Fri May 05 20:31:47.703871 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921] Traceback (most recent call last):
  141.             [Fri May 05 20:31:47.703999 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  142.             [Fri May 05 20:31:47.704033 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     application = get_wsgi_application()
  143.             [Fri May 05 20:31:47.704051 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  144.             [Fri May 05 20:31:47.704056 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     django.setup(set_prefix=False)
  145.             [Fri May 05 20:31:47.704068 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  146.             [Fri May 05 20:31:47.704073 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     apps.populate(settings.INSTALLED_APPS)
  147.             [Fri May 05 20:31:47.704083 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 91, in populate
  148.             [Fri May 05 20:31:47.704088 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     app_config = AppConfig.create(entry)
  149.             [Fri May 05 20:31:47.704097 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/config.py", line 90, in create
  150.             [Fri May 05 20:31:47.704102 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     module = import_module(entry)
  151.             [Fri May 05 20:31:47.704112 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
  152.             [Fri May 05 20:31:47.704117 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]     return _bootstrap._gcd_import(name[level:], package, level)
  153.             [Fri May 05 20:31:47.704127 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  154.             [Fri May 05 20:31:47.704138 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  155.             [Fri May 05 20:31:47.704148 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921]   File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
  156.             [Fri May 05 20:31:47.704182 2023] [wsgi:error] [pid 46519:tid 140404255393344] [remote 94.62.1.98:42921] ModuleNotFoundError: No module named 'adminsortable'
  157.             [Fri May 05 20:31:48.095197 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058] mod_wsgi (pid=46519): Failed to exec Python script file '/home/scodasso/plataforma/django_project/wsgi.py'.
  158.             [Fri May 05 20:31:48.095297 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058] mod_wsgi (pid=46519): Exception occurred processing WSGI script '/home/scodasso/plataforma/django_project/wsgi.py'.
  159.             [Fri May 05 20:31:48.095549 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058] Traceback (most recent call last):
  160.             [Fri May 05 20:31:48.095646 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]   File "/home/scodasso/plataforma/django_project/wsgi.py", line 16, in <module>
  161.             [Fri May 05 20:31:48.095656 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]     application = get_wsgi_application()
  162.             [Fri May 05 20:31:48.095666 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/core/wsgi.py", line 12, in get_wsgi_application
  163.             [Fri May 05 20:31:48.095670 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]     django.setup(set_prefix=False)
  164.             [Fri May 05 20:31:48.095687 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
  165.             [Fri May 05 20:31:48.095719 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]     apps.populate(settings.INSTALLED_APPS)
  166.             [Fri May 05 20:31:48.095736 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]   File "/home/scodasso/plataforma/venv/lib/python3.8/site-packages/django/apps/registry.py", line 83, in populate
  167.             [Fri May 05 20:31:48.095739 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058]     raise RuntimeError("populate() isn't reentrant")
  168.             [Fri May 05 20:31:48.095770 2023] [wsgi:error] [pid 46519:tid 140404146288192] [remote 94.62.1.98:56058] RuntimeError: populate() isn't reentrant
  169.  
  170.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement