Page 1 of 1

AccessDeniedException

Posted: 27 Feb 2015, 12:03
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

Re: AccessDeniedException

Posted: 27 Feb 2015, 12:13
by rednoah
Delete /volume1/@appstore/filebot/data/cache and then try again.

Re: AccessDeniedException

Posted: 27 Feb 2015, 12:41
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:

Re: AccessDeniedException

Posted: 27 Feb 2015, 14:43
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.