grgrzybek commented on issue #5855:
URL: https://github.com/apache/camel-k/issues/5855#issuecomment-2363207560
I see:
```yaml
- args:
-
-javaagent:dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar=discoveryEnabled=false,host=*,port=8778,protocol=http,useSslClientAuthentication=false
- -cp
- dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar
- -Xmx268M
- -cp
-
./resources:/etc/camel/application.properties:/etc/camel/resources:/etc/camel/resources.d/_configmaps:/etc/camel/resources.d/_secrets:/etc/camel/sources/Java.java:dependencies/*:dependencies/app/*:dependencies/lib/boot/*:dependencies/lib/main/*:dependencies/lib/main/org.jolokia.jolokia-agent-jvm-2.0.2-javaagent.jar:dependencies/quarkus/*
- io.quarkus.bootstrap.runner.QuarkusEntryPoint
```
so Jolokia agent is actually added 3 times... However locally I had no
problems when Jolokia was duplicated...
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]