On Wed, 08 Apr 2015, Surendran Karippadath wrote:
> * 2015-04-06 17:47:02 -> IOError: [Errno 2] No such file or directory: '/opt/
> invenio/var/cache/collections/Policies and Plans-ln=en.html'

It looks is if a collection name containing spaces is not properly
escaped when looking for the cache file.  This could be similar to the
slash issue:

   https://github.com/inveniosoftware/invenio/issues/2902

However, the Invenio demo site contains a test collection called
`Multimedia & Arts`, for example, and the cache works well there.
I therefore wonder whether you have made any local customisations?

The first thing to check would be to force recreating the collection
cache:

   $ webcoll -u admin -f
   $ bibsched # run the task
   $ sudo systemctl restart apache2

and see whether the file well exists in the expected place?

   $ ls -l /opt/invenio/var/cache/collections/

Best regards
--
Tibor Simko

Reply via email to