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

CreateAndDeleteSqlSeverConnectorIT.testSqlServerCreateConnectorEndpoint fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Major
    • None
    • None
    • user-interface-backend
    • None

    Description

      CreateAndDeleteSqlSeverConnectorIT.testSqlServerCreateConnectorEndpoint fails with

      2022-07-22T13:38:44.1553302Z 2022-07-22 13:38:43,969 WARN  [io.deb.con.res.ResteasyWebApplicationExceptionMapper] (executor-thread-1) Unknown error, status code 400: org.jboss.resteasy.client.exception.ResteasyWebApplicationException: Unknown error, sta
      tus code 400
      2022-07-22T13:38:44.1555062Z    at org.jboss.resteasy.client.exception.WebApplicationExceptionWrapper.wrap(WebApplicationExceptionWrapper.java:107)
      2022-07-22T13:38:44.1556143Z    at org.jboss.resteasy.microprofile.client.DefaultResponseExceptionMapper.toThrowable(DefaultResponseExceptionMapper.java:21)
      2022-07-22T13:38:44.1557752Z    at org.jboss.resteasy.microprofile.client.ExceptionMapping$HandlerException.mapException(ExceptionMapping.java:39)
      2022-07-22T13:38:44.1558562Z    at org.jboss.resteasy.microprofile.client.ProxyInvocationHandler.invoke(ProxyInvocationHandler.java:154)
      2022-07-22T13:38:44.1559591Z    at com.sun.proxy.$Proxy644.createConnector(Unknown Source)
      2022-07-22T13:38:44.1561024Z    at io.debezium.configserver.rest.ConnectorResource.createConnector(ConnectorResource.java:318)
      2022-07-22T13:38:44.1561981Z    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      2022-07-22T13:38:44.1563770Z    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      2022-07-22T13:38:44.1564758Z    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      2022-07-22T13:38:44.1565445Z    at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      2022-07-22T13:38:44.1567701Z    at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:170)
      2022-07-22T13:38:44.1569080Z    at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:130)
      2022-07-22T13:38:44.1571952Z    at org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:643)
      2022-07-22T13:38:44.1572759Z    at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:507)
      2022-07-22T13:38:44.1573781Z    at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:457)
      2022-07-22T13:38:44.1574611Z    at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
      2022-07-22T13:38:44.1577703Z    at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:459)
      2022-07-22T13:38:44.1578809Z    at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:419)
      2022-07-22T13:38:44.1579641Z    at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:393)
      2022-07-22T13:38:44.1580352Z    at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:68)
      2022-07-22T13:38:44.1581792Z    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:492)
      2022-07-22T13:38:44.1582495Z    at org.jboss.resteasy.core.SynchronousDispatcher.lambda$invoke$4(SynchronousDispatcher.java:261)
      2022-07-22T13:38:44.1584108Z    at org.jboss.resteasy.core.SynchronousDispatcher.lambda$preprocess$0(SynchronousDispatcher.java:161)
      2022-07-22T13:38:44.1585921Z    at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:364)
      2022-07-22T13:38:44.1586662Z    at org.jboss.resteasy.core.SynchronousDispatcher.preprocess(SynchronousDispatcher.java:164)
      2022-07-22T13:38:44.1588199Z    at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:247)
      2022-07-22T13:38:44.1588816Z    at io.quarkus.resteasy.runtime.standalone.RequestDispatcher.service(RequestDispatcher.java:73)
      2022-07-22T13:38:44.1590176Z    at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.dispatch(VertxRequestHandler.java:138)
      2022-07-22T13:38:44.1591155Z    at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler.access$000(VertxRequestHandler.java:41)
      2022-07-22T13:38:44.1592045Z    at io.quarkus.resteasy.runtime.standalone.VertxRequestHandler$1.run(VertxRequestHandler.java:93)
      2022-07-22T13:38:44.1592821Z    at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2415)
      2022-07-22T13:38:44.1593340Z    at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1452)
      2022-07-22T13:38:44.1594060Z    at org.jboss.threads.DelegatingRunnable.run(DelegatingRunnable.java:29)
      2022-07-22T13:38:44.1594590Z    at org.jboss.threads.ThreadLocalResettingRunnable.run(ThreadLocalResettingRunnable.java:29)
      2022-07-22T13:38:44.1595522Z    at java.base/java.lang.Thread.run(Thread.java:829)
      2022-07-22T13:38:44.1595883Z    at org.jboss.threads.JBossThread.run(JBossThread.java:501)
      2022-07-22T13:38:44.1596103Z 
      2022-07-22T13:38:44.1596202Z HTTP/1.1 400 Bad Request
      2022-07-22T13:38:44.1596626Z Content-Length: 234
      2022-07-22T13:38:44.1596866Z Server: Jetty(9.4.44.v20210927)
      2022-07-22T13:38:44.1597544Z Date: Fri, 22 Jul 2022 13:38:43 GMT
      2022-07-22T13:38:44.1597898Z Content-Type: application/json
      2022-07-22T13:38:44.1598059Z 
      2022-07-22T13:38:44.1598133Z {
      2022-07-22T13:38:44.1598329Z     "error_code": 400,
      2022-07-22T13:38:44.1599048Z     "message": "Connector configuration is invalid and contains the following 1 error(s):\nCannot be empty\nYou can also find the above list of errors at the endpoint `/connector-plugins/{connectorType}/config/validate`"
      2022-07-22T13:38:44.1599513Z }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: