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

@ -1033,5 +1033,11 @@ $ time http --print h 'https://cgspace.cgiar.org/rest/items?expand=metadata,bits
- I will send a mail to CTA to ask if they know these IPs
- I wonder if the Cocoon errors we had earlier this month were inadvertently related to the CPU steal issue... I see very low occurrences of the "Can not load requested doc" error in the Cocoon logs the past few days
- Helping Perttu debug some issues with the REST API on DSpace Test
- He was getting an HTTP 500 when working with a collection, and I see the following in the DSpace log:
```
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
```
<!-- vim: set sw=2 ts=2: -->