Search found 7 matches

by jkalksma
13 Apr 2020, 07:06
Forum: Synology NAS & Embedded Linux
Topic: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
Replies: 4
Views: 7814

Re: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

I am using the latest version, 4.9.0. There is no update available in the package center. This is the script I have been using for year, what is wrong with it? filebot -script 'fn:configure' --def ‘osdbUser=****' ‘osdbPwd=****' filebot -script 'fn:amc' '/volume1/Downloads' --output /volume1/Video --...
by jkalksma
12 Apr 2020, 08:34
Forum: Synology NAS & Embedded Linux
Topic: java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7
Replies: 4
Views: 7814

java.lang.NoClassDefFoundError: Could not initialize class org.codehaus.groovy.vmplugin.v7.Java7

Hello, my script (on Synology) has been running without problems for a long time but now I get this message. The only thing I can think off is that I updated Filbot Node. == Current status: 1 (Interrupted) Standard output/error: Ignore invalid file path: java.nio.file.NoSuchFileException: /volume1/h...
by jkalksma
11 Nov 2019, 15:03
Forum: Scripting and Automation
Topic: Script stopped working: Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 57
Replies: 1
Views: 1457

Script stopped working: Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 57

I am using Synology and have used the following script successfully: filebot -script 'fn:configure' --def ‘osdbUser=*****' ‘osdbPwd=*****' filebot -script 'fn:amc' '/volume1/Downloads' --output /volume1/Video --action move -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'subtitles...
by jkalksma
02 Nov 2019, 17:47
Forum: Help and Support
Topic: Caused by: java.nio.file.NoSuchFileException: /shared/*.psm
Replies: 1
Views: 1602

Caused by: java.nio.file.NoSuchFileException: /shared/*.psm

Hello, my license has expired so I bought a new one. I am not able to install it however. This is what I get. My license file is in the “shared” folder. *****@******:/$ filebot --license /shared/FileBot_License_P10078533.psm Error during startup net.filebot.cli.CmdlineException: Invalid License File...
by jkalksma
21 Oct 2018, 11:40
Forum: Help and Support
Topic: [bash] sh: -c: line 0: unexpected EOF while looking for matching `
Replies: 3
Views: 2831

Re: [bash] sh: -c: line 0: unexpected EOF while looking for matching `

Thank you, corrected that. Now I need a licencse. I bought a license, how do I install it on my Synology?
by jkalksma
21 Oct 2018, 08:07
Forum: Help and Support
Topic: [bash] sh: -c: line 0: unexpected EOF while looking for matching `
Replies: 3
Views: 2831

[bash] sh: -c: line 0: unexpected EOF while looking for matching `

Hello, I have assembled the following user defined script on my Synology NAS after a crash of one of my disks. It used to work before the crash but now I get errors. Script: filebot -script 'fn:configure' --def ‘osdbUser=xxx' ‘osdbPwd=xxx’ filebot -script 'fn:amc' '/volume1/Downloads’ --output /volu...