mirror of
https://github.com/alanorth/cgspace-notes.git
synced 2025-01-27 05:49:12 +01:00
Add notes for 2016-11-28
This commit is contained in:
@ -397,3 +397,34 @@ dspace=# select text_value from metadatavalue where text_value like '%.jpg.jpg';
|
||||
- run system updates
|
||||
- reboot server
|
||||
- Need to do updates for ansible infrastructure role defaults, and switch the GitHub branch to the new 5.5 one
|
||||
- Testing DSpace 5.5 on CGSpace, it seems CUA's export as XLS works for Usage statistics, but not Content statistics
|
||||
- I will raise a bug with Atmire
|
||||
|
||||
## 2016-11-28
|
||||
|
||||
- One user says they are still getting a blank page when he logs in (just CGSpace header, but no community list)
|
||||
- Looking at the Catlina logs I see there is some super long-running indexing process going on:
|
||||
|
||||
```
|
||||
INFO: FrameworkServlet 'oai': initialization completed in 2600 ms
|
||||
[> ] 0% time remaining: Calculating... timestamp: 2016-11-28 03:00:18
|
||||
[> ] 0% time remaining: 11 hour(s) 57 minute(s) 46 seconds. timestamp: 2016-11-28 03:00:19
|
||||
[> ] 0% time remaining: 23 hour(s) 4 minute(s) 28 seconds. timestamp: 2016-11-28 03:00:19
|
||||
[> ] 0% time remaining: 15 hour(s) 35 minute(s) 23 seconds. timestamp: 2016-11-28 03:00:19
|
||||
[> ] 0% time remaining: 14 hour(s) 5 minute(s) 56 seconds. timestamp: 2016-11-28 03:00:19
|
||||
[> ] 0% time remaining: 11 hour(s) 23 minute(s) 49 seconds. timestamp: 2016-11-28 03:00:19
|
||||
[> ] 0% time remaining: 11 hour(s) 21 minute(s) 57 seconds. timestamp: 2016-11-28 03:00:20
|
||||
```
|
||||
|
||||
- It says OAI, and seems to start at 3:00 AM, but I only see the `filter-media` cron job set to start then
|
||||
- Double checking the [DSpace 5.x upgrade notes](https://wiki.duraspace.org/display/DSDOC5x/Upgrading+DSpace) for anything I missed, or troubleshooting tips
|
||||
- Running some manual processes just in case:
|
||||
|
||||
```
|
||||
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dcterms-types.xml
|
||||
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/dublin-core-types.xml
|
||||
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/eperson-types.xml
|
||||
$ /home/dspacetest.cgiar.org/bin/dspace registry-loader -metadata /home/dspacetest.cgiar.org/config/registries/workflow-types.xml
|
||||
```
|
||||
|
||||
- Start working on paper for KM4Dev journal
|
||||
|
Reference in New Issue
Block a user