[ckan-dev] Kombu error after dist-upgrade

Isabel M. Ruiz Mellado isaruizmellado at gmail.com
Mon Apr 3 11:43:10 UTC 2017


Hi all (again).

I have solved.
I have install kombu 3.0.30.

Thanks !

On Mon, Apr 3, 2017 at 8:55 AM, Isabel M. Ruiz Mellado <
isaruizmellado at gmail.com> wrote:

> Hi all,
>
> After a "sudo apt-get dist-upgrade" my ubuntu now is on Ubuntu 16.04.2.
>
> I have restarted and now I get this error [1] which is seems to be related
> with ckanext-archiver and kombu.
>
> I have checked kombu version into my ckan environment and python shows me:
>
> >>> import kombu
> >>> kombu.__version__
> '2.1.3'
> >>>
>
> Can anyone help me?
>
>
> [1]
>
> [Mon Apr 03 08:28:20.458668 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248] mod_wsgi (pid=8517): Target
> WSGI script '/home/ckan/ckan/lib/default/bin/malaga.py' cannot be loaded
> as Python module.
> [Mon Apr 03 08:28:20.458826 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248] mod_wsgi (pid=8517): Exception
> occurred processing WSGI script '/home/ckan/ckan/lib/default/
> bin/malaga.py'.
> [Mon Apr 03 08:28:20.458911 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248] Traceback (most recent call
> last):
> [Mon Apr 03 08:28:20.458990 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/bin/malaga.py", line 11, in <module>
> [Mon Apr 03 08:28:20.459092 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     application =
> loadapp('config:%s' % config_filepath)
> [Mon Apr 03 08:28:20.459209 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 247, in loadapp
> [Mon Apr 03 08:28:20.459305 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return loadobj(APP, uri,
> name=name, **kw)
> [Mon Apr 03 08:28:20.459375 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 272, in loadobj
> [Mon Apr 03 08:28:20.459469 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return context.create()
> [Mon Apr 03 08:28:20.459538 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 710, in create
> [Mon Apr 03 08:28:20.459649 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return
> self.object_type.invoke(self)
> [Mon Apr 03 08:28:20.459717 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 146, in invoke
> [Mon Apr 03 08:28:20.459815 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return
> fix_call(context.object, context.global_conf, **context.local_conf)
> [Mon Apr 03 08:28:20.459885 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/util.py",
> line 55, in fix_call
> [Mon Apr 03 08:28:20.459989 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     val = callable(*args, **kw)
> [Mon Apr 03 08:28:20.460058 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/config/middleware/__init__.py", line 45, in
> make_app
> [Mon Apr 03 08:28:20.460193 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     load_environment(conf,
> app_conf)
> [Mon Apr 03 08:28:20.460277 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/config/environment.py", line 97, in
> load_environment
> [Mon Apr 03 08:28:20.460373 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     p.load_all()
> [Mon Apr 03 08:28:20.460446 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 139, in load_all
> [Mon Apr 03 08:28:20.460538 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     load(*plugins)
> [Mon Apr 03 08:28:20.460620 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 153, in load
> [Mon Apr 03 08:28:20.460699 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     service =
> _get_service(plugin)
> [Mon Apr 03 08:28:20.460778 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 255, in _get_service
> [Mon Apr 03 08:28:20.460872 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return
> plugin.load()(name=plugin_name)
> [Mon Apr 03 08:28:20.460953 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/pkg_resources/__init__.py",
> line 2339, in load
> [Mon Apr 03 08:28:20.461032 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     return self.resolve()
> [Mon Apr 03 08:28:20.461112 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/pkg_resources/__init__.py",
> line 2345, in resolve
> [Mon Apr 03 08:28:20.461211 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     module =
> __import__(self.module_name, fromlist=['__name__'], level=0)
> [Mon Apr 03 08:28:20.461301 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckanext_archiver-2.0.0-py2.7.egg/ckanext/archiver/plugin.py", line 10, in
> <module>
> [Mon Apr 03 08:28:20.461388 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from ckanext.archiver
> import lib
> [Mon Apr 03 08:28:20.461475 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckanext_archiver-2.0.0-py2.7.egg/ckanext/archiver/lib.py", line 6, in
> <module>
> [Mon Apr 03 08:28:20.461565 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from ckan.lib.celery_app
> import celery
> [Mon Apr 03 08:28:20.461650 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/lib/celery_app.py", line 16, in <module>
> [Mon Apr 03 08:28:20.461729 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     celery = Celery()
> [Mon Apr 03 08:28:20.461833 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/__init__.py",
> line 26, in Celery
> [Mon Apr 03 08:28:20.461917 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from .app import App
> [Mon Apr 03 08:28:20.462001 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/app/__init__.py",
> line 22, in <module>
> [Mon Apr 03 08:28:20.462088 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from ..utils import
> cached_property, instantiate
> [Mon Apr 03 08:28:20.462194 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/utils/__init__.py",
> line 31, in <module>
> [Mon Apr 03 08:28:20.462276 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from kombu.utils import
> cached_property, gen_unique_id  # noqa
> [Mon Apr 03 08:28:20.462360 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/kombu/utils/__init__.py",
> line 17, in <module>
> [Mon Apr 03 08:28:20.462437 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248]     from uuid import UUID,
> uuid4 as _uuid4, _uuid_generate_random
> [Mon Apr 03 08:28:20.462536 2017] [wsgi:error] [pid 8517:tid
> 139811436320512] [client 10.1.0.218:36248] ImportError: cannot import
> name _uuid_generate_random
> [Mon Apr 03 08:28:20.676780 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250] mod_wsgi (pid=8517): Target
> WSGI script '/home/ckan/ckan/lib/default/bin/malaga.py' cannot be loaded
> as Python module., referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.676924 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250] mod_wsgi (pid=8517): Exception
> occurred processing WSGI script '/home/ckan/ckan/lib/default/bin/malaga.py'.,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677039 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250] Traceback (most recent call
> last):, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677127 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/bin/malaga.py", line 11, in <module>,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677262 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     application =
> loadapp('config:%s' % config_filepath), referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677385 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 247, in loadapp, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677489 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return loadobj(APP, uri,
> name=name, **kw), referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677569 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 272, in loadobj, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677713 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return context.create(),
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677835 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 710, in create, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.677956 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return
> self.object_type.invoke(self), referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678035 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/loadwsgi.py",
> line 146, in invoke, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678125 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return
> fix_call(context.object, context.global_conf, **context.local_conf),
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678232 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/paste/deploy/util.py",
> line 55, in fix_call, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678358 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     val = callable(*args,
> **kw), referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678452 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/config/middleware/__init__.py", line 45, in
> make_app, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678580 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     load_environment(conf,
> app_conf), referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678664 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/config/environment.py", line 97, in
> load_environment, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678760 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     p.load_all(), referer:
> http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678863 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 139, in load_all,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.678953 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     load(*plugins), referer:
> http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679048 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 153, in load, referer:
> http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679137 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     service =
> _get_service(plugin), referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679225 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/plugins/core.py", line 255, in _get_service,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679320 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return
> plugin.load()(name=plugin_name), referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679421 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/pkg_resources/__init__.py",
> line 2339, in load, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679511 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     return self.resolve(),
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679609 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/pkg_resources/__init__.py",
> line 2345, in resolve, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679696 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     module =
> __import__(self.module_name, fromlist=['__name__'], level=0), referer:
> http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679788 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckanext_archiver-2.0.0-py2.7.egg/ckanext/archiver/plugin.py", line 10, in
> <module>, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679878 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from ckanext.archiver
> import lib, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.679965 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckanext_archiver-2.0.0-py2.7.egg/ckanext/archiver/lib.py", line 6, in
> <module>, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680054 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from ckan.lib.celery_app
> import celery, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680140 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/
> ckan-2.6.1-py2.7.egg/ckan/lib/celery_app.py", line 16, in <module>,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680230 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     celery = Celery(),
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680318 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/__init__.py",
> line 26, in Celery, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680407 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from .app import App,
> referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680493 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/app/__init__.py",
> line 22, in <module>, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680584 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from ..utils import
> cached_property, instantiate, referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680674 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/celery/utils/__init__.py",
> line 31, in <module>, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680772 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from kombu.utils import
> cached_property, gen_unique_id  # noqa, referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680868 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]   File
> "/home/ckan/ckan/lib/default/lib/python2.7/site-packages/kombu/utils/__init__.py",
> line 17, in <module>, referer: http://cdatosabiertos.aytomalaga.intranet/
> [Mon Apr 03 08:28:20.680967 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250]     from uuid import UUID,
> uuid4 as _uuid4, _uuid_generate_random, referer: http://cdatosabiertos.
> aytomalaga.intranet/
> [Mon Apr 03 08:28:20.681073 2017] [wsgi:error] [pid 8517:tid
> 139811427927808] [client 10.1.0.218:36250] ImportError: cannot import
> name _uuid_generate_random, referer: http://cdatosabiertos.
> aytomalaga.intranet/
>
>
> --
> Isabel M. Ruiz Mellado
> http://about.me/isabelruiz
>



-- 
Isabel M. Ruiz Mellado
http://about.me/isabelruiz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/ckan-dev/attachments/20170403/ab52b69d/attachment-0003.html>


More information about the ckan-dev mailing list