You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "jamesnetherton (via GitHub)" <gi...@apache.org> on 2024/01/29 12:24:13 UTC

[I] Consul tests fail in the Quarkus Platform [camel-quarkus]

jamesnetherton opened a new issue, #5691:
URL: https://github.com/apache/camel-quarkus/issues/5691

   ### Bug description
   
   Loosely related to okhttp issues mentioned in #5635. But Quarkus is no longer managing the okhttp dependencies.
   
   ```
   	Caused by: java.lang.NoSuchFieldError: Companion
   		at okhttp3.internal.Util.<clinit>(Util.kt:71)
   		at com.orbitz.consul.Consul$Builder.build(Consul.java:684)
   		at org.apache.camel.component.consul.ConsulClientConfiguration.createConsulClient(ConsulClientConfiguration.java:333)
   		at org.apache.camel.component.consul.ConsulEndpoint.getConsul(ConsulEndpoint.java:96)
   		at org.apache.camel.component.consul.endpoint.AbstractConsulProducer.getClient(AbstractConsulProducer.java:59)
   		at org.apache.camel.component.consul.endpoint.ConsulKeyValueProducer.put(ConsulKeyValueProducer.java:38)
   		at org.apache.camel.component.consul.endpoint.ConsulKeyValueProducerInvokeOnHeaderFactory.invoke(ConsulKeyValueProducerInvokeOnHeaderFactory.java:34)
   		at org.apache.camel.support.HeaderSelectorProducer.process(HeaderSelectorProducer.java:140)
   		at org.apache.camel.impl.engine.SharedCamelInternalProcessor.processNonTransacted(SharedCamelInternalProcessor.java:199)
   		at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:173)
   		at org.apache.camel.impl.engine.SharedCamelInternalProcessor$1.process(SharedCamelInternalProcessor.java:109)
   		at org.apache.camel.impl.engine.DefaultAsyncProcessorAwaitManager.process(DefaultAsyncProcessorAwaitManager.java:81)
   		at org.apache.camel.impl.engine.SharedCamelInternalProcessor.process(SharedCamelInternalProcessor.java:106)
   		at org.apache.camel.support.cache.DefaultProducerCache.send(DefaultProducerCache.java:178)
   		at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:176)
   		at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:172)
   		at org.apache.camel.impl.engine.DefaultProducerTemplate.send(DefaultProducerTemplate.java:153)
   		at org.apache.camel.impl.engine.DefaultFluentProducerTemplate.send(DefaultFluentProducerTemplate.java:431)
   		at org.apache.camel.quarkus.component.consul.it.ConsulResource.post(ConsulResource.java:59)
   		at org.apache.camel.quarkus.component.consul.it.ConsulResource_ClientProxy.post(Unknown Source)
   		at java.base/java.lang.reflect.Method.invoke(Method.java:568)
   		at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:154)
   		at org.jboss.resteasy.core.MethodInjectorImpl.invoke(MethodInjectorImpl.java:118)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.internalInvokeOnTarget(ResourceMethodInvoker.java:560)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTargetAfterFilter(ResourceMethodInvoker.java:452)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.lambda$invokeOnTarget$2(ResourceMethodInvoker.java:413)
   		at org.jboss.resteasy.core.interception.jaxrs.PreMatchContainerRequestContext.filter(PreMatchContainerRequestContext.java:321)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.invokeOnTarget(ResourceMethodInvoker.java:415)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:378)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:356)
   		at org.jboss.resteasy.core.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:70)
   		at org.jboss.resteasy.core.SynchronousDispatcher.invoke(SynchronousDispatcher.java:429)
   		... 15 more
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] Consul tests fail in the Quarkus Platform [camel-quarkus]

Posted by "jamesnetherton (via GitHub)" <gi...@apache.org>.
jamesnetherton closed issue #5691: Consul tests fail in the Quarkus Platform
URL: https://github.com/apache/camel-quarkus/issues/5691


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org