When I go edit a template for a collection, I get this error.
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: [org.dspace.content.Item#6d947881-981a-47a0-9b46-54a5629fc483]
I get this exact error every time I try to edit the template for the same collection ( showing the same UUID ). If I try a different collection, the same thing happens. I get the error, with a different uuid that is unique to that collection.
I'm having the same issue when depositing in a collection, with the same uuid message for each collection. It is always the same unique uuid per collection, and it is the same one for editing a template or submitting an item, per collection.
Yesterday I found an item that did not have a submitter in the database and tried to delete it but I got an error in the dspace log that it was still in the workspaceitem table, so I removed it from the worksapceitem table with a SQL command and then I was able to delete it using the UI. I wonder if that has something to do with this error, I'm seeing today? This was working on Monday.
Thank you!
-Jose