Harshit Dwivedi

Results 8 comments of Harshit Dwivedi

The route diagram is correctly visible if I run camel route in Quarkus application using the same versions. The issue is JMX service is not started in the camel-k integration....

camel:jaxb is already added [1] 2023-12-18 09:47:58,616 INFO [io.quarkus] (main) Installed features: [camel-bean, camel-core, camel-java-joor-dsl, camel-jaxb, camel-k-core, camel-k-runtime, camel-kubernetes, camel-management, camel-timer, camel-xml-jaxb, cdi, kubernetes-client, smallrye-context-propagation, vertx]

@tadayosi Belo is the sample route which I am running ``` import org.apache.camel.builder.RouteBuilder; public class hello extends RouteBuilder { @Override public void configure() throws Exception { from("timer:java?period={{time:60000}}") .setBody() .simple("Hello Camel...

@tadayosi The behavior is same with the native build also **kamel run hello.java --name hawtio-online-example-camel-k --dev -t jolokia.protocol=https -t jolokia.host=* -t jolokia.port=8778 -t jolokia.use-ssl-client-authentication=false -t jolokia.enabled=true -t logging.level=DEBUG -t quarkus.enabled=true...

@squakez I have kamel v2.1 how can I install camel-k runtime version 3.2.3? I want to install it in a new K8s namespace.

@claudio4j `./kamel run hello.java -t jolokia.protocol=https -t jolokia.host=* -t jolokia.port=8778 -t jolokia.use-ssl-client-authentication=false -t jolokia.enabled=true --name hello -t camel.runtime-version=3.2.3` When using `-t camel.runtime-version=3.2.3` I get the response `Integration "hello" created`. However...

> Okey, thanks. Could you please run the following `kubectl get it hello -o yaml`? so we can check why the integration is on error. In general, you can have...