User below steps;
Based on your Tomcat version, update the version in the code, which is highlighted in red. In my case, it’s Tomcat9 sudo mkdir -p /etc/systemd/system/tomcat9.service.d/ *Create the override file:* Create a file named override.conf inside the directory you just created: Based on your Tomcat version, update the version in the code, which is highlighted in red. In my case, it’s Tomcat9 sudo nano /etc/systemd/system/tomcat9.service.d/override.conf *Add your ReadWritePaths:* Inside override.conf, add the following, making sure to replace /dspace/ with the actual path you need: [Service] ReadWritePaths=/dspace/ *(Optional)*If you need to grant access to multiple paths, list them separated by spaces: [Service] ReadWritePaths=/dspace/ /another/path/ /yet/another/path/ *Reassign the permission* sudo chown -R tomcat:tomcat /dspace/ *Reload systemd and restart Tomcat:* Apply the changes and restart Tomcat: sudo systemctl daemon-reload sudo systemctl restart tomcat9 Please try uploading files again. It should work now. Kamlesh Vegad LibAITech India ([email protected]) On Wednesday, 21 May 2025 at 16:49:20 UTC+5:30 chola melele wrote: > DSpace 7-- NO Uploading files- what could be the problem? > > the file uploads are not working (i.e., files remain at 0% or fail to > upload completely, although it sometimes uploading. -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/04e936d1-ab5b-4bd8-a386-4cf07ebf8ce5n%40googlegroups.com.
