Failing to Data Exchange - Error: JSPException including path '/admin/dataImport.jsp' #189
-
Beta Was this translation helpful? Give feedback.
Answered by
tomas-muller
Mar 7, 2025
Replies: 1 comment 1 reply
-
|
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 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
tsathis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.confto contain the following line: