Filebot-to-Transmission Script Broken after upgrade to 4.1
Posted: 08 Jun 2014, 20:01
After upgrading to Filebot 4.1 and installing the required Oracle Java 8, the filebot script for the "Fully Automated Media Center with Transmission (Mac)" stopped working.
The first error I was getting was "missing file" for the file /Applications/Filebot.app/Contents/MacOS/filebot
So I opened the Filebots.app package and couldn't find a "filebot" file in there . . .
So I tried pointing the script to the filebot.sh file instead, at /Applications/Filebot.app/Contents/MacOS/filebot.sh
But this brings up a new set of errors:
---------------------------------
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
---------------------------------
What have I done wrong?
Do I need to change the script more, or is it a problem with the latest Java installation?
The script was working amazingly well for me prior to upgrading to Filebot 4.1.
RE:
http://www.filebot.net/forums/viewtopic ... =520#p3470
The first error I was getting was "missing file" for the file /Applications/Filebot.app/Contents/MacOS/filebot
So I opened the Filebots.app package and couldn't find a "filebot" file in there . . .
So I tried pointing the script to the filebot.sh file instead, at /Applications/Filebot.app/Contents/MacOS/filebot.sh
But this brings up a new set of errors:
---------------------------------
Exception in thread "main" java.lang.UnsupportedClassVersionError: net/filebot/Main : Unsupported major.minor version 51.0
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClassCond(ClassLoader.java:637)
at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:141)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:283)
at java.net.URLClassLoader.access$000(URLClassLoader.java:58)
at java.net.URLClassLoader$1.run(URLClassLoader.java:197)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
---------------------------------
What have I done wrong?
Do I need to change the script more, or is it a problem with the latest Java installation?
The script was working amazingly well for me prior to upgrading to Filebot 4.1.
RE:
http://www.filebot.net/forums/viewtopic ... =520#p3470