Error during startup: AccessDeniedException

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
martschlo
Posts: 1
Joined: 20 Mar 2020, 11:21

Error during startup: AccessDeniedException

Post 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
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Error during startup: AccessDeniedException

Post 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply