[ckan-dev] No harvester for type csw?

Adrià Mercader adria.mercader at okfn.org
Tue Aug 26 09:34:43 UTC 2014


Hi Jessica,

I'm glad you got it working. Be aware that the process running the
harvest queues (that's probably supervisor on a production machine) is
a different one from the one the web app runs on. This means that if
you eg add some new plugin to the ini file you need to restart the
supervisor process as well for these changes to come up.
You can do this by running:

sudo supervisorctl restart all

I'm not sure if this was really the issue but it's worth keeping in mind.

Good luck!

Adrià


On 26 August 2014 08:48, Jessica Good <jessica.good at azgs.az.gov> wrote:
> This is fixed though I'm not entirely sure what fixed it - in case this
> benefits anyone else. It may have been simply a reordering of the plugins so
> the spatial extensions are loaded before the csw_harvester.
>
> On Aug 22, 2014 8:26 PM, "Jessica Good" <jessica.good at azgs.az.gov> wrote:
>>
>> I've set up a production site according to the "Installing CKAN from
>> package" docs and added some extensions. It all seems to be working
>> fine except that I'm getting the following error in
>> var/log/ckan/std/gather_consumer.log
>>
>> 2014-08-22 16:54:05,161 ERROR [ckanext.harvest.queue] No harvester
>> could be found for source type csw
>>
>> I've added csw_harvester to my plugins:
>>
>> ckan.plugins = stats text_preview recline_preview pdf_preview
>> datastore datapusher harvest ckan_harvester csw_harvester nrrc_client
>> spatial_metadata spatial_query disqus
>>
>> I've selected CSW Server in the Harvest admin. I've pushed the
>> Reharvest button. The CSW I'm trying to harvest from works fine on my
>> development server.
>>
>> The spatial extension seems to be at least partly working because I
>> can see the filter by location map on my search page.
>>
>> What am I forgetting? Any help would be great! Just this one small
>> issue and I'll have the production server running properly.
>> _______________________________________________
>> ckan-dev mailing list
>> ckan-dev at lists.okfn.org
>> https://lists.okfn.org/mailman/listinfo/ckan-dev
>> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>
>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>



More information about the ckan-dev mailing list