diff --git a/content/posts/2018-03.md b/content/posts/2018-03.md index a9c221db0..487b4cd21 100644 --- a/content/posts/2018-03.md +++ b/content/posts/2018-03.md @@ -294,3 +294,26 @@ Exception in thread "http-bio-127.0.0.1-8081-exec-280" java.lang.OutOfMemoryErro - It appears to be this one: https://cgspace.cgiar.org/handle/10568/83473?show=full - The title is "Untitled" and there is some metadata but indeed the citation is missing - I don't know what would cause that + +## 2018-03-20 + +- DSpace Test has been down for a few hours with SQL and memory errors starting this morning: + +``` +2018-03-20 08:47:10,177 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL QueryTable Error - +... +2018-03-20 08:53:11,624 ERROR org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error Occurred Processing Request! +org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.OutOfMemoryError: Java heap space +``` + +- I have no idea why it crashed +- I ran all system updates and rebooted it +- Abenet told me that one of Lance Robinson's ORCID iDs on CGSpace is incorrect +- I will remove it from the controlled vocabulary ([#367](https://github.com/ilri/DSpace/pull/367)) and update any items using the old one: + +``` +dspace=# update metadatavalue set text_value='Lance W. Robinson: 0000-0002-5224-8644' where resource_type_id=2 and metadata_field_id=240 and text_value like '%0000-0002-6344-195X%'; +UPDATE 1 +``` + +- Communicate with DSpace editors on Yammer about being more careful about spaces and character editing when doing manual metadata edits diff --git a/docs/2018-03/index.html b/docs/2018-03/index.html index e31fced7c..b119a881e 100644 --- a/docs/2018-03/index.html +++ b/docs/2018-03/index.html @@ -20,7 +20,7 @@ Export a CSV of the IITA community metadata for Martin Mueller - + @@ -51,9 +51,9 @@ Export a CSV of the IITA community metadata for Martin Mueller "@type": "BlogPosting", "headline": "March, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-03/", - "wordCount": "1686", + "wordCount": "1819", "datePublished": "2018-03-02T16:07:54+02:00", - "dateModified": "2018-03-19T17:56:41+02:00", + "dateModified": "2018-03-19T18:18:28+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -452,6 +452,33 @@ Exception in thread "http-bio-127.0.0.1-8081-exec-280" java.lang.OutOf
2018-03-20 08:47:10,177 ERROR org.dspace.storage.rdbms.DatabaseManager @ SQL QueryTable Error -
+...
+2018-03-20 08:53:11,624 ERROR org.dspace.app.xmlui.cocoon.DSpaceCocoonServletFilter @ Serious Error Occurred Processing Request!
+org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.OutOfMemoryError: Java heap space
+
+
+dspace=# update metadatavalue set text_value='Lance W. Robinson: 0000-0002-5224-8644' where resource_type_id=2 and metadata_field_id=240 and text_value like '%0000-0002-6344-195X%';
+UPDATE 1
+
+
+