Skip to content

Instantly share code, notes, and snippets.

@chasetb
Created July 4, 2015 18:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chasetb/3e867e455638cb0e932a to your computer and use it in GitHub Desktop.
Save chasetb/3e867e455638cb0e932a to your computer and use it in GitHub Desktop.
Apache error log showing errors when trying to access Sal on fresh install of Ubuntu 14 from Firefox on OS 10.10.4
[Sat Jul 04 12:04:36.233321 2015] [mpm_event:notice] [pid 2667:tid 139674885773184] AH00489: Apache/2.4.7 (Ubuntu) mod_wsgi/3.4 Python/2.7.6 configured -- resuming normal operations
[Sat Jul 04 12:04:36.233419 2015] [core:notice] [pid 2667:tid 139674885773184] AH00094: Command line: '/usr/sbin/apache2'
root@ubuntu:/usr/local/sal_env# cat /var/log/apache2/error.log
[Sat Jul 04 12:04:36.233321 2015] [mpm_event:notice] [pid 2667:tid 139674885773184] AH00489: Apache/2.4.7 (Ubuntu) mod_wsgi/3.4 Python/2.7.6 configured -- resuming normal operations
[Sat Jul 04 12:04:36.233419 2015] [core:notice] [pid 2667:tid 139674885773184] AH00094: Command line: '/usr/sbin/apache2'
[Sat Jul 04 12:04:41.601622 2015] [:error] [pid 2668:tid 139674748860160] No handlers could be found for logger "django.request"
[Sat Jul 04 12:04:41.601779 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] mod_wsgi (pid=2668): Exception occurred processing WSGI script '/usr/local/sal_env/sal/sal.wsgi'.
[Sat Jul 04 12:04:41.601804 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] Traceback (most recent call last):
[Sat Jul 04 12:04:41.601826 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 189, in __call__
[Sat Jul 04 12:04:41.602008 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] response = self.get_response(request)
[Sat Jul 04 12:04:41.602027 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/core/handlers/base.py", line 218, in get_response
[Sat Jul 04 12:04:41.602119 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] response = self.handle_uncaught_exception(request, resolver, sys.exc_info())
[Sat Jul 04 12:04:41.602132 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/core/handlers/base.py", line 264, in handle_uncaught_exception
[Sat Jul 04 12:04:41.602151 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] if resolver.urlconf_module is None:
[Sat Jul 04 12:04:41.602162 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/core/urlresolvers.py", line 396, in urlconf_module
[Sat Jul 04 12:04:41.602308 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] self._urlconf_module = import_module(self.urlconf_name)
[Sat Jul 04 12:04:41.602321 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
[Sat Jul 04 12:04:41.602372 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] __import__(name)
[Sat Jul 04 12:04:41.602384 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/sal/sal/urls.py", line 7, in <module>
[Sat Jul 04 12:04:41.602429 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] admin.autodiscover()
[Sat Jul 04 12:04:41.602441 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/contrib/admin/__init__.py", line 24, in autodiscover
[Sat Jul 04 12:04:41.602485 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] autodiscover_modules('admin', register_to=site)
[Sat Jul 04 12:04:41.602500 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/utils/module_loading.py", line 67, in autodiscover_modules
[Sat Jul 04 12:04:41.602560 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] for app_config in apps.get_app_configs():
[Sat Jul 04 12:04:41.602576 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/apps/registry.py", line 137, in get_app_configs
[Sat Jul 04 12:04:41.602690 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] self.check_apps_ready()
[Sat Jul 04 12:04:41.602703 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] File "/usr/local/sal_env/lib/python2.7/site-packages/django/apps/registry.py", line 124, in check_apps_ready
[Sat Jul 04 12:04:41.602731 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] raise AppRegistryNotReady("Apps aren't loaded yet.")
[Sat Jul 04 12:04:41.602753 2015] [:error] [pid 2668:tid 139674748860160] [remote 10.0.10.3:59543] AppRegistryNotReady: Apps aren't loaded yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment