diff --git a/content/posts/2018-06.md b/content/posts/2018-06.md index 301eb984f..9b5fd46e0 100644 --- a/content/posts/2018-06.md +++ b/content/posts/2018-06.md @@ -295,4 +295,17 @@ dc.contributor.author,cg.creator.id "Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798 ``` +## 2018-06-26 + +- Atmire got back to me to say that we can remove the `itemCollectionPlugin` and `HasBitstreamsSSIPlugin` beans from DSpace's `discovery.xml` file, as they are used by the Metadata Quality Module (MQM) that we are not using anymore +- I removed both those beans and did some simple tests to check item submission, media-filter of PDFs, REST API, but got an error "No matches for the query" when listing records in OAI +- This warning appears in the DSpace log: + +``` +2018-06-26 16:58:12,052 WARN org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration @ { OAI 2.0 :: DSpace } Not able to retrieve the dspace.oai.url property from oai.cfg. Falling back to request address +``` + +- It's actually only a warning and it also appears in the logs on DSpace Test (which is currently running DSpace 5.5), so I need to keep troubleshooting +- Ah, I think I just need to run `dspace oai import` + diff --git a/docs/2018-06/index.html b/docs/2018-06/index.html index df4ed31e9..754e3c0fc 100644 --- a/docs/2018-06/index.html +++ b/docs/2018-06/index.html @@ -41,7 +41,7 @@ sys 2m7.289s - + @@ -93,9 +93,9 @@ sys 2m7.289s "@type": "BlogPosting", "headline": "June, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-06/", - "wordCount": "2280", + "wordCount": "2420", "datePublished": "2018-06-04T19:49:54-07:00", - "dateModified": "2018-06-24T13:37:43+03:00", + "dateModified": "2018-06-24T17:38:07+03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -501,6 +501,22 @@ Done. "Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798 +
itemCollectionPlugin
and HasBitstreamsSSIPlugin
beans from DSpace’s discovery.xml
file, as they are used by the Metadata Quality Module (MQM) that we are not using anymore2018-06-26 16:58:12,052 WARN org.dspace.xoai.services.impl.xoai.DSpaceRepositoryConfiguration @ { OAI 2.0 :: DSpace } Not able to retrieve the dspace.oai.url property from oai.cfg. Falling back to request address
+
+
+dspace oai import