Advertisement
Guest User

CKAN_error_log2

a guest
Jun 28th, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] mod_wsgi (pid=1171): Target WSGI script '/etc/ckan/default/apache.wsgi' cannot be loaded as Python module.
  2. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] mod_wsgi (pid=1171): Exception occurred processing WSGI script '/etc/ckan/default/apache.wsgi'.
  3. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] Traceback (most recent call last):
  4. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/etc/ckan/default/apache.wsgi", line 9, in <module>
  5. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] application = loadapp('config:%s' % config_filepath)
  6. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 247, in loadapp
  7. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] return loadobj(APP, uri, name=name, **kw)
  8. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 271, in loadobj
  9. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] global_conf=global_conf)
  10. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  11. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] global_conf=global_conf)
  12. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 320, in _loadconfig
  13. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] return loader.get_context(object_type, name, global_conf)
  14. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 454, in get_context
  15. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] section)
  16. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 476, in _context_from_use
  17. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] object_type, name=use, global_conf=global_conf)
  18. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 406, in get_context
  19. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] global_conf=global_conf)
  20. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 296, in loadcontext
  21. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] global_conf=global_conf)
  22. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 328, in _loadegg
  23. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] return loader.get_context(object_type, name, global_conf)
  24. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 620, in get_context
  25. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] object_type, name=name)
  26. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py", line 646, in find_egg_entry_point
  27. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] possible.append((entry.load(), protocol, entry.name))
  28. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg/pkg_resources.py", line 1989, in load
  29. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  30. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/ckan/default/src/ckan/ckan/config/middleware.py", line 5, in <module>
  31. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] import json
  32. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/python2.7/json/__init__.py", line 108, in <module>
  33. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] from .decoder import JSONDecoder
  34. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] File "/usr/lib/python2.7/json/decoder.py", line 7, in <module>
  35. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] from json import scanner
  36. [Fri Jun 28 17:18:25 2013] [error] [client x.x.x.x] ImportError: cannot import name scanner
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement