Aus Sicherheitsgründen wurde für die WebOffice-Version 10.9 R3 der Microsoft (MS) SQL JDBC-Treiber aktualisiert. Das Update betrifft ausschließlich den MS SQL Server.
Eine Maßnahme ist notwendig, wenn die folgende Fehlermeldung in der Logdatei ausgegeben wird:
FATAL [main ] 2281
UM_NO_CONNECTION - Failed to connect to the authorization database
caused by sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
at java.base/sun.security.provider.certpath.SunCertPathBuilder.build(SunCertPathBuilder.java:141)
at java.base/sun.security.provider.certpath.SunCertPathBuilder.engineBuild(SunCertPathBuilder.java:126)
at java.base/java.security.cert.CertPathBuilder.build(CertPathBuilder.java:297)
at java.base/sun.security.validator.PKIXValidator.doBuild(PKIXValidator.java:434)
at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:306)
at java.base/sun.security.validator.Validator.validate(Validator.java:264)
FATAL [main ] 2094 E1250499735T5717224
APPLI_CAN_NOT_START - Failed to start WebOffice
caused by Failed to connect to the authorization database
UM_NO_CONNECTION - # E1250499735T5717172
ERROR [ajp-nio-127.0.0.1-8009-exec-5 ] A8D86FDBEC06CE7FB411630011FE1CFD 64912 E796101278T5780030
Failed to get the anonymous login
caused by java.lang.NullPointerException
java.lang.NullPointerException
at com.mysynergis.core.controller.jsp.JspUtilAuth.isAnonymousLogin(JspUtilAuth.java:107)
Ab dieser WebOffice-Version wird es demnach erforderlich sein, Änderungen in der Anwendungs- und Projektkonfiguration vorzunehmen.
Änderungen beim Datenbank-Verbindungsparameter:
Mit der zusätzlichen Konfiguration des Parameters ;trustServerCertificate=true wird für die Datenbank-Verbindung das Zertifikat des angesprochenen Servers verifiziert.
Der Parameter muss an zwei Stellen gesetzt werden.
1.) WebOffice author standalone > Anwendungskonfiguration > Konfiguration der Web-Applikation > Basis > Benutzerverwaltung > DB-Verbindungsparameter für Lese- sowie Schreibzugriff
2.) WebOffice author standalone > Projektkonfiguration > Projekt editieren > Datenbankanbindungen > DB-Verbindungen
Kommentare
0 Kommentare
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.