Update notes for 2019-03-17

This commit is contained in:
2019-03-17 19:13:53 +02:00
parent 41d4e6ac68
commit f5e4c457b4
3 changed files with 18 additions and 9 deletions

View File

@ -317,5 +317,8 @@ java.util.EmptyStackException
- Create and merge pull request for the AGROVOC controlled list ([#415](https://github.com/ilri/DSpace/pull/415))
- Run all system updates on CGSpace (linode18) and re-deploy the `5_x-prod` branch and reboot the server
- Re-sync DSpace Test with a fresh database snapshot and assetstore from CGSpace
- After restarting Tomcat, Solr was giving the "Error opening new searcher" error for all cores
- I stopped Tomcat, added `ulimit -v unlimited` to the `catalina.sh` script and deleted all old locks in the DSpace `solr` directory and then DSpace started up normally
- I'm still not exactly sure why I see this error and if the `ulimit` trick actually helps, as the `tomcat7.service` has `LimitAS=infinity` anyways (and from checking the PID's limits file in `/proc` it seems to be applied)
<!-- vim: set sw=2 ts=2: -->