diff --git a/content/posts/2019-03.md b/content/posts/2019-03.md index 4a7dacdb1..1bef6a2fa 100644 --- a/content/posts/2019-03.md +++ b/content/posts/2019-03.md @@ -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) diff --git a/docs/2019-03/index.html b/docs/2019-03/index.html index f38a7d269..2ebe44380 100644 --- a/docs/2019-03/index.html +++ b/docs/2019-03/index.html @@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca - + @@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca "@type": "BlogPosting", "headline": "March, 2019", "url": "https://alanorth.github.io/cgspace-notes/2019-03/", - "wordCount": "1917", + "wordCount": "1996", "datePublished": "2019-03-01T12:16:30+01:00", - "dateModified": "2019-03-17T17:43:06+02:00", + "dateModified": "2019-03-17T18:46:27+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -499,7 +499,13 @@ java.util.EmptyStackException
5_x-prod
branch and reboot the serverulimit -v unlimited
to the catalina.sh
script and deleted all old locks in the DSpace solr
directory and then DSpace started up normallyulimit
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)