Ab WebOffice 10.9 R5 gelten neue technische Anforderungen:
- Java JDK 21 und Apache Tomcat 11 sind erforderlich.
Diese Änderungen bringen die aktuellsten stabilen Plattformversionen, verlängerte Supportzeiträume und zusätzliche technologische Vorteile.
Startproblem der Anwendung nach dem Deployment
Wenn die WebOffice-Anwendung nach dem Deployment nicht startet oder die Projektinitialisierung fehlschlägt, prüfen Sie die WebOffice-Logdatei. Wenn dort folgender Hinweis erscheint:
#2025-11-28 14:08:30,007 FATAL [main ] 17 E868693306T5310002
APPLI_CAN_NOT_START - Failed to start WebOffice
caused by Java VM Argument --add-opens java.base/sun.net=ALL-UNNAMED does not exist. Java VM Argument --add-exports java.base/sun.net.www.protocol.http.ntlm=ALL-UNNAMED does not exist.
Please consult the WebOffice User Manual to configure the required Java VM Arguments for Apache Tomcat:
--add-exports
--add-opens
Java VM Argument --add-opens java.base/sun.net=ALL-UNNAMED does not exist. Java VM Argument --add-exports java.base/sun.net.www.protocol.http.ntlm=ALL-UNNAMED does not exist.
Please consult the WebOffice User Manual to configure the required Java VM Arguments for Apache Tomcat:
--add-exports
--add-opens
at com.mysynergis.core.util.ThrowableUtil.a(ThrowableUtil.java:80)
at com.mysynergis.core.util.ThrowableUtil.a(ThrowableUtil.java:75)
at com.mysynergis.core.application.Application.a(Application.java:327)
at com.mysynergis.core.application.Application.start(Application.java:268)
at com.mysynergis.core.application.Application.a(Application.java:142)
at com.mysynergis.core.application.InitServlet.init(InitServlet.java:46)bedeutet das, dass die erforderlichen Java VM Arguments in den Apache Tomcat-Einstellungen fehlen.
Lösung: Java VM Arguments ergänzen
Öffnen Sie die Apache Tomcat-Konfiguration, zum Beispiel mit "Tomcat9w.exe" unter <Laufwerk>:\Tomcat\bin, und fügen Sie unter Java → Java Options folgende Einträge hinzu:
--add-exports=java.base/sun.net.www.protocol.http.ntlm=ALL-UNNAMED
--add-opens=java.base/sun.net=ALL-UNNAMED
Diese Ergänzungen sind zwingend erforderlich, damit WebOffice nach dem Upgrade auf Version 10.9 R5 erfolgreich startet.
Hier finden Sie weiterführende Links zu unserer Dokumentation:
- Neuerungen in WebOffice 10.9 R5:
https://resources.weboffice.vertigis.com/Documentation/WebOffice/DE/index.html?wn109r5.htm - Upgrade WebOffice 10.9 R4 nach 10.9 R5:
https://resources.weboffice.vertigis.com/Documentation/WebOffice/DE/index.html?wo_upgrade_109r4_to_109r5.htm - Apache Tomcat konfigurieren: https://resources.weboffice.vertigis.com/Documentation/WebOffice/DE/index.html?req_apache_tomcat_configuration.htm
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.