Add notes for 2019-08-18

This commit is contained in:
2019-08-18 23:07:48 +03:00
parent b381a0648c
commit 35125e6fd1
77 changed files with 120 additions and 94 deletions

View File

@ -27,7 +27,7 @@ Run system updates on DSpace Test (linode19) and reboot it
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-08/" />
<meta property="article:published_time" content="2019-08-03T12:39:51+03:00" />
<meta property="article:modified_time" content="2019-08-14T13:47:56+03:00" />
<meta property="article:modified_time" content="2019-08-16T17:10:11+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="August, 2019"/>
@ -49,7 +49,7 @@ After rebooting, all statistics cores were loaded&hellip; wow, that&rsquo;s luck
Run system updates on DSpace Test (linode19) and reboot it
"/>
<meta name="generator" content="Hugo 0.56.3" />
<meta name="generator" content="Hugo 0.57.2" />
@ -59,9 +59,9 @@ Run system updates on DSpace Test (linode19) and reboot it
"@type": "BlogPosting",
"headline": "August, 2019",
"url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-08\/",
"wordCount": "1453",
"wordCount": "1536",
"datePublished": "2019-08-03T12:39:51\x2b03:00",
"dateModified": "2019-08-14T13:47:56\x2b03:00",
"dateModified": "2019-08-16T17:10:11\x2b03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -382,6 +382,24 @@ $ dspace metadata-import -f /tmp/bioversity2.csv -e blah@blah.com
<li>Email Bioversity to let them know that the 1,427 records are on DSpace Test and that Abenet should look over them</li>
</ul>
<h2 id="2019-08-18">2019-08-18</h2>
<ul>
<li>Deploy latest <code>5_x-prod</code> branch on CGSpace (linode18), including the <a href="https://github.com/ilri/DSpace/pull/429">new CCAFS project tags</a></li>
<li>Deploy Tomcat 7.0.96 and PostgreSQL JDBC 42.2.6 driver on CGSpace (linde18)</li>
<li><p>After restarting Tomcat one of the Solr statistics cores failed to start up:</p>
<pre><code>statistics-2015: org.apache.solr.common.SolrException:org.apache.solr.common.SolrException: Error opening new searcher
</code></pre></li>
<li><p>I decided to run all system updates on the server and reboot it</p></li>
<li><p>After reboot the statistics-2018 core failed to load so I restarted <code>tomcat7</code> again</p></li>
<li><p>After this last restart all Solr cores seem to be up and running</p></li>
</ul>
<!-- vim: set sw=2 ts=2: -->