Hallo,
nach dem Update von Fedora Linux 39 auf 40 startet Hibiscus nicht mehr.
Fehlermeldung:
java.lang.UnsupportedOperationException: The Security Manager is deprecated and will be removed in a future release
at java.base/java.lang.System.setSecurityManager(System.java:430)
at de.willuhn.jameica.services.SecurityManagerService.init(SecurityManagerService.java:41)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:139)
at de.willuhn.boot.BootLoader.resolve(BootLoader.java:119)
at de.willuhn.boot.BootLoader.getBootable(BootLoader.java:70)
at de.willuhn.jameica.system.Application.init(Application.java:103)
at de.willuhn.jameica.system.Application.newInstance(Application.java:87)
at de.willuhn.jameica.Main.main(Main.java:75)
Java Version:
java -version
openjdk version "21.0.3" 2024-04-16
OpenJDK Runtime Environment (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9)
OpenJDK 64-Bit Server VM (Red_Hat-21.0.3.0.9-1) (build 21.0.3+9, mixed mode, sharing)
Hibiscus Version:
Software-Version: 2.10.20
HBCI4Java-Version: 3.1.79
Datenbank-Version: 71
Build: 384 [Datum 20240405]
Ich habe das Problem behoben indem ich folgende Option hinzugefügt habe:
-Djava.security.manager=allow
Die Frage ist ob Hibiscus angepasst wird damit es auch ohne den Security Manager funktioniert?
robin