Skip to content

Instantly share code, notes, and snippets.

@ray65536
Created October 17, 2016 20:27
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 ray65536/8cda47c4e0d343dfdb94177efcf2ac47 to your computer and use it in GitHub Desktop.
Save ray65536/8cda47c4e0d343dfdb94177efcf2ac47 to your computer and use it in GitHub Desktop.
graphite web app wsgi error
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] mod_wsgi (pid=3735): Target WSGI script '/opt/graphite/conf/graphite.wsgi' cannot be loaded as Python module.
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] mod_wsgi (pid=3735): Exception occurred processing WSGI script '/opt/graphite/conf/graphite.wsgi'.
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] Traceback (most recent call last):
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/opt/graphite/conf/graphite.wsgi", line 4, in <module>
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] from graphite.wsgi import application
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/opt/graphite/webapp/graphite/wsgi.py", line 14, in <module>
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] application = get_wsgi_application()
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/usr/local/lib/python2.7/dist-packages/django/core/wsgi.py", line 13, in get_wsgi_application
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] django.setup()
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/usr/local/lib/python2.7/dist-packages/django/__init__.py", line 18, in setup
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] apps.populate(settings.INSTALLED_APPS)
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] File "/usr/local/lib/python2.7/dist-packages/django/apps/registry.py", line 78, in populate
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] raise RuntimeError("populate() isn't reentrant")
[Mon Oct 17 21:06:56 2016] [error] [client 192.168.122.1] RuntimeError: populate() isn't reentrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment