--
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 a topic in the Google Groups "DSpace Technical Support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dspace-tech/6VIGe9xk2oY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/fec1a3fc-5f53-4cbd-b79f-cf512e8aa568n%40googlegroups.com.
chown -R tomcat:tomcat /home/dspace-7-angular/
Then it worked for me.
Thanks
M. Jayakananthan (BSc, MSc)
Research Data Librarian
International Water Management Institute
127, Sunil Mawatha, Pelawatte, Battaramulla, Colombo, Sri Lanka
m.jayak...@cgiar.org, mje...@gmail.com
+94773457556
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 dspace-tech...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/5d9c603c-73b7-415e-881d-d12663105c7dn%40googlegroups.com.
You can fix this problem by adding "ReadWritePaths=[dspace]" to tomcat service file under the service section. For ubuntu, you can find at /lib/systemd/system/tomcat9.service. Then, please execute the following commands:
systemctl daemon-reload
service tomcat9 restart
After this operation, I uploaded files successfully
systemctl daemon-reload
service tomcat9 restart
After this operation, I uploaded files successfully"