[ckan-discuss] CZ-CKAN: QA plugin, Celery issues

John Glover john.glover at okfn.org
Mon Jun 4 10:37:01 BST 2012


Hi Ondřej,

Can you let us know what version of the following packages you have
installed (by doing a 'pip freeze' or similar):

celery
kombu
kombu-sqlalchemy

I think the setup/requirements may need to be updated to list specific
kombu versions. If your installed versions differ from the following,
try these and see how you get on.

celery==2.4.5
kombu==1.5.1
kombu-sqlalchemy==1.1.0


Thanks,
John

On 3 June 2012 14:19, Ondřej Vadinský <ondrej.vadinsky at vse.cz> wrote:
> Hello,
>
> I've been trying to set up qa plugin on Czech CKAN on s057 server. So I
> installed archiver plugin and set up celery to be run by supervisor, as
> mention in respective helps on wiki. The issue is, that the Celery is not
> successfully run, it spawn lots of warnings in /var/log/celeryd-cz.log ending
> with:
> [2012-06-03 11:53:33,037: WARNING/MainProcess] _transport_cache[transport] =
> _get_transport_cls(transport)
> [2012-06-03 11:53:33,038: WARNING/MainProcess] File
> "/var/lib/ckan/cz/pyenv/lib/python2.6/site-
> packages/kombu/transport/__init__.py", line 76, in _get_transport_cls
> [2012-06-03 11:53:33,038: WARNING/MainProcess]
> __import__(transport_module_name)
> [2012-06-03 11:53:33,038: WARNING/MainProcess] File
> "/var/lib/ckan/cz/pyenv/lib/python2.6/site-
> packages/kombu/transport/sqlalchemy/__init__.py", line 10, in <module>
> [2012-06-03 11:53:33,038: WARNING/MainProcess] from kombu import virtual
> [2012-06-03 11:53:33,038: WARNING/MainProcess] ImportError
> [2012-06-03 11:53:33,038: WARNING/MainProcess] :
> [2012-06-03 11:53:33,038: WARNING/MainProcess] cannot import name virtual
> [2012-06-03 11:53:33,039: INFO/MainProcess] process shutting down
>
> The QA plugin then expectedly gives 500 when accessed with
> http://cz.ckan.net/qa
> What should I do to get it working?
>
> Thank you for help,
> Ondřej Vadinský
> _______________________________________________
> ckan-discuss mailing list
> ckan-discuss at lists.okfn.org
> http://lists.okfn.org/mailman/listinfo/ckan-discuss
>



More information about the ckan-discuss mailing list