Add notes for 2018-11-26

This commit is contained in:
2018-11-26 11:50:54 +02:00
parent bb96bcaddc
commit b871937bf7
3 changed files with 52 additions and 8 deletions

View File

@ -386,4 +386,24 @@ java.lang.IllegalStateException: DSpace kernel cannot be null
- Adding her to this group solved her issues
- Tezira says she's also getting the same "authorization denied" error for workflow step 1 when resuming submissions, so I told Abenet to delete the empty group
## 2018-11-26
- [This WLE item](https://cgspace.cgiar.org/handle/10568/97709) is issued on 2018-10 and accessioned on 2018-10-22 but does not show up in the [WLE R4D Learning Series](https://cgspace.cgiar.org/handle/10568/41888) collection on CGSpace for some reason, and therefore does not show up on the WLE publication website
- I tried to remove that collection from Discovery and do a simple re-index:
```
$ dspace index-discovery -r 10568/41888
$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery
```
- ... but the item still doesn't appear in the collection
- Now I will try a full Discovery re-index:
```
$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
```
- Ah, Marianne had set the item as private when she uploaded it, so it was still private
- I made it public and now it shows up in the collection list
<!-- vim: set sw=2 ts=2: -->