Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-9468

Debezium server fails with CNFE

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.CR1
    • 3.3.0.CR1
    • debezium-server
    • None

      Fails with java.lang.ClassNotFoundException, missing is class org.apache.maven.artifact.versioning.InvalidVersionSpecificationException

      {
          "timestamp": "2025-09-14T11:48:30.986304546Z",
          "sequence": 654,
          "loggerClassName": "org.slf4j.impl.Slf4jLogger",
          "loggerName": "io.debezium.embedded.async.AsyncEmbeddedEngine",
          "level": "ERROR",
          "message": "Engine has failed with ",
          "threadName": "pool-7-thread-1",
          "threadId": 76,
          "mdc": {},
          "ndc": "",
          "hostName": "<redacted>",
          "processName": "/usr/lib/jvm/java-21-openjdk-21.0.8.0.9-1.el8.x86_64/bin/java",
          "processId": 1,
          "exception": {
              "refId": 1,
              "exceptionType": "java.lang.NoClassDefFoundError",
              "message": "org/apache/maven/artifact/versioning/InvalidVersionSpecificationException",
              "frames": [
                  {
                      "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                      "method": "validateAndGetConnectorConfig",
                      "line": 797
                  },
                  {
                      "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                      "method": "initializeConnector",
                      "line": 372
                  },
                  {
                      "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                      "method": "run",
                      "line": 208
                  },
                  {
                      "class": "io.debezium.server.DebeziumServer",
                      "method": "lambda$start$1",
                      "line": 182
                  },
                  {
                      "class": "java.util.concurrent.ThreadPoolExecutor",
                      "method": "runWorker",
                      "line": 1144
                  },
                  {
                      "class": "java.util.concurrent.ThreadPoolExecutor$Worker",
                      "method": "run",
                      "line": 642
                  },
                  {
                      "class": "java.lang.Thread",
                      "method": "run",
                      "line": 1583
                  }
              ],
              "causedBy": {
                  "exception": {
                      "refId": 2,
                      "exceptionType": "java.lang.ClassNotFoundException",
                      "message": "org.apache.maven.artifact.versioning.InvalidVersionSpecificationException",
                      "frames": [
                          {
                              "class": "jdk.internal.loader.BuiltinClassLoader",
                              "method": "loadClass",
                              "line": 641
                          },
                          {
                              "class": "jdk.internal.loader.ClassLoaders$AppClassLoader",
                              "method": "loadClass",
                              "line": 188
                          },
                          {
                              "class": "java.lang.ClassLoader",
                              "method": "loadClass",
                              "line": 526
                          },
                          {
                              "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                              "method": "validateAndGetConnectorConfig",
                              "line": 797
                          },
                          {
                              "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                              "method": "initializeConnector",
                              "line": 372
                          },
                          {
                              "class": "io.debezium.embedded.async.AsyncEmbeddedEngine",
                              "method": "run",
                              "line": 208
                          },
                          {
                              "class": "io.debezium.server.DebeziumServer",
                              "method": "lambda$start$1",
                              "line": 182
                          },
                          {
                              "class": "java.util.concurrent.ThreadPoolExecutor",
                              "method": "runWorker",
                              "line": 1144
                          },
                          {
                              "class": "java.util.concurrent.ThreadPoolExecutor$Worker",
                              "method": "run",
                              "line": 642
                          },
                          {
                              "class": "java.lang.Thread",
                              "method": "run",
                              "line": 1583
                          }
                      ]
                  }
              }
          }
      }
      
      

              vjuranek@redhat.com Vojtech Juranek
              vjuranek@redhat.com Vojtech Juranek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: