Dear Team,
I am encountering a persistent "Upload failed" error, as illustrated in the attached image. While uploads were previously functioning correctly, this issue has been occurring for the past few days.
My DSpace instance is version 7.6 and is publicly accessible via an Apache2 proxy.
Thank you for your assistance.
Why it happens:
How to fix it:
The correct way to add or modify ReadWritePaths is to create an override file for the Tomcat service. This ensures that your changes are preserved across updates.
Here's how:
Create the override directory:
Create the override file:
Create a file named override.conf inside the directory you just created:
Add your ReadWritePaths:
Inside override.conf, add the following, making sure to replace /dspace/ with the actual path you need:
If you need to grant access to multiple paths, list them separated by spaces:
Reload systemd and restart Tomcat:
Apply the changes and restart Tomcat: