NoClassDefFoundError: javafx/concurrent/Worker
Posted: 07 May 2020, 16:21
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:
Error log:

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)
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
