2019-11-04 15:41:19 +01:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1, shrink-to-fit=no" >
2020-12-06 15:53:29 +01:00
2019-11-04 15:41:19 +01:00
< meta property = "og:title" content = "CGSpace Notes" / >
< meta property = "og:description" content = "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." / >
< meta property = "og:type" content = "website" / >
< meta property = "og:url" content = "https://alanorth.github.io/cgspace-notes/" / >
2023-01-10 20:22:03 +01:00
< meta property = "og:updated_time" content = "2023-01-04T17:08:14+03:00" / >
2020-12-06 15:53:29 +01:00
2019-11-04 15:41:19 +01:00
< meta name = "twitter:card" content = "summary" / >
< meta name = "twitter:title" content = "CGSpace Notes" / >
< meta name = "twitter:description" content = "Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository." / >
2023-01-10 20:22:03 +01:00
< meta name = "generator" content = "Hugo 0.109.0" >
2019-11-04 15:41:19 +01:00
< script type = "application/ld+json" >
{
"@context": "http://schema.org",
"@type": "Blog",
"headline": "CGSpace Notes",
2020-04-02 09:55:42 +02:00
"url" : "https://alanorth.github.io/cgspace-notes/",
2019-11-04 15:41:19 +01:00
"author": {
"@type": "Person",
"name": "Alan Orth"
},
2023-01-01 09:12:13 +01:00
"dateModified": "2023-01-01T08:44:36+03:00",
2020-11-16 09:54:00 +01:00
"keywords": "notes, migration, notes",
2020-04-02 09:55:42 +02:00
"description":"Documenting day-to-day work on the [CGSpace](https://cgspace.cgiar.org) repository."
2019-11-04 15:41:19 +01:00
}
< / script >
< link rel = "canonical" href = "https://alanorth.github.io/cgspace-notes/" >
< title > CGSpace Notes< / title >
<!-- combined, minified CSS -->
2020-01-23 19:19:38 +01:00
2022-09-12 10:35:57 +02:00
< link href = "https://alanorth.github.io/cgspace-notes/css/style.c6ba80bc50669557645abe05f86b73cc5af84408ed20f1551a267bc19ece8228.css" rel = "stylesheet" integrity = "sha256-xrqAvFBmlVdkWr4F+GtzzFr4RAjtIPFVGiZ7wZ7Ogig=" crossorigin = "anonymous" >
2019-11-04 15:41:19 +01:00
2020-01-28 11:01:42 +01:00
<!-- minified Font Awesome for SVG icons -->
2021-09-28 09:32:32 +02:00
< script defer src = "https://alanorth.github.io/cgspace-notes/js/fontawesome.min.f5072c55a0721857184db93a50561d7dc13975b4de2e19db7f81eb5f3fa57270.js" integrity = "sha256-9QcsVaByGFcYTbk6UFYdfcE5dbTeLhnbf4HrXz+lcnA=" crossorigin = "anonymous" > < / script >
2020-01-28 11:01:42 +01:00
2019-11-04 15:41:19 +01:00
<!-- RSS 2.0 feed -->
< link rel = "alternate" type = "application/rss+xml" href = "https://alanorth.github.io/cgspace-notes/index.xml" title = "CGSpace Notes" / >
< / head >
< body >
< div class = "blog-masthead" >
< div class = "container" >
< nav class = "nav blog-nav" >
< a class = "nav-link active" 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" >
2023-01-01 09:12:13 +01:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2019-01/" > January, 2019< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2019-01-02T09:48:30+02:00" > Wed Jan 02, 2019< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2019-01-02" > 2019-01-02< / h2 >
< ul >
< li > Linode alerted that CGSpace (linode18) had a higher outbound traffic rate than normal early this morning< / li >
< li > I don’ t see anything interesting in the web server logs around that time though:< / li >
< / ul >
< pre tabindex = "0" > < code > # zcat --force /var/log/nginx/*.log /var/log/nginx/*.log.1 | grep -E " 02/Jan/2019:0(1|2|3)" | awk ' {print $1}' | sort | uniq -c | sort -n | tail -n 10
92 40.77.167.4
99 210.7.29.100
120 38.126.157.45
177 35.237.175.180
177 40.77.167.32
216 66.249.75.219
225 18.203.76.93
261 46.101.86.248
357 207.46.13.1
903 54.70.40.11
< / code > < / pre >
< a href = 'https://alanorth.github.io/cgspace-notes/2019-01/' > Read more →< / a >
< / article >
2022-12-03 08:46:29 +01:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-12/" > December, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-12-02T02:09:30+02:00" > Sun Dec 02, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-12-01" > 2018-12-01< / h2 >
< ul >
< li > Switch CGSpace (linode18) to use OpenJDK instead of Oracle JDK< / li >
< li > I manually installed OpenJDK, then removed Oracle JDK, then re-ran the < a href = "http://github.com/ilri/rmg-ansible-public" > Ansible playbook< / a > to update all configuration files, etc< / li >
< li > Then I ran all system updates and restarted the server< / li >
< / ul >
< h2 id = "2018-12-02" > 2018-12-02< / h2 >
< ul >
< li > I noticed that there is another issue with PDF thumbnails on CGSpace, and I see there was another < a href = "https://usn.ubuntu.com/3831-1/" > Ghostscript vulnerability last week< / a > < / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-12/' > Read more →< / a >
< / article >
2022-11-01 20:12:24 +01:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-11/" > November, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-11-01T16:41:30+02:00" > Thu Nov 01, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-11-01" > 2018-11-01< / h2 >
< ul >
< li > Finalize AReS Phase I and Phase II ToRs< / li >
< li > Send a note about my < a href = "https://github.com/ilri/dspace-statistics-api" > dspace-statistics-api< / a > to the dspace-tech mailing list< / li >
< / ul >
< h2 id = "2018-11-03" > 2018-11-03< / h2 >
< ul >
< li > Linode has been sending mails a few times a day recently that CGSpace (linode18) has had high CPU usage< / li >
< li > Today these are the top 10 IPs:< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-11/' > Read more →< / a >
< / article >
2022-10-01 18:47:37 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-10/" > October, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-10-01T22:31:54+03:00" > Mon Oct 01, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-10-01" > 2018-10-01< / h2 >
< ul >
< li > Phil Thornton got an ORCID identifier so we need to add it to the list on CGSpace and tag his existing items< / li >
< li > I created a GitHub issue to track this < a href = "https://github.com/ilri/DSpace/issues/389" > #389< / a > , because I’ m super busy in Nairobi right now< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-10/' > Read more →< / a >
< / article >
2022-09-02 15:41:19 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-09/" > September, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-09-02T09:55:54+03:00" > Sun Sep 02, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-09-02" > 2018-09-02< / h2 >
< ul >
< li > New < a href = "https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.5" > PostgreSQL JDBC driver version 42.2.5< / a > < / li >
< li > I’ ll update the DSpace role in our < a href = "https://github.com/ilri/rmg-ansible-public" > Ansible infrastructure playbooks< / a > and run the updated playbooks on CGSpace and DSpace Test< / li >
< li > Also, I’ ll re-run the < code > postgresql< / code > tasks because the custom PostgreSQL variables are dynamic according to the system’ s RAM, and we never re-ran them after migrating to larger Linodes last month< / li >
< li > I’ m testing the new DSpace 5.8 branch in my Ubuntu 18.04 environment and I’ m getting those autowire errors in Tomcat 8.5.30 again:< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-09/' > Read more →< / a >
< / article >
2022-08-01 15:36:13 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-08/" > August, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-08-01T11:52:54+03:00" > Wed Aug 01, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-08-01" > 2018-08-01< / h2 >
< ul >
< li > DSpace Test had crashed at some point yesterday morning and I see the following in < code > dmesg< / code > :< / li >
< / ul >
< pre tabindex = "0" > < code > [Tue Jul 31 00:00:41 2018] Out of memory: Kill process 1394 (java) score 668 or sacrifice child
[Tue Jul 31 00:00:41 2018] Killed process 1394 (java) total-vm:15601860kB, anon-rss:5355528kB, file-rss:0kB, shmem-rss:0kB
[Tue Jul 31 00:00:41 2018] oom_reaper: reaped process 1394 (java), now anon-rss:0kB, file-rss:0kB, shmem-rss:0kB
< / code > < / pre > < ul >
< li > Judging from the time of the crash it was probably related to the Discovery indexing that starts at midnight< / li >
< li > From the DSpace log I see that eventually Solr stopped responding, so I guess the < code > java< / code > process that was OOM killed above was Tomcat’ s< / li >
< li > I’ m not sure why Tomcat didn’ t crash with an OutOfMemoryError… < / li >
< li > Anyways, perhaps I should increase the JVM heap from 5120m to 6144m like we did a few months ago when we tried to run the whole CGSpace Solr core< / li >
< li > The server only has 8GB of RAM so we’ ll eventually need to upgrade to a larger one because we’ ll start starving the OS, PostgreSQL, and command line batch processes< / li >
< li > I ran all system updates on DSpace Test and rebooted it< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-08/' > Read more →< / a >
< / article >
2022-07-04 08:25:14 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-07/" > July, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-07-01T12:56:54+03:00" > Sun Jul 01, 2018< / time > by Alan Orth in
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
< / p >
< / header >
< h2 id = "2018-07-01" > 2018-07-01< / h2 >
< ul >
< li > I want to upgrade DSpace Test to DSpace 5.8 so I took a backup of its current database just in case:< / li >
< / ul >
< pre tabindex = "0" > < code > $ pg_dump -b -v -o --format=custom -U dspace -f dspace-2018-07-01.backup dspace
< / code > < / pre > < ul >
< li > During the < code > mvn package< / code > stage on the 5.8 branch I kept getting issues with java running out of memory:< / li >
< / ul >
< pre tabindex = "0" > < code > There is insufficient memory for the Java Runtime Environment to continue.
< / code > < / pre >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-07/' > Read more →< / a >
< / article >
2022-06-06 08:45:43 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-06/" > June, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-06-04T19:49:54-07:00" > Mon Jun 04, 2018< / time > by Alan Orth in
2022-06-23 07:40:53 +02:00
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
2022-06-06 08:45:43 +02:00
< / p >
< / header >
< h2 id = "2018-06-04" > 2018-06-04< / h2 >
< ul >
< li > Test the < a href = "https://tracker.atmire.com/tickets-cgiar-ilri/view-ticket?id=560" > DSpace 5.8 module upgrades from Atmire< / a > (< a href = "https://github.com/ilri/DSpace/pull/378" > #378< / a > )
< ul >
< li > There seems to be a problem with the CUA and L& R versions in < code > pom.xml< / code > because they are using SNAPSHOT and it doesn’ t build< / li >
< / ul >
< / li >
< li > I added the new CCAFS Phase II Project Tag < code > PII-FP1_PACCA2< / code > and merged it into the < code > 5_x-prod< / code > branch (< a href = "https://github.com/ilri/DSpace/pull/379" > #379< / a > )< / li >
< li > I proofed and tested the ILRI author corrections that Peter sent back to me this week:< / li >
< / ul >
< pre tabindex = "0" > < code > $ ./fix-metadata-values.py -i /tmp/2018-05-30-Correct-660-authors.csv -db dspace -u dspace -p ' fuuu' -f dc.contributor.author -t correct -m 3 -n
< / code > < / pre > < ul >
< li > I think a sane proofing workflow in OpenRefine is to apply the custom text facets for check/delete/remove and illegal characters that I developed in < a href = "/cgspace-notes/2018-03/" > March, 2018< / a > < / li >
< li > Time to index ~70,000 items on CGSpace:< / li >
< / ul >
< pre tabindex = "0" > < code > $ time schedtool -D -e ionice -c2 -n7 nice -n19 [dspace]/bin/dspace index-discovery -b
real 74m42.646s
user 8m5.056s
sys 2m7.289s
< / code > < / pre >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-06/' > Read more →< / a >
< / article >
2022-05-04 10:09:45 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-05/" > May, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-05-01T16:43:54+03:00" > Tue May 01, 2018< / time > by Alan Orth in
2022-06-23 07:40:53 +02:00
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
2022-05-04 10:09:45 +02:00
< / p >
< / header >
< h2 id = "2018-05-01" > 2018-05-01< / h2 >
< ul >
< li > I cleared the Solr statistics core on DSpace Test by issuing two commands directly to the Solr admin interface:
< ul >
< li > http://localhost:3000/solr/statistics/update?stream.body=%3Cdelete%3E%3Cquery%3E*:*%3C/query%3E%3C/delete%3E< / li >
< li > http://localhost:3000/solr/statistics/update?stream.body=%3Ccommit/%3E< / li >
< / ul >
< / li >
< li > Then I reduced the JVM heap size from 6144 back to 5120m< / li >
< li > Also, I switched it to use OpenJDK instead of Oracle Java, as well as re-worked the < a href = "https://github.com/ilri/rmg-ansible-public" > Ansible infrastructure scripts< / a > to support hosts choosing which distribution they want to use< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-05/' > Read more →< / a >
< / article >
2022-04-04 18:15:58 +02:00
< article class = "blog-post" >
< header >
< h2 class = "blog-post-title" dir = "auto" > < a href = "https://alanorth.github.io/cgspace-notes/2018-04/" > April, 2018< / a > < / h2 >
< p class = "blog-post-meta" > < time datetime = "2018-04-01T16:13:54+02:00" > Sun Apr 01, 2018< / time > by Alan Orth in
2022-06-23 07:40:53 +02:00
< span class = "fas fa-folder" aria-hidden = "true" > < / span > < a href = "/categories/notes/" rel = "category tag" > Notes< / a >
2022-04-04 18:15:58 +02:00
< / p >
< / header >
< h2 id = "2018-04-01" > 2018-04-01< / h2 >
< ul >
< li > I tried to test something on DSpace Test but noticed that it’ s down since god knows when< / li >
< li > Catalina logs at least show some memory errors yesterday:< / li >
< / ul >
< a href = 'https://alanorth.github.io/cgspace-notes/2018-04/' > Read more →< / a >
< / article >
2019-11-04 15:41:19 +01:00
< nav class = "blog-pagination" >
< a class = "btn btn-outline-primary" href = "/cgspace-notes/page/5/" rel = "prev" role = "button" > Previous page< / a >
2020-09-03 12:50:56 +02:00
< a class = "btn btn-outline-primary" href = "/cgspace-notes/page/7/" rel = "next" role = "button" > Next page< / a >
2019-11-04 15:41:19 +01:00
< / nav >
< / div > <!-- /.blog - main -->
< aside class = "col-sm-3 ml-auto blog-sidebar" >
< section class = "sidebar-module" >
< h4 > Recent Posts< / h4 >
< ol class = "list-unstyled" >
2023-01-01 09:12:13 +01:00
< li > < a href = "/cgspace-notes/2023-01/" > January, 2023< / a > < / li >
2022-12-03 08:46:29 +01:00
< li > < a href = "/cgspace-notes/2022-12/" > December, 2022< / a > < / li >
2022-11-01 20:12:24 +01:00
< li > < a href = "/cgspace-notes/2022-11/" > November, 2022< / a > < / li >
2022-10-01 18:47:37 +02:00
< li > < a href = "/cgspace-notes/2022-10/" > October, 2022< / a > < / li >
2022-09-15 07:37:57 +02:00
< li > < a href = "/cgspace-notes/2022-09/" > September, 2022< / a > < / li >
2019-11-04 15:41:19 +01:00
< / 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 >