Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Mark H. Wood
On Thu, Mar 23, 2023 at 01:24:16AM -0700, Agustina Martinez wrote: > Thanks a lot for chipping in. All that you have described is exactly what > is happening. To give some more details: > >- There is the single big transaction being built up, and it does not >save until all the items in

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-23 Thread Agustina Martinez
Hi Mark, Thanks a lot for chipping in. All that you have described is exactly what is happening. To give some more details: - There is the single big transaction being built up, and it does not save until all the items in the collection have been processed. - My task implementation is

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-22 Thread Mark H. Wood
Interesting. It sounds to me like there are two problems here, with a common source: o a (potentially) gigantic transaction is built up over a sequence of operations which should be unrelated; o a (potentially) gigantic queue of events which should be unrelated is built up within the

Re: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-21 Thread 'Tim Donohue' via DSpace Technical Support
ject: [dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations Hi Tim, Many thanks for the hints. Yes, I can confirm now that the issue was completely unrelated to CORS. Unfortunately there were no errors at all in any of the backend logs regarding this other than a request timeout

[dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-21 Thread Agustina Martinez
Hi Tim, Many thanks for the hints. Yes, I can confirm now that the issue was completely unrelated to CORS. Unfortunately there were no errors at all in any of the backend logs regarding this other than a request timeout. I have managed to track down the issue and it was quite a worrying one,

[dspace-tech] Re: DSpace 7.5 intermittent errors with patch operations

2023-03-20 Thread 'Tim Donohue' via DSpace Technical Support
Hi Agustina, If you are sure it's not a CORS policy error, then I'd recommend checking the backend logs. That "500 (Internal Server Error)" might also be logged in dspace.log or tomcat logs. If so, there may be more information there to help out. If it's reproducible semi-easily, you could