You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DSpace Technical Support
I'm having trouble uploading PDFs to collection items. I keep getting the following error: java.io.IOException: No such file or directory.
I've already checked the connection to the API and it returns 200. I've already checked the folder permissions and they're set as correct. I've already set the Tomcat configuration to read and write the files, which are: ReadWritePaths=/etc/tomcat9/Catalina/
ReadWritePaths=/var/lib/tomcat9/webapps/
ReadWritePaths=/var/log/tomcat9/ and ReadWritePaths=/opt/dspace/upload
ReadWritePaths=/opt/dspace/assetstore.
I've already set the local.cfg and dspace.cfg to the correct locations and nothing works. The API is working correctly, but apparently the file isn't being saved to the folder.
I've already created the folder as well.