Page 1 of 1

WARNING: System::setSecurityManager has been called by net.filebot.Main

Posted: 30 Nov 2021, 06:14
by Axel Foley
Hi,

I have these warnings from java on my Synology DS1812+ and wanted to know if I can safely ignore it and if I can suppress them:

Code: Select all

WARNING: A terminally deprecated method in java.lang.System has been called
WARNING: System::setSecurityManager has been called by net.filebot.Main (file:/volume1/@appstore/filebot/jar/filebot.jar)
WARNING: Please consider reporting this to the maintainers of net.filebot.Main
WARNING: System::setSecurityManager will be removed in a future release
FileBot sysinfo:

Code: Select all

FileBot 4.9.4 (r8736)
JNA Native: 6.1.0
MediaInfo: 21.09
Tools: fpcalc/1.5.0 p7zip/16.02 unrar/6.02
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2021-08-02 (r761)
Groovy: 3.0.8
JRE: OpenJDK Runtime Environment 17.0.1
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 4 Core / 788 MB Max Memory / 23 MB Used Memory
OS: Linux (amd64)
HW: Linux nas 3.10.105 #25556 SMP Sat Aug 28 02:15:10 CST 2021 x86_64 GNU/Linux synology_cedarview_1812+
CPU/MEM: Intel(R) Atom(TM) CPU D2700   @ 2.13GHz [MemTotal: 3.1 GB | MemFree: 145 MB | SwapCached: 39 MB | SwapTotal: 4.0 GB | SwapFree: 3.4 GB]
STORAGE: ext4 [/] @ 967 MB | btrfs [/volume2] @ 3.2 TB | ext4 [/volume1] @ 4.8 TB | ext4 [/volume1/shared/media/video] @ 4.8 TB | ext4 [/volume1/shared/media/music] @ 4.8 TB | ext4 [/volume1/shared/media/photo] @ 4.8 TB | btrfs [/volume1/shared/media2] @ 3.2 TB
USER: root
DATA: /volume1/@appstore/filebot/data/0
Package: SPK
License: FileBot License PX4199743 (Valid-Until: 2068-08-04)
Thanks.

Re: Java warnings

Posted: 30 Nov 2021, 07:09
by rednoah
Just warning messages caused by Java 17. Nothing worry about. Just ignore them.


You can suppress these warnings by switching to the latest beta release:
viewtopic.php?t=1609

Re: WARNING: System::setSecurityManager has been called by net.filebot.Main

Posted: 30 Nov 2021, 12:26
by Axel Foley
Thank you.