Update notes for 2019-03-17

This commit is contained in:
2019-03-17 19:38:29 +02:00
parent f5e4c457b4
commit 4372f23b5b
3 changed files with 12 additions and 8 deletions

View File

@ -320,5 +320,7 @@ java.util.EmptyStackException
- 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)
- Then I noticed that the item displays were blank... so I checked the database info and saw there were some unfinished migrations
- I'm not entirely sure if it's related, but I tried to delete the old migrations and then force running the ignored ones like when we upgraded to [DSpace 5.8 in 2018-06]({{< relref "2018-06.md" >}}) and then after restarting Tomcat I could see the item displays again
<!-- vim: set sw=2 ts=2: -->