You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2021/11/24 11:37:44 UTC

[GitHub] [camel-quarkus] jamesnetherton opened a new issue #3329: Camel Quarkus Kafka extension dev services support should check for the availability of `kafka.bootstrap.servers`

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


   I stumbled over this by accident because my local Docker / Podman configuration was screwed up. Meaning the Dev Services Kafka container could not start. Thus `kafka.bootstrap.servers` was not available.
   
   ```
   2021-11-24 10:39:42,428 ERROR [io.qua.dep.dev.IsolatedDevModeMain] (main) Failed to start quarkus: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors
   	[error]: Build step org.apache.camel.quarkus.component.kafka.deployment.KafkaProcessor#configureKafkaComponentForDevServices threw an exception: java.lang.IllegalArgumentException: Parameter 'value' may not be null
   	at org.wildfly.common.Assert.checkNotNullParamChecked(Assert.java:71)
   	at org.wildfly.common.Assert.checkNotNullParam(Assert.java:49)
   	at io.quarkus.deployment.builditem.RunTimeConfigurationDefaultBuildItem.<init>(RunTimeConfigurationDefaultBuildItem.java:25)
   	at org.apache.camel.quarkus.component.kafka.deployment.KafkaProcessor.configureKafkaComponentForDevServices(KafkaProcessor.java:66)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
   	at io.quarkus.deployment.ExtensionLoader$2.execute(ExtensionLoader.java:887)
   	at io.quarkus.builder.BuildContext.run(BuildContext.java:277)
   	at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18)
   	at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2449)
   	at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1478)
   	at java.base/java.lang.Thread.run(Thread.java:829)
   	at org.jboss.threads.JBossThread.run(JBossThread.java:501)
   ```


-- 
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



[GitHub] [camel-quarkus] jamesnetherton closed issue #3329: Camel Quarkus Kafka extension dev services support should check for the availability of `kafka.bootstrap.servers`

Posted by GitBox <gi...@apache.org>.
jamesnetherton closed issue #3329:
URL: https://github.com/apache/camel-quarkus/issues/3329


   


-- 
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