mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2024-11-22 14:45:03 +01:00
Add notes for 2018-06-26
This commit is contained in:
parent
930ca03dd1
commit
6ecb0c84d6
@ -295,4 +295,17 @@ dc.contributor.author,cg.creator.id
|
|||||||
"Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798
|
"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`
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
@ -41,7 +41,7 @@ sys 2m7.289s
|
|||||||
|
|
||||||
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00"/>
|
<meta property="article:published_time" content="2018-06-04T19:49:54-07:00"/>
|
||||||
|
|
||||||
<meta property="article:modified_time" content="2018-06-24T13:37:43+03:00"/>
|
<meta property="article:modified_time" content="2018-06-24T17:38:07+03:00"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -93,9 +93,9 @@ sys 2m7.289s
|
|||||||
"@type": "BlogPosting",
|
"@type": "BlogPosting",
|
||||||
"headline": "June, 2018",
|
"headline": "June, 2018",
|
||||||
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
|
"url": "https://alanorth.github.io/cgspace-notes/2018-06/",
|
||||||
"wordCount": "2280",
|
"wordCount": "2420",
|
||||||
"datePublished": "2018-06-04T19:49:54-07:00",
|
"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": {
|
"author": {
|
||||||
"@type": "Person",
|
"@type": "Person",
|
||||||
"name": "Alan Orth"
|
"name": "Alan Orth"
|
||||||
@ -501,6 +501,22 @@ Done.
|
|||||||
"Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798
|
"Jarvis, Andrew",Andy Jarvis: 0000-0001-6543-0798
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
|
<h2 id="2018-06-26">2018-06-26</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Atmire got back to me to say that we can remove the <code>itemCollectionPlugin</code> and <code>HasBitstreamsSSIPlugin</code> beans from DSpace’s <code>discovery.xml</code> file, as they are used by the Metadata Quality Module (MQM) that we are not using anymore</li>
|
||||||
|
<li>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</li>
|
||||||
|
<li>This warning appears in the DSpace log:</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<pre><code>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
|
||||||
|
</code></pre>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>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</li>
|
||||||
|
<li>Ah, I think I just need to run <code>dspace oai import</code></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<!-- vim: set sw=2 ts=2: -->
|
<!-- vim: set sw=2 ts=2: -->
|
||||||
|
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/2018-06/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/2018-06/</loc>
|
||||||
<lastmod>2018-06-24T13:37:43+03:00</lastmod>
|
<lastmod>2018-06-24T17:38:07+03:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
@ -169,7 +169,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/</loc>
|
||||||
<lastmod>2018-06-24T13:37:43+03:00</lastmod>
|
<lastmod>2018-06-24T17:38:07+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -180,7 +180,7 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/notes/</loc>
|
||||||
<lastmod>2018-06-24T13:37:43+03:00</lastmod>
|
<lastmod>2018-06-24T17:38:07+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
@ -192,13 +192,13 @@
|
|||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/posts/</loc>
|
||||||
<lastmod>2018-06-24T13:37:43+03:00</lastmod>
|
<lastmod>2018-06-24T17:38:07+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
<loc>https://alanorth.github.io/cgspace-notes/tags/</loc>
|
||||||
<lastmod>2018-06-24T13:37:43+03:00</lastmod>
|
<lastmod>2018-06-24T17:38:07+03:00</lastmod>
|
||||||
<priority>0</priority>
|
<priority>0</priority>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user