Page 1 of 1

Error during startup: AccessDeniedException

Posted: 20 Mar 2020, 11:30
by martschlo
Hi there,

my filebot ran wonderfully this morning. Then I played on the script and had to clear the cache once because he copied unsorted films there.

Now when I start my script I get:

Code: Select all


Error during startup: AccessDeniedException: /volume1/amc.log
java.nio.file.AccessDeniedException: /volume1/amc.log
         at net.filebot.util.FileUtilities.createFile (Unknown Source)
         at net.filebot.Logging.createLogFileHandler (Unknown Source)
         at net.filebot.Main.initializeLogging (Unknown Source)
         at net.filebot.Main.main (Unknown Source)

I have already deleted the amc.log. However, this is not created again when the script is started. I also reinstalled Filebot and restarted the NAS (DS918 +). Nothing helped.

What else can I do ? There seem to be authorization problems.

I have a license

Re: Error during startup: AccessDeniedException

Posted: 20 Mar 2020, 12:13
by rednoah
You've configured an output folder / log file location that is not writable:

Code: Select all

java.nio.file.AccessDeniedException: /volume1/amc.log

:arrow: Use an output folder that is writable. /volume1 is not writable because that's where Synology DSM manages all its shares, so you shouldn't touch it.