Update notes for 2019-03-31

This commit is contained in:
2019-03-31 16:25:38 +03:00
parent 96ae01fa14
commit 03b369f8e3
3 changed files with 22 additions and 8 deletions

View File

@ -25,7 +25,7 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
<meta property="og:type" content="article" />
<meta property="og:url" content="https://alanorth.github.io/cgspace-notes/2019-03/" />
<meta property="article:published_time" content="2019-03-01T12:16:30&#43;01:00"/>
<meta property="article:modified_time" content="2019-03-31T13:34:41&#43;03:00"/>
<meta property="article:modified_time" content="2019-03-31T16:09:23&#43;03:00"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="March, 2019"/>
@ -55,9 +55,9 @@ I think I will need to ask Udana to re-copy and paste the abstracts with more ca
"@type": "BlogPosting",
"headline": "March, 2019",
"url": "https://alanorth.github.io/cgspace-notes/2019-03/",
"wordCount": "6692",
"wordCount": "6746",
"datePublished": "2019-03-01T12:16:30&#43;01:00",
"dateModified": "2019-03-31T13:34:41&#43;03:00",
"dateModified": "2019-03-31T16:09:23&#43;03:00",
"author": {
"@type": "Person",
"name": "Alan Orth"
@ -1347,8 +1347,16 @@ sys 0m2.551s
<ul>
<li>I will send a mail to CTA to ask if they know these IPs</li>
<li>I wonder if the Cocoon errors we had earlier this month were inadvertently related to the CPU steal issue&hellip; I see very low occurrences of the &ldquo;Can not load requested doc&rdquo; error in the Cocoon logs the past few days</li>
<li>Helping Perttu debug some issues with the REST API on DSpace Test
<ul>
<li>He was getting an HTTP 500 when working with a collection, and I see the following in the DSpace log:</li>
</ul></li>
</ul>
<pre><code>2019-03-29 09:10:07,311 ERROR org.dspace.rest.Resource @ Could not delete collection(id=1451), AuthorizeException. Message: org.dspace.authorize.AuthorizeException: Authorization denied for action ADMIN on COLLECTION:1451 by user 9492
</code></pre>
<!-- vim: set sw=2 ts=2: -->