[Ubuntu 16.04 / Mint 18] javafx/concurrent/Task error

All your suggestions, requests and ideas for future development
Post Reply
JackFoobar
Posts: 2
Joined: 11 Aug 2016, 03:06

[Ubuntu 16.04 / Mint 18] javafx/concurrent/Task error

Post by JackFoobar »

FileBot 4.7.2 (r4178)
JNA Native: 4.0.1
MediaInfo: MediaInfoLib - v0.7.69
7-Zip-JBinding: 9.20
Chromaprint: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: OK
GVFS: OK
Groovy Engine: 2.4.7
JRE: OpenJDK Runtime Environment 1.8.0_91
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 2 GB Max Memory / 23 MB Used Memory
OS: Linux (amd64)
Package: DEB
Data: /home/user/.filebot
uname: Linux 4.7.0-040700-generic #201607241632 SMP Sun Jul 24 20:34:30 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Bug: Upon rename, an error is thrown of "javafx/concurrent/Task". I have had to downgrade, and keep getting the annoying prompt to upgrade. If you know of any means to disable that annoying prompt, or fixing the bug, I would be grateful. Thank you.

Image
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Ubuntu 16.04/Mint 18 x64 javafx bug 8/10/16

Post by rednoah »

You're missing the openjfx dependency:

Code: Select all

sudo apt-get install openjfx
:idea: Please read the FAQ and How to Request Help.
JackFoobar
Posts: 2
Joined: 11 Aug 2016, 03:06

Re: [Ubuntu 16.04 / Mint 18] javafx/concurrent/Task error

Post by JackFoobar »

Code: Select all

sudo apt-get install openjfx
[sudo] password for user: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libopenjfx-java libopenjfx-jni
The following NEW packages will be installed:
  libopenjfx-java libopenjfx-jni openjfx
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 18.4 MB of archives.
After this operation, 50.8 MB of additional disk space will be used.

Code: Select all

sudo dpkg -r filebot && sudo dpkg -i filebot_4.7.2_amd64.deb
(Reading database ... 394810 files and directories currently installed.)
Removing filebot (4.7) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Selecting previously unselected package filebot.
(Reading database ... 394800 files and directories currently installed.)
Preparing to unpack filebot_4.7.2_amd64.deb ...
Unpacking filebot (4.7.2) ...
Setting up filebot (4.7.2) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Tested 4.7.2 as working. That solved the problem. Thank you.
MasterCATZ
Posts: 38
Joined: 28 May 2012, 23:01

Re: [Ubuntu 16.04 / Mint 18] javafx/concurrent/Task error

Post by MasterCATZ »

thanks
sudo apt-get install openjfx

did the trick
Post Reply