NoClassDefFoundError: javafx/concurrent/Worker

Support for Ubuntu and other Desktop Linux distributions
Post Reply
Xelator
Posts: 4
Joined: 07 May 2020, 15:57

NoClassDefFoundError: javafx/concurrent/Worker

Post by Xelator »

Hello,

first im new in the pi Universe xD ...

i got 3 problems with it 1 and 2 are the same i meen, i can't load File or Folder's i can only use drag & drop and the 3 problem is when i cklick on Rename.


System:

Code: Select all

FileBot 4.9.1 (r7372) JDK8
JNA Native: 5.2.2
MediaInfo: 18.12
p7zip: p7zip Version 16.02 (locale=de_DE.UTF-8,Utf16=on,HugeFiles=on,32 bits,4 CPUs LE)
unrar: net.filebot.ExecuteException: [unrar] failed (1)
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
GVFS: PlatformGVFS [/run/user/1000/gvfs]
Script Bundle: 2020-04-20 (r634)
Groovy: 3.0.3
JRE: OpenJDK Runtime Environment 11.0.7
JVM: 32-bit OpenJDK Server VM
CPU/MEM: 4 Core / 235 MB Max Memory / 38 MB Used Memory
OS: Linux (arm)
HW: Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
STORAGE: ext4 [/] @ 3.7 GB
DATA: /home/pi/.filebot
Package: DEB
License: FileBot License XXXXXXXXXX :) (Valid-Until: 2021-05-12)
Error log:

Code: Select all

ay 07, 2020 5:53:13 PM net.filebot.ui.rename.RenameAction lambda$actionPerformed$1
SCHWERWIEGEND: MOVE: NoClassDefFoundError: javafx/concurrent/Worker
java.lang.NoClassDefFoundError: javafx/concurrent/Worker
	at net.filebot.ui.rename.RenameAction.lambda$actionPerformed$1(Unknown Source)
	at net.filebot.util.ui.SwingUI.withWaitCursor(Unknown Source)
	at net.filebot.ui.rename.RenameAction.actionPerformed(Unknown Source)
	at net.filebot.UserFiles.withModeSelect(Unknown Source)
	at net.filebot.UserFiles.showLoadDialogSelectFiles(Unknown Source)
	at net.filebot.ui.transfer.LoadAction.actionPerformed(Unknown Source)
	at net.filebot.UserFiles.withModeSelect(Unknown Source)
	at net.filebot.UserFiles.showLoadDialogSelectFiles(Unknown Source)
	at net.filebot.ui.transfer.LoadAction.actionPerformed(Unknown Source)
Caused by: java.lang.ClassNotFoundException: javafx.concurrent.Worker
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
	... 9 more
Image
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [raspberry pi 3b+] 3 Problems

Post by rednoah »

1.
JavaFX is not installed.


:?: Did you follow the instructions?
https://www.filebot.net/linux/apt.html

rednoah wrote: 13 Jul 2018, 12:00 The installer/deb.sh will add the repository and install FileBot for you:

Code: Select all

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
:?: What does the console output say when you run this script?



2.
You are using Java 11:

Code: Select all

JRE: OpenJDK Runtime Environment 11.0.7
Yet you have installed the FileBot / Java 8 compatibility build:

Code: Select all

FileBot 4.9.1 (r7372) JDK8
You'll want to use Java 11+ and JavaFX 11+ and FileBot (the default build, not the Java 8 compatibility build).
:idea: Please read the FAQ and How to Request Help.
Xelator
Posts: 4
Joined: 07 May 2020, 15:57

Re: NoClassDefFoundError: javafx/concurrent/Worker

Post by Xelator »

Hello,

oky thanks for the fast replay, i will test it when i'm @ home

i have download the Pi version from her and double klick the .deb like windows xD
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: NoClassDefFoundError: javafx/concurrent/Worker

Post by rednoah »

Welcome to Linux. Now use the package manager, otherwise you get to manually install all the dependencies. ;)
:idea: Please read the FAQ and How to Request Help.
Xelator
Posts: 4
Joined: 07 May 2020, 15:57

Re: [raspberry pi 3b+] 3 Problems

Post by Xelator »

rednoah wrote: 07 May 2020, 16:50 1.
JavaFX is not installed.


:?: Did you follow the instructions?
https://www.filebot.net/linux/apt.html

rednoah wrote: 13 Jul 2018, 12:00 The installer/deb.sh will add the repository and install FileBot for you:

Code: Select all

bash -xu <<< "$(curl -fsSL https://raw.githubusercontent.com/filebot/plugins/master/installer/deb.sh)"
:?: What does the console output say when you run this script?


after i have paste the code to the Terminal he have do many xD .... and all will work now thanks
Post Reply