The server log shows a high amount of WARN [STDERR] lines for versions of eDiscovery Platform (eDP) 10.3 and 10.3.1.

book

Article ID: 100073011

calendar_today

Updated On:

Description

Error Message

From server log:

2024-12-06 15:14:09,123 WARN  [STDERR] (clusterupdateservice.clusterupdateservice:[]) javax.net.ssl|WARNING|43|clusterupdateservice.clusterupdateservice|2024-12-06 15:14:09.123 EST|SignatureScheme.java:428|Unsupported signature scheme: rsa_sha224

2024-12-06 15:14:09,123 WARN  [STDERR] (clusterupdateservice.clusterupdateservice:[]) javax.net.ssl|FINE|43|clusterupdateservice.clusterupdateservice|2024-12-06 15:14:09.123 EST|SSLExtensions.java:224|Populated with extension: signature_algorithms

2024-12-06 15:14:09,123 WARN  [STDERR] (clusterupdateservice.clusterupdateservice:[]) javax.net.ssl|FINE|43|clusterupdateservice.clusterupdateservice|2024-12-06 15:14:09.123 EST|SSLExtensions.java:207|Ignore unavailable extension: signature_algorithms_cert

2024-12-06 15:14:09,123 WARN  [STDERR] (clusterupdateservice.clusterupdateservice:[]) javax.net.ssl|FINE|43|clusterupdateservice.clusterupdateservice|2024-12-06 15:14:09.123 EST|SSLExtensions.java:207|Ignore unavailable extension: certificate_authorities

2024-12-06 15:14:09,163 WARN  [STDERR] (clusterupdateservice.clusterupdateservice:[]) javax.net.ssl|FINE|43|clusterupdateservice.clusterupdateservice|2024-12-06 15:14:09.163 EST|CertificateMessage.java:1171|Consuming server Certificate handshake message (

"Certificate": {

  "certificate_request_context": "",

  "certificate_list": [ 

  {

    "certificate" : {

      "version"            : "v3",

      "serial number"      : "02",

      "signature algorithm": "SHA256withRSA",

      "issuer"             : "CN=MySQL_Server_8.0.39_Auto_Generated_CA_Certificate",

      "not before"         : "2024-10-14 17:38:08.000 EDT",

      "not  after"         : "2034-10-12 17:38:08.000 EDT",

      "subject"            : "CN=MySQL_Server_8.0.39_Auto_Generated_Server_Certificate",

      "subject public key" : "RSA",

      "extensions"         : [

       

{           ObjectId: 2.5.29.19 Criticality=true           BasicConstraints:[             CA:false             PathLen: undefined           ]         }

      ]}

    "extensions":

{           }

  },

Cause

Additional debug logging was enabled that was not found in previous versions of the product.  It is okay to disable the debugging.

Resolution

Disable the additional debugging by following these steps:

  1. Go to the following path \V103\config\templates\tomcat
  2. Use notepad.exe to edit the file called catalina.bat
  3. Go to line 258.  The line should read:  set "JAVA_OPTS=%JAVA_OPTS% -Djavax.net.debug=ssl:handshake"
  4. Remark/Comment this line out by adding REM to the front of the line to look like this:  REM set "JAVA_OPTS=%JAVA_OPTS% -Djavax.net.debug=ssl:handshake"
  5. Run option 7 in Clearwell Utility.  Note:  This will stop and start eDP services making eDP unavailable for a short time, make certain eDP has no active sessions prior to running.

Issue/Introduction

The server log in eDP v10.3 & v10.3.1 may contain a high number of WARN [STDERR] messages in the log that was not seen in previous versions of the product, causing the server log to grow to much larger file sizes.

Additional Information

JIRA: CFT-6919