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

@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
<meta property="article:published_time" content="2019-03-01T12:16:30&#43;01:00"/>
<meta property="article:modified_time" content="2019-03-17T18:46:27&#43;02:00"/>
<meta property="article:modified_time" content="2019-03-17T19:13:53&#43;02:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2019"/>
@ -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": "1996",
"wordCount": "2061",
"datePublished": "2019-03-01T12:16:30&#43;01:00",
"dateModified": "2019-03-17T18:46:27&#43;02:00",
"dateModified": "2019-03-17T19:13:53&#43;02:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -505,6 +505,8 @@ java.util.EmptyStackException
<li>After restarting Tomcat, Solr was giving the &ldquo;Error opening new searcher&rdquo; error for all cores</li>
<li>I stopped Tomcat, added <code>ulimit -v unlimited</code> to the <code>catalina.sh</code> script and deleted all old locks in the DSpace <code>solr</code> directory and then DSpace started up normally</li>
<li>I&rsquo;m still not exactly sure why I see this error and if the <code>ulimit</code> trick actually helps, as the <code>tomcat7.service</code> has <code>LimitAS=infinity</code> anyways (and from checking the PID&rsquo;s limits file in <code>/proc</code> it seems to be applied)</li>
<li>Then I noticed that the item displays were blank&hellip; so I checked the database info and saw there were some unfinished migrations</li>
<li>I&rsquo;m not entirely sure if it&rsquo;s related, but I tried to delete the old migrations and then force running the ignored ones like when we upgraded to <a href="/cgspace-notes/2018-06/">DSpace 5.8 in 2018-06</a> and then after restarting Tomcat I could see the item displays again</li>
</ul></li>
</ul>