From 9d5c1a6e13dba2352544564a136d8dba251c1d07 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 15 Sep 2019 17:29:48 +0300 Subject: [PATCH] Add notes for 2019-09-15 --- content/posts/2019-09.md | 55 ++++++++++++++++++++++++++++++ docs/2019-09/index.html | 72 ++++++++++++++++++++++++++++++++++++++-- docs/sitemap.xml | 10 +++--- 3 files changed, 129 insertions(+), 8 deletions(-) diff --git a/content/posts/2019-09.md b/content/posts/2019-09.md index bda74d8b0..522eb09ca 100644 --- a/content/posts/2019-09.md +++ b/content/posts/2019-09.md @@ -97,4 +97,59 @@ Mozilla/5.0 ((Windows; U; Windows NT 6.1; fr; rv:1.9.2) Gecko/20100115 Firefox/3 - Deploy [PostgreSQL JDBC driver](https://jdbc.postgresql.org/) version 42.2.7 on DSpace Test and update the [Ansible infrastructure scripts](https://github.com/ilri/rmg-ansible-public) +## 2019-09-15 + +- Deploy Bioversity ORCID identifier updates to CGSpace +- Deploy PostgreSQL JDBC driver 42.2.7 on CGSpace +- Run system updates on CGSpace (linode18) and restart the server + - After restarting the system Tomcat came back up, but not all Solr statistics cores were loaded + - I had to restart Tomcat one more time until the cores were loaded (verified in the Solr admin) +- Update nginx TLS cipher suite to the latest [Mozilla intermediate recommendations for nginx 1.16.0 and openssl 1.0.2](https://ssl-config.mozilla.org/#server=nginx&server-version=1.16.1&config=intermediate&openssl-version=1.0.2g) + - DSpace Test (linode19) is running Ubuntu 18.04 with nginx 1.17.x and openssl 1.1.1 so it can even use TLS v1.3 if we override the nginx ssl protocol in its host vars +- XMLUI item view pages are blank on CGSpace right now + - Like earliert this year, I see the following error in the Cocoon log while browsing: + +``` +2019-09-15 15:32:18,137 WARN org.apache.cocoon.components.xslt.TraxErrorListener - Can not load requested doc: unknown protocol: cocoon at jndi:/localhost/themes/CIAT/xsl/../../0_CGIAR/xsl//aspect/artifactbrowser/common.xsl:141:90 +``` + +- Around the same time I see the following in the DSpace log: + +``` +2019-09-15 15:32:18,079 INFO org.dspace.usage.LoggerUsageEventListener @ aorth@blah:session_id=A11C362A7127004C24E77198AF9E4418:ip_addr=x.x.x.x:view_item:handle=10568/103644 +2019-09-15 15:32:18,135 WARN org.dspace.core.PluginManager @ Cannot find named plugin for interface=org.dspace.content.crosswalk.DisseminationCrosswalk, name="METSRIGHTS" +``` + +- I see a lot of these errors today, but not earlier this month: + +``` +# grep -c 'Cannot find named plugin' dspace.log.2019-09-* +dspace.log.2019-09-01:0 +dspace.log.2019-09-02:0 +dspace.log.2019-09-03:0 +dspace.log.2019-09-04:0 +dspace.log.2019-09-05:0 +dspace.log.2019-09-06:0 +dspace.log.2019-09-07:0 +dspace.log.2019-09-08:0 +dspace.log.2019-09-09:0 +dspace.log.2019-09-10:0 +dspace.log.2019-09-11:0 +dspace.log.2019-09-12:0 +dspace.log.2019-09-13:0 +dspace.log.2019-09-14:0 +dspace.log.2019-09-15:808 +``` + +- Something must have happened when I restarted Tomcat a few hours ago, because earlier in the DSpace log I see a bunch of errors like this: + +``` +2019-09-15 13:59:24,136 ERROR org.dspace.core.PluginManager @ Name collision in named plugin, implementation class="org.dspace.content.crosswalk.METSRightsCrosswalk", name="METSRIGHTS" +2019-09-15 13:59:24,136 ERROR org.dspace.core.PluginManager @ Name collision in named plugin, implementation class="org.dspace.content.crosswalk.OREDisseminationCrosswalk", name="ore" +2019-09-15 13:59:24,136 ERROR org.dspace.core.PluginManager @ Name collision in named plugin, implementation class="org.dspace.content.crosswalk.DIMDisseminationCrosswalk", name="dim" +``` + +- I restarted Tomcat and the item views came back, but then the Solr statistics cores didn't all load properly + - After restarting Tomcat once again, both the item views and the Solr statistics cores all came back OK + diff --git a/docs/2019-09/index.html b/docs/2019-09/index.html index 4a33f4f9c..d67d4661d 100644 --- a/docs/2019-09/index.html +++ b/docs/2019-09/index.html @@ -40,7 +40,7 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: - + @@ -85,9 +85,9 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning: "@type": "BlogPosting", "headline": "September, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-09\/", - "wordCount": "685", + "wordCount": "1000", "datePublished": "2019-09-01T10:17:51\x2b03:00", - "dateModified": "2019-09-10T17:20:42\x2b03:00", + "dateModified": "2019-09-12T18:21:43\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -272,6 +272,72 @@ Here are the top ten IPs in the nginx XMLUI and REST/OAI logs this morning:
  • Deploy PostgreSQL JDBC driver version 42.2.7 on DSpace Test and update the Ansible infrastructure scripts
  • +

    2019-09-15

    + + + diff --git a/docs/sitemap.xml b/docs/sitemap.xml index 9e01e0141..736ecb686 100644 --- a/docs/sitemap.xml +++ b/docs/sitemap.xml @@ -4,27 +4,27 @@ https://alanorth.github.io/cgspace-notes/ - 2019-09-10T17:20:42+03:00 + 2019-09-12T18:21:43+03:00 https://alanorth.github.io/cgspace-notes/tags/notes/ - 2019-09-10T17:20:42+03:00 + 2019-09-12T18:21:43+03:00 https://alanorth.github.io/cgspace-notes/posts/ - 2019-09-10T17:20:42+03:00 + 2019-09-12T18:21:43+03:00 https://alanorth.github.io/cgspace-notes/2019-09/ - 2019-09-10T17:20:42+03:00 + 2019-09-12T18:21:43+03:00 https://alanorth.github.io/cgspace-notes/tags/ - 2019-09-10T17:20:42+03:00 + 2019-09-12T18:21:43+03:00