cgspace-notes/docs/2020-06/index.html

866 lines
48 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta property="og:title" content="June, 2020" />
<meta property="og:description" content="2020-06-01
I tried to run the AtomicStatisticsUpdateCLI CUA migration script on DSpace Test (linode26) again and it is still going very slowly and has tons of errors like I noticed yesterday
I sent Atmire the dspace.log from today and told them to log into the server to debug the process
In other news, I checked the statistics API on DSpace 6 and it&rsquo;s working
I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error:
" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2020-06/" />
<meta property="article:published_time" content="2020-06-01T13:55:39+03:00" />
<meta property="article:modified_time" content="2020-07-08T16:30:40+03:00" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="June, 2020"/>
<meta name="twitter:description" content="2020-06-01
I tried to run the AtomicStatisticsUpdateCLI CUA migration script on DSpace Test (linode26) again and it is still going very slowly and has tons of errors like I noticed yesterday
I sent Atmire the dspace.log from today and told them to log into the server to debug the process
In other news, I checked the statistics API on DSpace 6 and it&rsquo;s working
I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error:
"/>
<meta name="generator" content="Hugo 0.105.0">
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "June, 2020",
"url": "https://alanorth.github.io/cgspace-notes/2020-06/",
"wordCount": "4788",
"datePublished": "2020-06-01T13:55:39+03:00",
"dateModified": "2020-07-08T16:30:40+03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
},
"keywords": "Notes"
}
</script>
<link rel="canonical" href="https://alanorth.github.io/cgspace-notes/2020-06/">
<title>June, 2020 | CGSpace Notes</title>
<!-- combined, minified CSS -->
<link href="https://alanorth.github.io/cgspace-notes/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel="stylesheet" integrity="sha256-xrqAvFBmlVdkWr4F&#43;GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin="anonymous">
<!-- minified Font Awesome for SVG icons -->
<script defer src="https://alanorth.github.io/cgspace-notes/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity="sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz&#43;lcnA=" crossorigin="anonymous"></script>
<!-- RSS 2.0 feed -->
</head>
<body>
<div class="blog-masthead">
<div class="container">
<nav class="nav blog-nav">
<a class="nav-link " href="https://alanorth.github.io/cgspace-notes/">Home</a>
</nav>
</div>
</div>
<header class="blog-header">
<div class="container">
<h1 class="blog-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/" rel="home">CGSpace Notes</a></h1>
<p class="lead blog-description" dir="auto">Documenting day-to-day work on the <a href="https://cgspace.cgiar.org">CGSpace</a> repository.</p>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
<article class="blog-post">
<header>
<h2 class="blog-post-title" dir="auto"><a href="https://alanorth.github.io/cgspace-notes/2020-06/">June, 2020</a></h2>
<p class="blog-post-meta">
<time datetime="2020-06-01T13:55:39+03:00">Mon Jun 01, 2020</time>
in
<span class="fas fa-folder" aria-hidden="true"></span>&nbsp;<a href="/categories/notes/" rel="category tag">Notes</a>
</p>
</header>
<h2 id="2020-06-01">2020-06-01</h2>
<ul>
<li>I tried to run the <code>AtomicStatisticsUpdateCLI</code> CUA migration script on DSpace Test (linode26) again and it is still going very slowly and has tons of errors like I noticed yesterday
<ul>
<li>I sent Atmire the dspace.log from today and told them to log into the server to debug the process</li>
</ul>
</li>
<li>In other news, I checked the statistics API on DSpace 6 and it&rsquo;s working</li>
<li>I tried to build the OAI registry on the freshly migrated DSpace 6 on DSpace Test and I get an error:</li>
</ul>
<pre tabindex="0"><code>$ dspace oai import -c
OAI 2.0 manager action started
Loading @mire database changes for module MQM
Changes have been processed
Clearing index
Index cleared
Using full import.
Full import
java.lang.NullPointerException
at org.dspace.xoai.app.XOAI.willChangeStatus(XOAI.java:438)
at org.dspace.xoai.app.XOAI.index(XOAI.java:368)
at org.dspace.xoai.app.XOAI.index(XOAI.java:280)
at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:227)
at org.dspace.xoai.app.XOAI.index(XOAI.java:134)
at org.dspace.xoai.app.XOAI.main(XOAI.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
</code></pre><h2 id="2020-06-02">2020-06-02</h2>
<ul>
<li>I noticed that I was able to do a partial OAI import (ie, without <code>-c</code>)
<ul>
<li>Then I tried to clear the OAI Solr core and import, but I get the same error:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ curl http://localhost:8080/solr/oai/update -H &#34;Content-type: text/xml&#34; --data-binary &#39;&lt;delete&gt;&lt;query&gt;*:*&lt;/query&gt;&lt;/delete&gt;&#39;
$ curl http://localhost:8080/solr/oai/update -H &#34;Content-type: text/xml&#34; --data-binary &#39;&lt;commit /&gt;&#39;
$ ~/dspace63/bin/dspace oai import
OAI 2.0 manager action started
...
There are no indexed documents, using full import.
Full import
java.lang.NullPointerException
at org.dspace.xoai.app.XOAI.willChangeStatus(XOAI.java:438)
at org.dspace.xoai.app.XOAI.index(XOAI.java:368)
at org.dspace.xoai.app.XOAI.index(XOAI.java:280)
at org.dspace.xoai.app.XOAI.indexAll(XOAI.java:227)
at org.dspace.xoai.app.XOAI.index(XOAI.java:143)
at org.dspace.xoai.app.XOAI.main(XOAI.java:560)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.dspace.app.launcher.ScriptLauncher.runOneCommand(ScriptLauncher.java:229)
at org.dspace.app.launcher.ScriptLauncher.main(ScriptLauncher.java:81)
</code></pre><ul>
<li>I found a <a href="https://jira.lyrasis.org/browse/DS-4363">bug report on DSpace Jira</a> describing this issue affecting someone else running DSpace 6.3
<ul>
<li>They suspect it has to do with the item having some missing group names in its authorization policies</li>
<li>I added some debugging to <code>dspace-oai/src/main/java/org/dspace/xoai/app/XOAI.java</code> to print the Handle of the item that causes the crash and then I looked at its authorization policies</li>
<li>Indeed there are some blank group names:</li>
</ul>
</li>
</ul>
<p><img src="/cgspace-notes/2020/06/item-authorizations-dspace63.png" alt="Missing group names in DSpace 6.3 item authorization policy"></p>
<ul>
<li>The same item on CGSpace (DSpace 5.8) also has groups with no name:</li>
</ul>
<p><img src="/cgspace-notes/2020/06/item-authorizations-dspace58.png" alt="Missing group names in DSpace 5.8 item authorization policy"></p>
<ul>
<li>I added some debugging and found exactly where this happens
<ul>
<li>As it turns out we can just check if the group policy is null there and it allows the OAI import to proceed</li>
<li>Aaaaand as it turns out, this was fixed in <code>dspace-6_x</code> in 2018 after DSpace 6.3 was released (see <a href="https://jira.lyrasis.org/browse/DS-4019">DS-4019</a>), so that was a waste of three hours.</li>
<li>I cherry picked 150e83558103ed7f50e8f323b6407b9cbdf33717 into our current <code>6_x-dev-atmire-modules</code> branch</li>
</ul>
</li>
</ul>
<h2 id="2020-06-04">2020-06-04</h2>
<ul>
<li>Maria was asking about some items they are trying to map from the CGIAR Big Data collection into their Alliance of Bioversity and CIAT journal articles collection, but for some reason the items don&rsquo;t show up in the item mapper
<ul>
<li>The items don&rsquo;t even show up in the XMLUI Discover advanced search, and actually I don&rsquo;t even see any recent items on the recently submitted part of the collection (but the item pages exist of course)</li>
<li>Perhaps I need to try a full Discovery re-index:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ time chrt -i 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 125m37.423s
user 11m20.312s
sys 3m19.965s
</code></pre><ul>
<li>Still I don&rsquo;t see the item in XMLUI search or in the item mapper (and I made sure to clear the Cocoon cache)
<ul>
<li>I&rsquo;m starting to think it&rsquo;s something related to the database transaction issue&hellip;</li>
<li>I removed our custom JDBC driver from <code>/usr/local/apache-tomcat...</code> so that DSpace will use its own much older one, version 9.1-901-1.jdbc4</li>
<li>I ran all system updates on the server (linode18) and rebooted it</li>
<li>After it came back up I had to restart Tomcat five times before all Solr statistics cores came up properly</li>
<li>Unfortunately this means that the Tomcat JDBC pooling via JNDI doesn&rsquo;t work, so we&rsquo;re using only the 30 connections reserved for the DSpace CLI from DSpace&rsquo;s own internal pool</li>
<li>Perhaps our previous issues with the database pool from a few years ago will be less now that we have much more aggressive blocking and rate limiting of bots in nginx</li>
</ul>
</li>
<li>I will also import a fresh database snapshot from CGSpace and check if I can map the item in my local environment
<ul>
<li>After importing and forcing a full reindex locally I can see the item in search and in the item mapper</li>
</ul>
</li>
<li>Abenet sent another message about two users who are having issues with submission, and I see the number of locks in PostgreSQL has sky rocketed again as of a few days ago:</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_locks_ALL-week.png" alt="PostgreSQL locks week"></p>
<ul>
<li>As far as I can tell this started happening for the first time in April, connections and locks:</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_connections_ALL-year.png" alt="PostgreSQL connections year">
<img src="/cgspace-notes/2020/06/postgres_locks_ALL-year.png" alt="PostgreSQL locks year"></p>
<ul>
<li>I think I need to just leave this as is with the DSpace default JDBC driver for now, but perhaps I could also downgrade the Tomcat version (I deployed Tomcat 7.0.103 in March, so perhaps that&rsquo;s relevant)</li>
<li>Also, I&rsquo;ll start <em>another</em> full reindexing to see if the issue with mapping is somehow also resolved now that the database connections are working better
<ul>
<li>Perhaps related, but this one finished much faster:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ time chrt -i 0 ionice -c2 -n7 nice -n19 dspace index-discovery -b
real 101m41.195s
user 10m9.569s
sys 3m13.929s
</code></pre><ul>
<li>Unfortunately the item is still not showing up in the item mapper&hellip;</li>
<li>Something happened to AReS Explorer (linode20) so I ran all system updates and rebooted it</li>
</ul>
<h2 id="2020-06-07">2020-06-07</h2>
<ul>
<li>Peter said he was annoyed with a CSV export from CGSpace because of the different <code>text_lang</code> attributes and asked if we can fix it</li>
<li>The last time I normalized these was in 2019-06, and currently it looks like this:</li>
</ul>
<pre tabindex="0"><code>dspace=# SELECT DISTINCT text_lang, count(text_lang) FROM metadatavalue WHERE resource_type_id=2 GROUP BY text_lang ORDER BY count DESC;
text_lang | count
-------------+---------
en_US | 2158377
en | 149540
| 49206
es_ES | 18
fr | 4
Peer Review | 1
| 0
(7 rows)
</code></pre><ul>
<li>In theory we can have different languages for metadata fields but in practice we don&rsquo;t do that, so we might as well normalize everything to &ldquo;en_US&rdquo; (and perhaps I should make a curation task to do this)</li>
<li>For now I will do it manually on CGSpace and DSpace Test:</li>
</ul>
<pre tabindex="0"><code>dspace=# UPDATE metadatavalue SET text_lang=&#39;en_US&#39; WHERE resource_type_id=2;
UPDATE 2414738
</code></pre><ul>
<li>Note: DSpace Test doesn&rsquo;t have the <code>resource_type_id</code> column because it&rsquo;s running DSpace 6 and <a href="https://wiki.lyrasis.org/display/DSPACE/DSpace+Service+based+api">the schema changed to use an object model there</a>
<ul>
<li>We need to use this on DSpace 6:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>dspace=# UPDATE metadatavalue SET text_lang=&#39;en_US&#39; WHERE dspace_object_id IN (SELECT uuid FROM item);
</code></pre><ul>
<li>Peter asked if it was possible to find all ILRI items that have &ldquo;zoonoses&rdquo; or &ldquo;zoonotic&rdquo; in their titles and check if they have the ILRI subject &ldquo;ZOONOTIC DISEASES&rdquo; (and add it if not)
<ul>
<li>Unfortunately the only way we have currently would be to export the entire ILRI community as a CSV and filter/edit it in OpenRefine</li>
</ul>
</li>
</ul>
<h2 id="2020-06-08">2020-06-08</h2>
<ul>
<li>I manually mapped the two Big Data items that Maria had asked about last week by exporting their metadata to CSV and re-importing it
<ul>
<li>I still need to look into the underlying issue there, seems to be something in Solr</li>
<li>Something strang is that, when I search for part of the title in Discovery I get 2,000 results on CGSpace, while on my local DSpace 5.8 environment I get 2!</li>
</ul>
</li>
</ul>
<p><img src="/cgspace-notes/2020/06/cgspace-discovery-search.png" alt="CGSpace Discovery search results"></p>
<p><img src="/cgspace-notes/2020/06/localhost-discovery-search.png" alt="CGSpace Discovery search results"></p>
<ul>
<li>On DSpace Test, which is currently running DSpace 6, I get 2,000 results but the top one is the correct match and the item does show up in the item mapper
<ul>
<li>Interestingly, if I search directly in the Solr <code>search</code> core on CGSpace with a query like <code>handle:10568/108315</code> I don&rsquo;t see the item, but on my local Solr I see them!</li>
</ul>
</li>
<li>Peter asked if it was easy for me to add ILRI subject &ldquo;ZOONOTIC DISEASES&rdquo; to any items in the ILRI community that had &ldquo;zoonotic&rdquo; or &ldquo;zoonoses&rdquo; in their title, but were missing the ILRI subject
<ul>
<li>I exported the ILRI community metadata, cut the three fields I needed, and then filtered and edited the CSV in OpenRefine:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ dspace metadata-export -i 10568/1 -f /tmp/2020-06-08-ILRI.csv
$ csvcut -c &#39;id,cg.subject.ilri[en_US],dc.title[en_US]&#39; ~/Downloads/2020-06-08-ILRI.csv &gt; /tmp/ilri.csv
</code></pre><ul>
<li>Moayad asked why he&rsquo;s getting HTTP 500 errors on CGSpace
<ul>
<li>I looked in the Nginx logs and I see some HTTP 500 responses, but nothing in nginx&rsquo;s error.log</li>
<li>Looking in Tomcat&rsquo;s log I see there are many:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code># journalctl --since=today -u tomcat7 | grep -c &#39;Internal Server Error&#39;
482
</code></pre><ul>
<li>They are all related to the REST API, like:</li>
</ul>
<pre tabindex="0"><code>Jun 07 02:00:27 linode18 tomcat7[6286]: SEVERE: Mapped exception to response: 500 (Internal Server Error)
Jun 07 02:00:27 linode18 tomcat7[6286]: javax.ws.rs.WebApplicationException
Jun 07 02:00:27 linode18 tomcat7[6286]: at org.dspace.rest.Resource.processException(Resource.java:151)
Jun 07 02:00:27 linode18 tomcat7[6286]: at org.dspace.rest.ItemsResource.getItems(ItemsResource.java:195)
Jun 07 02:00:27 linode18 tomcat7[6286]: at sun.reflect.GeneratedMethodAccessor548.invoke(Unknown Source)
Jun 07 02:00:27 linode18 tomcat7[6286]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jun 07 02:00:27 linode18 tomcat7[6286]: at java.lang.reflect.Method.invoke(Method.java:498)
Jun 07 02:00:27 linode18 tomcat7[6286]: at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60)
...
</code></pre><ul>
<li>And:</li>
</ul>
<pre tabindex="0"><code>Jun 08 09:28:29 linode18 tomcat7[6286]: SEVERE: Mapped exception to response: 500 (Internal Server Error)
Jun 08 09:28:29 linode18 tomcat7[6286]: javax.ws.rs.WebApplicationException
Jun 08 09:28:29 linode18 tomcat7[6286]: at org.dspace.rest.Resource.processFinally(Resource.java:169)
Jun 08 09:28:29 linode18 tomcat7[6286]: at org.dspace.rest.HandleResource.getObject(HandleResource.java:81)
Jun 08 09:28:29 linode18 tomcat7[6286]: at sun.reflect.GeneratedMethodAccessor360.invoke(Unknown Source)
Jun 08 09:28:29 linode18 tomcat7[6286]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jun 08 09:28:29 linode18 tomcat7[6286]: at java.lang.reflect.Method.invoke(Method.java:498)
</code></pre><ul>
<li>And:</li>
</ul>
<pre tabindex="0"><code>Jun 06 08:19:54 linode18 tomcat7[6286]: SEVERE: Mapped exception to response: 500 (Internal Server Error)
Jun 06 08:19:54 linode18 tomcat7[6286]: javax.ws.rs.WebApplicationException
Jun 06 08:19:54 linode18 tomcat7[6286]: at org.dspace.rest.Resource.processException(Resource.java:151)
Jun 06 08:19:54 linode18 tomcat7[6286]: at org.dspace.rest.CollectionsResource.getCollectionItems(CollectionsResource.java:289)
Jun 06 08:19:54 linode18 tomcat7[6286]: at sun.reflect.GeneratedMethodAccessor598.invoke(Unknown Source)
Jun 06 08:19:54 linode18 tomcat7[6286]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Jun 06 08:19:54 linode18 tomcat7[6286]: at java.lang.reflect.Method.invoke(Method.java:498)
</code></pre><ul>
<li>Looking back, I see ~800 of these errors since I changed the database configuration last week:</li>
</ul>
<pre tabindex="0"><code># journalctl --since=2020-06-04 --until=today -u tomcat7 | grep -c &#39;javax.ws.rs.WebApplicationException&#39;
795
</code></pre><ul>
<li>And only ~280 in the entire month before that&hellip;</li>
</ul>
<pre tabindex="0"><code># journalctl --since=2020-05-01 --until=2020-06-04 -u tomcat7 | grep -c &#39;javax.ws.rs.WebApplicationException&#39;
286
</code></pre><ul>
<li>So it seems to be related to the database, perhaps that there are less connections in the pool?
<ul>
<li>&hellip; and on that note, working without the JDBC driver and DSpace&rsquo;s built-in connection pool since 2020-06-04 hasn&rsquo;t actually solved anything, the issue with locks and idle in transaction connections is creeping up again!</li>
</ul>
</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_connections_ALL-day2.png" alt="PostgreSQL connections day">
<img src="/cgspace-notes/2020/06/postgres_connections_ALL-week2.png" alt="PostgreSQL connections week"></p>
<ul>
<li>It seems to have started today around 10:00 AM&hellip; I need to pore over the logs to see if there is a correlation
<ul>
<li>I think there is some kind of attack going on because I see a bunch of requests for sequential Handles from a similar IP range in a datacenter in Sweden where the user <em>does not</em> re-use their DSpace <code>session_id</code></li>
<li>Looking in the nginx logs I see most (all?) of these requests are using the following user agent:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36
</code></pre><ul>
<li>Looking at the nginx access logs I see that, other than something that seems like Google Feedburner, all hosts using this user agent are all in Sweden!</li>
</ul>
<pre tabindex="0"><code># zcat --force /var/log/nginx/access.log /var/log/nginx/access.log.1 /var/log/nginx/access.log.*.gz | grep &#39;Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36&#39; | grep -v &#39;/feed&#39; | awk &#39;{print $1}&#39; | sort | uniq -c | sort -n
1624 192.36.136.246
1627 192.36.241.95
1629 192.165.45.204
1636 192.36.119.28
1641 192.36.217.7
1648 192.121.146.160
1648 192.36.23.35
1651 192.36.109.94
1659 192.36.24.93
1665 192.36.154.13
1679 192.36.137.125
1682 192.176.249.42
1682 192.36.166.120
1683 192.36.172.86
1683 192.36.198.145
1689 192.36.226.212
1702 192.121.136.49
1704 192.36.207.54
1740 192.36.121.98
1774 192.36.173.93
</code></pre><ul>
<li>The earliest I see any of these hosts is 2020-06-05 (three days ago)</li>
<li>I will purge them from the Solr statistics and add them to abusive IPs ipset in the Ansible deployment scripts</li>
</ul>
<pre tabindex="0"><code>$ ./check-spider-ip-hits.sh -f /tmp/ips -s statistics -p
Purging 1423 hits from 192.36.136.246 in statistics
Purging 1387 hits from 192.36.241.95 in statistics
Purging 1398 hits from 192.165.45.204 in statistics
Purging 1413 hits from 192.36.119.28 in statistics
Purging 1418 hits from 192.36.217.7 in statistics
Purging 1418 hits from 192.121.146.160 in statistics
Purging 1416 hits from 192.36.23.35 in statistics
Purging 1449 hits from 192.36.109.94 in statistics
Purging 1440 hits from 192.36.24.93 in statistics
Purging 1465 hits from 192.36.154.13 in statistics
Purging 1447 hits from 192.36.137.125 in statistics
Purging 1453 hits from 192.176.249.42 in statistics
Purging 1462 hits from 192.36.166.120 in statistics
Purging 1499 hits from 192.36.172.86 in statistics
Purging 1457 hits from 192.36.198.145 in statistics
Purging 1467 hits from 192.36.226.212 in statistics
Purging 1489 hits from 192.121.136.49 in statistics
Purging 1478 hits from 192.36.207.54 in statistics
Purging 1502 hits from 192.36.121.98 in statistics
Purging 1544 hits from 192.36.173.93 in statistics
Total number of bot hits purged: 29025
</code></pre><ul>
<li>Skype with Enrico, Moayad, Jane, Peter, and Abenet to see the latest OpenRXV/AReS developments
<ul>
<li>One thing Enrico mentioned to me during the call was that they had issues with Altmetric&rsquo;s user agents, and he said they are apparently using <code>Altmetribot</code> and <code>Postgenomic V2</code></li>
<li>I looked in our logs and indeed we have those, so I will add them to the nginx rate limit bypass</li>
<li>I checked the Solr stats and it seems there are only a few thousand in 2016 and a few hundred in other years so I won&rsquo;t bother adding it to the DSpace robot user agents list</li>
</ul>
</li>
<li>Atmire sent an updated pull request for the Font Awesome 5 update for CUA (<a href="https://github.com/ilri/DSpace/pull/445">#445</a>) so I filed feedback on <a href="https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=706">their tracker</a></li>
</ul>
<h2 id="2020-06-09">2020-06-09</h2>
<ul>
<li>I&rsquo;m still thinking about the issue with PostgreSQL &ldquo;idle in transaction&rdquo; and &ldquo;waiting for lock&rdquo; connections
<ul>
<li>As far as I can see from the Munin graphs this issue started in late April or early May</li>
<li>I don&rsquo;t see any PostgreSQL updates around then, though I did update Tomcat to version 7.0.103 in March</li>
<li>I will try to downgrade Tomcat to 7.0.99, which was the version I was using until early February, before we had seen any issues</li>
<li>Also, I will use the PostgreSQL JDBC driver version 42.2.9, which is what we were using back then as well</li>
<li>After deploying Tomcat 7.0.99 I had to restart Tomcat three times before all the Solr statistics cores came up OK</li>
</ul>
</li>
<li>Well look at that, the &ldquo;idle in transaction&rdquo; and locking issues started in April on DSpace Test too&hellip;</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_connections_ALL-day2.png" alt="PostgreSQL connections year DSpace Test"></p>
<h2 id="2020-06-13">2020-06-13</h2>
<ul>
<li>Atmire sent some questions about DSpace Test related to our ongoing CUA indexing issue
<ul>
<li>I had to clarify a few build steps and directories on the test server</li>
</ul>
</li>
<li>I notice that the PostgreSQL connection issues have not come back since 2020-06-09 when I downgraded Tomcat to 7.0.99&hellip; fingers crossed that it was something related to that!
<ul>
<li>On that note I notice that the AReS explorer is still not harvesting CGSpace properly&hellip;</li>
<li>I looked at the REST API logs on CGSpace (linode18) and saw that the AReS harvester is being denied due to not having a user agent, oops:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>172.104.229.92 - - [13/Jun/2020:02:00:00 +0200] &#34;GET /rest/items?expand=metadata,bitstreams,parentCommunityList&amp;limit=50&amp;offset=0 HTTP/1.1&#34; 403 260 &#34;-&#34; &#34;-&#34;
</code></pre><ul>
<li>I created an nginx map based on the host&rsquo;s IP address that sets a temporary user agent (ua) and then changed the conditional in the REST API location block so that it checks this mapped ua instead of the default one
<ul>
<li>That should allow AReS to harvest for now until they update their user agent</li>
<li>I restarted the AReS server&rsquo;s docker containers with <code>docker-compose down</code> and <code>docker-compose up -d</code> and the next day I saw CGSpace was in AReS again finally</li>
</ul>
</li>
</ul>
<h2 id="2020-06-14">2020-06-14</h2>
<ul>
<li>Abenet asked for a list of authors from CIP&rsquo;s community so that Gabriela can make some corrections
<ul>
<li>I generated a list of collections in CIPs two communities using the REST API:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ curl -s &#39;https://cgspace.cgiar.org/rest/handle/10568/51671?expand=collections&#39; &#39;https://cgspace.cgiar.org/rest/handle/10568/89346?expand=collections&#39; | grep -oE &#39;10568/[0-9]+&#39; | sort | uniq &gt; /tmp/cip-collections.txt
</code></pre><ul>
<li>Then I formatted it into a SQL query and exported a CSV:</li>
</ul>
<pre tabindex="0"><code>dspace=# \COPY (SELECT DISTINCT text_value AS author, COUNT(*) FROM metadatavalue WHERE metadata_field_id = (SELECT metadata_field_id FROM metadatafieldregistry WHERE element = &#39;contributor&#39; AND qualifier = &#39;author&#39;) AND resource_type_id = 2 AND resource_id IN (SELECT item_id FROM collection2item WHERE collection_id IN (SELECT resource_id FROM hANDle WHERE hANDle IN (&#39;10568/100533&#39;, &#39;10568/100653&#39;, &#39;10568/101955&#39;, &#39;10568/106580&#39;, &#39;10568/108469&#39;, &#39;10568/51671&#39;, &#39;10568/53085&#39;, &#39;10568/53086&#39;, &#39;10568/53087&#39;, &#39;10568/53088&#39;, &#39;10568/53089&#39;, &#39;10568/53090&#39;, &#39;10568/53091&#39;, &#39;10568/53092&#39;, &#39;10568/53093&#39;, &#39;10568/53094&#39;, &#39;10568/64874&#39;, &#39;10568/69069&#39;, &#39;10568/70150&#39;, &#39;10568/88229&#39;, &#39;10568/89346&#39;, &#39;10568/89347&#39;, &#39;10568/99301&#39;, &#39;10568/99302&#39;, &#39;10568/99303&#39;, &#39;10568/99304&#39;, &#39;10568/99428&#39;))) GROUP BY text_value ORDER BY count DESC) TO /tmp/cip-authors.csv WITH CSV;
COPY 3917
</code></pre><h2 id="2020-06-15">2020-06-15</h2>
<ul>
<li>Macaroni Bros emailed me to say that they are having issues with thumbnail links on the REST API
<ul>
<li>For some reason all the bitstream <code>retrieveLink</code> links are wrong because they use <code>/bitstreams/</code> instead of <code>/rest/bitstreams/</code>, which leads to an HTTP 404</li>
<li>I looked on DSpace Test, which is running DSpace 6 dev branch right now, and the links are OK there!</li>
<li>Looks like someone <a href="https://jira.lyrasis.org/browse/DS-3193">reported this issue on DSpace 6</a></li>
<li>Other large DSpace 5 sites have this same issue: <a href="https://openknowledge.worldbank.org/handle/10986/30568">https://openknowledge.worldbank.org/handle/10986/30568</a></li>
<li>I can&rsquo;t believe nobody ever noticed this before&hellip;</li>
<li>I tried to port the patch from DS-3193 to DSpace 5.x and it builds, but causes an HTTP 500 Internal Server error when generating bitstream links</li>
<li>Well the correct URL should have <code>/rest/</code> anyways, and that&rsquo;s how the URLs are in DSpace 6 anyways, so I will tell Macaroni to just make sure that those links use <code>/rest/</code></li>
</ul>
</li>
</ul>
<h2 id="2020-06-16">2020-06-16</h2>
<ul>
<li>Looks like the PostgreSQL connection/lock issue might be fixed because it&rsquo;s been six days with no reoccurrence:</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_connections_ALL-week3.png" alt="PostgreSQL connections week"></p>
<ul>
<li>And CGSpace is being harvested successfully by AReS every day still</li>
<li>Fix some CIP subjects that had two different styles of dashes, causing them to show up differently in Discovery
<ul>
<li><code>SWEETPOTATO AGRIFOOD SYSTEMS</code><code>SWEETPOTATO AGRI-FOOD SYSTEMS</code></li>
<li><code>POTATO AGRIFOOD SYSTEMS</code><code>POTATO AGRI-FOOD SYSTEMS</code></li>
</ul>
</li>
<li>They also asked me to update <code>INCLUSIVE VALUE CHAINS</code> to <code>INCLUSIVE GROWTH</code>, both in the existing items on CGSpace and the submission form</li>
</ul>
<h2 id="2020-06-18">2020-06-18</h2>
<ul>
<li>I guess Atmire fixed the CUA download issue after updating the version for Font Awesome 5, but now I get an error during ant update
<ul>
<li>I tried to remove the <code>config/spring</code> directory, but it still fails</li>
<li>The same issue happens on my local environment and on the DSpace Test server</li>
<li>I raised the issue with Atmire</li>
</ul>
</li>
</ul>
<h2 id="2020-06-21">2020-06-21</h2>
<ul>
<li>The PostgreSQL connections and locks still look OK on both CGSpace (linode18) and DSpace Test (linode26) after ten days or so
<ul>
<li>I decided to upgrade the JDBC driver on DSpace Test from 42.2.9 to 42.2.14 to leave it for a few weeks and see if the issue comes back, as it was present on the test server with DSpace 6 as well</li>
<li>As far as I can tell the issue is related to something in Tomcat &gt; 7.0.99</li>
</ul>
</li>
<li>Run system updates and reboot DSpace Test</li>
<li>Re-deploy <code>5_x-prod</code> branch on CGSpace, run system updates, and reboot the server
<ul>
<li>I had to restart Tomcat 7 once after the server came back up because some of the Solr statistics cores didn&rsquo;t come up the first time</li>
<li>Unfortunately I realized that I had forgotten to update the <code>5_x-prod</code> branch to include the REST API fix from last week so I had to rebuild and restart Tomcat again</li>
</ul>
</li>
</ul>
<h2 id="2020-06-22">2020-06-22</h2>
<ul>
<li>Skype with Peter, Abenet, Enrico, Jane, and Moayad about the latest OpenRXV developments
<ul>
<li>I will go visit CodeObia later this week to run through the list of issues and close the ones that are finished</li>
</ul>
</li>
</ul>
<h2 id="2020-06-23">2020-06-23</h2>
<ul>
<li>Peter said he&rsquo;s having problems submitting an item on CGSpace and shit, it seems to be the same fucking PostgreSQL &ldquo;idle in transaction&rdquo; and &ldquo;waiting for lock&rdquo; issue we&rsquo;ve been having sporadically the last few months</li>
</ul>
<p><img src="/cgspace-notes/2020/06/postgres_connections_ALL-day3.png" alt="PostgreSQL connections year CGSpace"></p>
<ul>
<li>The issue hadn&rsquo;t occurred in almost two weeks after I downgraded Tomcat to 7.0.99 with the PostgreSQL JDBC driver version 42.2.9 so I thought it was fixed
<ul>
<li>Apparently it&rsquo;s not related to the Tomcat or JDBC driver version, as even when I reverted back to DSpace&rsquo;s really old built-in JDBC driver it still did the same thing!</li>
<li>Could it be a memory leak or something? Why now?</li>
<li>For now I will revert to the latest Tomcat 7.0.104 and PostgreSQL JDBC 42.2.14</li>
</ul>
</li>
</ul>
<h2 id="2020-06-24">2020-06-24</h2>
<ul>
<li>Spend some time with Moayad looking over issues for OpenRXV
<ul>
<li>We updated all the labels, tooltips, and filters</li>
<li>The next step is to go through the GitHub issues and close them if they are done</li>
</ul>
</li>
<li>I also discussed the <a href="https://github.com/ilri/dspace-statistics-api">dspace-statistics-api</a> with Mohammed Salem
<ul>
<li>He made some new features to add the harvesting of twelve months of item statistics</li>
<li>We talked about extending it to be &ldquo;x&rdquo; amount of months and years with some sensible defaults</li>
<li>The item and items endpoints could then have <code>?months=12</code> and <code>?years=2</code> to show stats for the past &ldquo;x&rdquo; months or years</li>
<li>We thought other arbitrary date ranges could be added with queries like <code>?date_from=2020-05</code> etc that would query Solr on the fly and obviously be slower&hellip;</li>
</ul>
</li>
</ul>
<h2 id="2020-06-28">2020-06-28</h2>
<ul>
<li>Email GRID.ac to ask them about where old names for institutes are stores, as I see them in the &ldquo;Disambiguate&rdquo; search function online, but not in the standalone data
<ul>
<li>For example, both &ldquo;International Laboratory for Research on Animal Diseases&rdquo; (ILRAD) and &ldquo;International Livestock Centre for Africa&rdquo; (ILCA) correctly return a hit for &ldquo;International Livestock Research Institute&rdquo;, but it&rsquo;s nowhere in the data</li>
</ul>
</li>
<li>I discovered two interesting OpenRefine reconciliation services:
<ul>
<li><a href="https://github.com/ror-community/ror-reconciler">OpenRefine reconciler for the Research Organization Registry</a></li>
<li><a href="https://www.getty.edu/research/tools/vocabularies/obtain/openrefine.html">Getty Vocabularies OpenRefine Reconciliation</a> (see the Getty Thesaurus of Geographic Names ® (TGN))</li>
</ul>
</li>
</ul>
<h2 id="2020-06-29">2020-06-29</h2>
<ul>
<li>I stumbled upon a sort of <a href="https://rightsstatements.org/page/1.0/">standard for rights statements</a> that we might want to use for <code>dc.rights</code> eventually</li>
<li>I&rsquo;m trying to understand the difference between <code>dcterms.coverage</code>, <code>dcterms.spatial</code>, and <code>dcterms.temporal</code>
<ul>
<li>According to the <a href="https://www.dublincore.org/specifications/dublin-core/dcmi-terms/terms/coverage/">Dublin Core specification for coverage</a> the more specific spatial and temporal subproperties:</li>
</ul>
</li>
</ul>
<blockquote>
<p>Because coverage is so broadly defined, it is preferable to use the more specific subproperties Temporal Coverage and Spatial Coverage.</p>
</blockquote>
<ul>
<li>So I guess we should be using this for countries&hellip; but then all regions, countries, etc get merged together into this when you use DCTERMS
<ul>
<li>Perhaps better to use <code>cg.coverage.country</code> and crosswalk to <code>dcterms.spatial</code></li>
<li>Another thing is that these values are not literals—you are supposed to embed classes&hellip;</li>
</ul>
</li>
<li>I also notice that there is a <a href="https://www.crossref.org/services/funder-registry/">CrossRef funders registry</a> with 23,000+ funders that you can <a href="https://gitlab.com/crossref/open_funder_registry">download as RDF</a> or <a href="https://www.crossref.org/education/funder-registry/accessing-the-funder-registry/">access via an API</a></li>
</ul>
<pre tabindex="0"><code>$ http &#39;https://api.crossref.org/funders?query=Bill+and+Melinda+Gates&amp;mailto=a.orth@cgiar.org&#39;
</code></pre><ul>
<li>Searching for &ldquo;Bill and Melinda Gates&rdquo; we can see the <code>name</code> literal and a list of <code>alt-names</code> literals
<ul>
<li>This could be good for checking our funders</li>
<li>The API currently returns pages for each funder in the vocabulary, but they are giving HTTP 404 right now: <a href="https://data.crossref.org/fundingdata/vocabulary/Label-599174">https://data.crossref.org/fundingdata/vocabulary/Label-599174</a></li>
<li>I sent an email to the CrossRef Funders Registry team</li>
</ul>
</li>
<li>See the <a href="https://github.com/CrossRef/rest-api-doc">CrossRef API docs</a> (specifically the parameters and filters)</li>
<li>I made a pull request on CG Core v2 to recommend using persistent identifiers for DOIs and ORCID iDs (<a href="https://github.com/AgriculturalSemantics/cg-core/pull/26">#26</a>)</li>
<li>I exported sponsors/funders from CGSpace and wrote a script to query the CrossRef API for matches:</li>
</ul>
<pre tabindex="0"><code>dspace=# \COPY (SELECT DISTINCT text_value FROM metadatavalue WHERE resource_type_id=2 AND metadata_field_id=29) TO /tmp/2020-06-29-sponsors.csv;
COPY 682
</code></pre><ul>
<li>The script is <code>crossref-funders-lookup.py</code> and it is based on <code>agrovoc-lookup.py</code>
<ul>
<li>On that note, I realized I need to URL encode the funder before making the search request with requests because, while the requests library <em>does</em> do URL encoding, it seems that it interprets characters like <code>&amp;</code> as indicative query parameters and this causes searches for funders like <code>Bill &amp; Melinda Gates Foundation</code> to get misinterpreted</li>
<li>So then I noticed that I had worked around this in <code>agrovoc-lookup.py</code> a few years ago by just ignoring subjects with special characters like apostrophes and accents!</li>
</ul>
</li>
<li>I tested the script on our funders:</li>
</ul>
<pre tabindex="0"><code>$ ./crossref-funders-lookup.py -i /tmp/2020-06-29-sponsors.csv -om /tmp/sponsors-matched.txt -or /tmp/sponsors-rejected.txt -d -e blah@blah.com
$ wc -l /tmp/2020-06-29-sponsors.csv
682 /tmp/2020-06-29-sponsors.csv
$ wc -l /tmp/sponsors-*
180 /tmp/sponsors-matched.txt
502 /tmp/sponsors-rejected.txt
682 total
</code></pre><ul>
<li>It seems that 35% of our funders already match&hellip; I bet a few more will match if I check for simple errors
<ul>
<li>Interesting, I found a few funders that we have correct, but can&rsquo;t figure out how to match them in the API:
<ul>
<li><code>Claussen-Simon-Stiftung</code></li>
<li><code>H2020 Marie Skłodowska-Curie Actions</code></li>
</ul>
</li>
</ul>
</li>
</ul>
<h2 id="2020-06-30">2020-06-30</h2>
<ul>
<li>GRID responded to my question about historical names
<ul>
<li>They said the information is not part of the public GRID or ROR lists, but you can access it with a license to the Dimensions API</li>
</ul>
</li>
<li>Gabriela from CIP sent me a list of erroneously added CIP subjects to remove from CGSpace:</li>
</ul>
<pre tabindex="0"><code>$ cat /tmp/2020-06-30-remove-cip-subjects.csv
cg.subject.cip
INTEGRATED PEST MANAGEMENT
ORANGE FLESH SWEET POTATOES
AEROPONICS
FOOD SUPPLY
SASHA
SPHI
INSECT LIFE CYCLE MODELLING
SUSTAIN
AGRICULTURAL INNOVATIONS
NATIVE VARIETIES
PHYTOPHTHORA INFESTANS
$ ./delete-metadata-values.py -i /tmp/2020-06-30-remove-cip-subjects.csv -db dspace -u dspace -p &#39;fuuu&#39; -f cg.subject.cip -m 127 -d
</code></pre><ul>
<li>She also wants to change their <code>SWEET POTATOES</code> term to <code>SWEETPOTATOES</code>, both in the CIP subject list and existing items so I updated those too:</li>
</ul>
<pre tabindex="0"><code>$ cat /tmp/2020-06-30-fix-cip-subjects.csv
cg.subject.cip,correct
SWEET POTATOES,SWEETPOTATOES
$ ./fix-metadata-values.py -i /tmp/2020-06-30-fix-cip-subjects.csv -db dspace -u dspace -p &#39;fuuu&#39; -f cg.subject.cip -t correct -m 127 -d
</code></pre><ul>
<li>She also finished doing all the corrections to authors that I had sent her last week, but many of the changes are removing Spanish accents from authors names so I asked if she&rsquo;s really should she wants to do that</li>
<li>I ran the fixes and deletes on CGSpace, but not on DSpace Test yet because those scripts need updating for DSpace 6 UUIDs</li>
<li>I spent about two hours manually checking our sponsors that were rejected from CrossRef and found about fifty-five corrections that I ran on CGSpace:</li>
</ul>
<pre tabindex="0"><code>$ cat 2020-06-29-fix-sponsors.csv
dc.description.sponsorship,correct
&#34;Conselho Nacional de Desenvolvimento Científico e Tecnológico, Brazil&#34;,&#34;Conselho Nacional de Desenvolvimento Científico e Tecnológico&#34;
&#34;Claussen Simon Stiftung&#34;,&#34;Claussen-Simon-Stiftung&#34;
&#34;Fonds pour la formation á la Recherche dans l&#39;Industrie et dans l&#39;Agriculture, Belgium&#34;,&#34;Fonds pour la Formation à la Recherche dans lIndustrie et dans lAgriculture&#34;
&#34;Fundação de Amparo à Pesquisa do Estado de São Paulo, Brazil&#34;,&#34;Fundação de Amparo à Pesquisa do Estado de São Paulo&#34;
&#34;Schlumberger Foundation Faculty for the Future&#34;,&#34;Schlumberger Foundation&#34;
&#34;Wildlife Conservation Society, United States&#34;,&#34;Wildlife Conservation Society&#34;
&#34;Portuguese Foundation for Science and Technology&#34;,&#34;Portuguese Science and Technology Foundation&#34;
&#34;Wageningen University and Research&#34;,&#34;Wageningen University and Research Centre&#34;
&#34;Leverhulme Centre for Integrative Research in Agriculture and Health&#34;,&#34;Leverhulme Centre for Integrative Research on Agriculture and Health&#34;
&#34;Natural Science and Engineering Research Council of Canada&#34;,&#34;Natural Sciences and Engineering Research Council of Canada&#34;
&#34;Biotechnology and Biological Sciences Research Council, United Kingdom&#34;,&#34;Biotechnology and Biological Sciences Research Council&#34;
&#34;Home Grown Ceraels Authority United Kingdom&#34;,&#34;Home-Grown Cereals Authority&#34;
&#34;Fiat Panis Foundation&#34;,&#34;Foundation fiat panis&#34;
&#34;Defence Science and Technology Laboratory, United Kingdom&#34;,&#34;Defence Science and Technology Laboratory&#34;
&#34;African Development Bank&#34;,&#34;African Development Bank Group&#34;
&#34;Ministry of Health, Labour, and Welfare, Japan&#34;,&#34;Ministry of Health, Labour and Welfare&#34;
&#34;World Academy of Sciences&#34;,&#34;The World Academy of Sciences&#34;
&#34;Agricultural Research Council, South Africa&#34;,&#34;Agricultural Research Council&#34;
&#34;Department of Homeland Security, USA&#34;,&#34;U.S. Department of Homeland Security&#34;
&#34;Quadram Institute&#34;,&#34;Quadram Institute Bioscience&#34;
&#34;Google.org&#34;,&#34;Google&#34;
&#34;Department for Environment, Food and Rural Affairs, United Kingdom&#34;,&#34;Department for Environment, Food and Rural Affairs, UK Government&#34;
&#34;National Commission for Science, Technology and Innovation, Kenya&#34;,&#34;National Commission for Science, Technology and Innovation&#34;
&#34;Hainan Province Natural Science Foundation of China&#34;,&#34;Natural Science Foundation of Hainan Province&#34;
&#34;German Society for International Cooperation (GIZ)&#34;,&#34;GIZ&#34;
&#34;German Federal Ministry of Food and Agriculture&#34;,&#34;Federal Ministry of Food and Agriculture&#34;
&#34;State Key Laboratory of Environmental Geochemistry, China&#34;,&#34;State Key Laboratory of Environmental Geochemistry&#34;
&#34;QUT student scholarship&#34;,&#34;Queensland University of Technology&#34;
&#34;Australia Centre for International Agricultural Research&#34;,&#34;Australian Centre for International Agricultural Research&#34;
&#34;Belgian Science Policy&#34;,&#34;Belgian Federal Science Policy Office&#34;
&#34;U.S. Department of Agriculture USDA&#34;,&#34;U.S. Department of Agriculture&#34;
&#34;U.S.. Department of Agriculture (USDA)&#34;,&#34;U.S. Department of Agriculture&#34;
&#34;Fundação de Amparo à Pesquisa do Estado de São Paulo ( FAPESP)&#34;,&#34;Fundação de Amparo à Pesquisa do Estado de São Paulo&#34;
&#34;Fundação de Amparo à Pesquisa do Estado do Rio Grande do Sul, Brazil&#34;,&#34;Fundação de Amparo à Pesquisa do Estado do Rio Grande do Sul&#34;
&#34;Fundação de Amparo à Pesquisa do Estado do Rio de Janeiro, Brazil&#34;,&#34;Fundação Carlos Chagas Filho de Amparo à Pesquisa do Estado do Rio de Janeiro&#34;
&#34;Swedish University of Agricultural Sciences (SLU)&#34;,&#34;Swedish University of Agricultural Sciences&#34;
&#34;U.S. Department of Agriculture (USDA)&#34;,&#34;U.S. Department of Agriculture&#34;
&#34;Swedish International Development Cooperation Agency (Sida)&#34;,&#34;Sida&#34;
&#34;Swedish International Development Agency&#34;,&#34;Sida&#34;
&#34;Federal Ministry for Economic Cooperation and Development, Germany&#34;,&#34;Federal Ministry for Economic Cooperation and Development&#34;
&#34;Natural Environment Research Council, United Kingdom&#34;,&#34;Natural Environment Research Council&#34;
&#34;Economic and Social Research Council, United Kingdom&#34;,&#34;Economic and Social Research Council&#34;
&#34;Medical Research Council, United Kingdom&#34;,&#34;Medical Research Council&#34;
&#34;Federal Ministry for Education and Research, Germany&#34;,&#34;Federal Ministry for Education, Science, Research and Technology&#34;
&#34;UK Governments Department for International Development&#34;,&#34;Department for International Development, UK Government&#34;
&#34;Department for International Development, United Kingdom&#34;,&#34;Department for International Development, UK Government&#34;
&#34;United Nations Children&#39;s Fund&#34;,&#34;United Nations Children&#39;s Emergency Fund&#34;
&#34;Swedish Research Council for Environment, Agricultural Science and Spatial Planning&#34;,&#34;Swedish Research Council for Environment, Agricultural Sciences and Spatial Planning&#34;
&#34;Agence Nationale de la Recherche, France&#34;,&#34;French National Research Agency&#34;
&#34;Fondation pour la recherche sur la biodiversité&#34;,&#34;Foundation for Research on Biodiversity&#34;
&#34;Programa Nacional de Innovacion Agraria, Peru&#34;,&#34;Programa Nacional de Innovación Agraria, Peru&#34;
&#34;United States Agency for International Development (USAID)&#34;,&#34;United States Agency for International Development&#34;
&#34;West Africa Agricultural Productivity Programme&#34;,&#34;West Africa Agricultural Productivity Program&#34;
&#34;West African Agricultural Productivity Project&#34;,&#34;West Africa Agricultural Productivity Program&#34;
&#34;Rural Development Administration, Republic of Korea&#34;,&#34;Rural Development Administration&#34;
&#34;UKs Biotechnology and Biological Sciences Research Council (BBSRC)&#34;,&#34;Biotechnology and Biological Sciences Research Council&#34;
$ ./fix-metadata-values.py -i /tmp/2020-06-29-fix-sponsors.csv -db dspace -u dspace -p &#39;fuuu&#39; -f dc.description.sponsorship -t correct -m 29
</code></pre><ul>
<li>Then I started a full re-index at batch CPU priority:</li>
</ul>
<pre tabindex="0"><code>$ time chrt --batch 0 dspace index-discovery -b
real 99m16.230s
user 11m23.245s
sys 2m56.635s
</code></pre><ul>
<li>Peter wants me to add &ldquo;CORONAVIRUS DISEASE&rdquo; to all ILRI items that have ILRI subject &ldquo;COVID19&rdquo;
<ul>
<li>I exported the ILRI community and cut the columns I needed, then opened the file in OpenRefine:</li>
</ul>
</li>
</ul>
<pre tabindex="0"><code>$ export JAVA_OPTS=&#34;-Xmx512m -Dfile.encoding=UTF-8&#34;
$ dspace metadata-export -i 10568/1 -f /tmp/ilri.cs
$ csvcut -c &#39;id,cg.subject.ilri[],cg.subject.ilri[en_US],dc.subject[en_US]&#39; /tmp/ilri.csv &gt; /tmp/ilri-covid19.csv
</code></pre><ul>
<li>I see that all items with &ldquo;COVID19&rdquo; already have &ldquo;CORONAVIRUS DISEASE&rdquo; so I don&rsquo;t need to do anything</li>
</ul>
<!-- raw HTML omitted -->
</article>
</div> <!-- /.blog-main -->
<aside class="col-sm-3 ml-auto blog-sidebar">
<section class="sidebar-module">
<h4>Recent Posts</h4>
<ol class="list-unstyled">
<li><a href="/cgspace-notes/2022-12/">December, 2022</a></li>
<li><a href="/cgspace-notes/2022-11/">November, 2022</a></li>
<li><a href="/cgspace-notes/2022-10/">October, 2022</a></li>
<li><a href="/cgspace-notes/2022-09/">September, 2022</a></li>
<li><a href="/cgspace-notes/2022-08/">August, 2022</a></li>
</ol>
</section>
<section class="sidebar-module">
<h4>Links</h4>
<ol class="list-unstyled">
<li><a href="https://cgspace.cgiar.org">CGSpace</a></li>
<li><a href="https://dspacetest.cgiar.org">DSpace Test</a></li>
<li><a href="https://github.com/ilri/DSpace">CGSpace @ GitHub</a></li>
</ol>
</section>
</aside>
</div> <!-- /.row -->
</div> <!-- /.container -->
<footer class="blog-footer">
<p dir="auto">
Blog template created by <a href="https://twitter.com/mdo">@mdo</a>, ported to Hugo by <a href='https://twitter.com/mralanorth'>@mralanorth</a>.
</p>
<p>
<a href="#">Back to top</a>
</p>
</footer>
</body>
</html>