diff --git a/content/posts/2019-07.md b/content/posts/2019-07.md index 4ef0df841..51825c768 100644 --- a/content/posts/2019-07.md +++ b/content/posts/2019-07.md @@ -209,5 +209,13 @@ dc.identifier.issn - I need to follow up with Moayad about the reporting functionality - Also, I need to email Harrison my notes on the CG Core v2 stuff - Also, Jane asked me to check the Data Portal to see which email address requests for confidential data are going +- Yesterday Theirry from CTA asked me about an error he was getting while submitting an item on CGSpace: "Unable to load Submission Information, since WorkspaceID (ID:S106658) is not a valid in-process submission." +- I looked in the DSpace logs and found this right around the time of the screenshot he sent me: + +``` +2019-07-10 11:50:27,433 INFO org.dspace.submit.step.CompleteStep @ lewyllie@cta.int:session_id=A920730003BCAECE8A3B31DCDE11A97E:submission_complete:Completed submission with id=106658 +``` + +- I'm assuming something happened in his browser (like a refresh) after the item was submitted... diff --git a/docs/2019-07/index.html b/docs/2019-07/index.html index 884b8963a..efd041d73 100644 --- a/docs/2019-07/index.html +++ b/docs/2019-07/index.html @@ -21,7 +21,7 @@ Abenet had another similar issue a few days ago when trying to find the stats fo - + @@ -47,9 +47,9 @@ Abenet had another similar issue a few days ago when trying to find the stats fo "@type": "BlogPosting", "headline": "July, 2019", "url": "https:\/\/alanorth.github.io\/cgspace-notes\/2019-07\/", - "wordCount": "1112", + "wordCount": "1187", "datePublished": "2019-07-01T12:13:51\x2b03:00", - "dateModified": "2019-07-11T17:57:51\x2b03:00", + "dateModified": "2019-07-11T19:52:07\x2b03:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -368,6 +368,14 @@ dc.identifier.issn
I looked in the DSpace logs and found this right around the time of the screenshot he sent me:
+ +2019-07-10 11:50:27,433 INFO org.dspace.submit.step.CompleteStep @ lewyllie@cta.int:session_id=A920730003BCAECE8A3B31DCDE11A97E:submission_complete:Completed submission with id=106658
+
I’m assuming something happened in his browser (like a refresh) after the item was submitted…