AccessDeniedException

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
zexor2012
Posts: 4
Joined: 27 Feb 2015, 11:57

AccessDeniedException

Post by zexor2012 »

Hey Guys,

i use pyload an the ExternalScripts Plugin. After extracting it should start the "amc" script. But it doesn't work.

Here is the Log from the AMC-LOG:

Code: Select all

Failed to initialize cache: java.nio.file.AccessDeniedException: 
/volume1/@appstore/filebot/data/cache/0/.lock
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccessDeniedException

Post by rednoah »

Delete /volume1/@appstore/filebot/data/cache and then try again.
:idea: Please read the FAQ and How to Request Help.
zexor2012
Posts: 4
Joined: 27 Feb 2015, 11:57

Re: AccessDeniedException

Post by zexor2012 »

Thank you!

Now it works!

Some Exceptions are still inside, is it important?

Code: Select all

SevenZipNativeInitializationException: Failed to load 7z-JBinding: no 7-Zip-JBinding in java.library.path
JNA Warning: IOException removing temporary files: JNA temporary directory '/volume1/@appstore/filebot/data/temp' is not writable
Input:
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AccessDeniedException

Post by rednoah »

Delete all folders in /volume1/@appstore/filebot/data/* then.

You probably ran filebot as root for the first time. So you initialized everything as root with root permissions, and now that you run as normal user it doesn't have permission to access it's own cache/temp/etc files.
:idea: Please read the FAQ and How to Request Help.
Post Reply