-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hi,
I am planning to use coderunner for some assessments in a new course in Scala. I asked the tech guy who manages our schools moodle server and the VM that is hosting the Jobe server. The problem we ran into is that when compiling a test program I get the following (root cause) error:
"Caused by: java.nio.file.AccessDeniedException: /home/jobe00/.cache"
Clearly we have some permissions set that are preventing the job run from creating these cache files. When permissions are given for that folder, there is just another one, and another one.
Have you any knowledge of others that have installed Scala 3 on a Jobe server and got it running? If yes, do you know how they did it? If no, do you have any suggestions for an approach to resolving this problem?
Regards
Sean