Skip to content
Discussion options

You must be logged in to vote

Is there any additional error in the Tomcat log? I guess this can be caused by the sandboxing feature in Ubuntu, causing the Tomcat to fail to upload the file you are trying to import (as it is configured to write the file in ${catalina.base}/data/unitime/uploads). To fix that, you need to edit (or create) the file /etc/systemd/system/tomcat9.service.d/override.conf to contain the following line:

[Service] ReadWritePaths=/var/lib/tomcat9/data

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tsathis
Comment options

Answer selected by tsathis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants