mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Update notes for 2018-03-20
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user