diff --git a/content/posts/2018-11.md b/content/posts/2018-11.md index c55cc3114..b434f0b3e 100644 --- a/content/posts/2018-11.md +++ b/content/posts/2018-11.md @@ -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 + diff --git a/docs/2018-11/index.html b/docs/2018-11/index.html index d32aa2dfa..b8c0cd260 100644 --- a/docs/2018-11/index.html +++ b/docs/2018-11/index.html @@ -21,7 +21,7 @@ Today these are the top 10 IPs: " /> - + @@ -48,9 +48,9 @@ Today these are the top 10 IPs: "@type": "BlogPosting", "headline": "November, 2018", "url": "https://alanorth.github.io/cgspace-notes/2018-11/", - "wordCount": "2227", + "wordCount": "2358", "datePublished": "2018-11-01T16:41:30+02:00", - "dateModified": "2018-11-22T08:51:33+02:00", + "dateModified": "2018-11-22T09:39:09+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -558,6 +558,30 @@ java.lang.IllegalStateException: DSpace kernel cannot be null +
$ dspace index-discovery -r 10568/41888
+$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery
+
+
+$ time schedtool -D -e ionice -c2 -n7 nice -n19 dspace index-discovery -b
+
+
+