Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

Support for Ubuntu and other Desktop Linux distributions
Post Reply
User avatar
rednoah
The Source
Posts: 22898
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

Post by rednoah »

If you're using the portable package, and are using the update-filebot.sh then you may run into errors after upgrading to Java 16 because update-filebot.sh only updates the application core but not the 3rd party dependencies, which may or may not be forwards-compatible with your current environment:

Code: Select all

java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
        at net.filebot.cli.ScriptShell.createScriptEngine(Unknown Source)
        at net.filebot.cli.ScriptShell.<init>(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.runScript(Unknown Source)
        at net.filebot.cli.ArgumentProcessor.run(Unknown Source)
        at net.filebot.Main.main(Unknown Source)

Code: Select all

README
------
The update-filebot.sh tool patches core application files with the latest development revision, and does not upgrade the entire application bundle.
The latest revision may or may not be compatible with the current stable application bundle, and may require you to upgrade to upgrade to the latest application bundle once in a blue moon.

Please report regression issues in the FileBot Forums:
https://www.filebot.net/report.html
:idea: Please read the FAQ and How to Request Help.
Post Reply