java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
Posted: 21 Jan 2020, 07:43
Hi Rednoah, Hi everybody
I'm Alberto and I'm going crazy with Filebot and Java in the last few days.
After TVDB problems I've read here the Java package from rednoah was better then Java 8 and so I removed mine and installed the other. After that Filebot stops to work.
My logs:
What's happened ??
Thank you so much.
I'm Alberto and I'm going crazy with Filebot and Java in the last few days.
After TVDB problems I've read here the Java package from rednoah was better then Java 8 and so I removed mine and installed the other. After that Filebot stops to work.
My logs:
Code: Select all
java -version
openjdk version "13.0.2" 2020-01-15
OpenJDK Runtime Environment (build 13.0.2+9)
OpenJDK Server VM (build 13.0.2+9, mixed mode)
Code: Select all
filebot -version
FileBot 4.8.5 (r6224) / OpenJDK Runtime Environment 13.0.2 / Linux 3.2.40 (arm)
Code: Select all
which java
/usr/local/bin/java
Code: Select all
echo $JAVA_HOME
/root/jdk-13.0.2/bin/java
Code: Select all
uname -a
Linux DiskStation213j 3.2.40 #24922 Mon Aug 19 12:09:30 CST 2019 armv7l GNU/Linux synology_armada370_213j
Code: Select all
filebot -script fn:sysinfo
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
at net.filebot.ApplicationFolder.<init>(ApplicationFolder.java:34)
at net.filebot.ApplicationFolder.<clinit>(ApplicationFolder.java:17)
at net.filebot.Main.initializeSystemProperties(Main.java:405)
at net.filebot.Main.main(Main.java:111)
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
at net.filebot.ApplicationFolder.<init>(ApplicationFolder.java:34)
at net.filebot.ApplicationFolder.<clinit>(ApplicationFolder.java:19)
at net.filebot.Main.initializeSystemProperties(Main.java:405)
at net.filebot.Main.main(Main.java:111)
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
at net.filebot.ApplicationFolder.<init>(ApplicationFolder.java:34)
at net.filebot.ApplicationFolder.<clinit>(ApplicationFolder.java:21)
at net.filebot.Main.initializeSystemProperties(Main.java:405)
at net.filebot.Main.main(Main.java:111)
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/admin
at net.filebot.ApplicationFolder.<init>(ApplicationFolder.java:34)
at net.filebot.ApplicationFolder.<clinit>(ApplicationFolder.java:23)
at net.filebot.Main.initializeSystemProperties(Main.java:405)
at net.filebot.Main.main(Main.java:111)
Error during startup
java.lang.ExceptionInInitializerError
at net.filebot.Main.main(Main.java:115)
Caused by: net.sf.ehcache.CacheException: java.nio.file.AccessDeniedException: / volume1/@appstore/filebot/data/admin
at net.filebot.CacheManager.<init>(CacheManager.java:36)
at net.filebot.CacheManager.<clinit>(CacheManager.java:22)
... 1 more
Caused by: java.nio.file.AccessDeniedException: /volume1/@appstore/filebot/data/ admin
at net.filebot.util.FileUtilities.createFolders(FileUtilities.java:191)
at net.filebot.CacheManager.acquireDiskStore(CacheManager.java:86)
at net.filebot.CacheManager.<init>(CacheManager.java:33)
... 2 more
Thank you so much.