okfn / ckanext-pdeu

Custom CKAN Extension for PublicData.eu
9 stars 4 forks source link

404 on /harvest #83

Closed sandervdwaal closed 10 years ago

sandervdwaal commented 10 years ago

I get consistent 404s on publicdata.eu/harvest. It's a publicdata.eu with the message '404 Not Found / The resource could not be found.'

This happened in the past but a refresh often resulted in the correct page. Now I only get this 404.

joetsoi commented 10 years ago

It's difficult to replicate this on the staging site, I dumped live database to staging last night. Judging by the lack of message (e.g http://publicdata.eu/dataset/dkfjsdf gives "Dataset not found"). It's probably having difficulty in some threads recognizing that the harvest plugin is installed.

I've removed all the harvest plugins, restarted the webserver and slowly added them back in one by one in the production.ini config file. This has stopped 404s for me at the moment, but as the problem is intermittent, I will have to monitor over the coming week.

joetsoi commented 10 years ago

https://github.com/ckan/ckan/pull/1397 fixes this.