Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-06 Thread via GitHub
lsergio commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1842677157 Thanks. I'll have a look at the other publish strategies. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-05 Thread via GitHub
squakez closed issue #4955: java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint URL: https://github.com/apache/camel-k/issues/4955 -- 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

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-05 Thread via GitHub
squakez commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1841138876 I think the problem is the fact that Kaniko (and Buildah) needs root privileges in order to work. When it creates the container, since it is with root privileges, then, the artifact

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-04 Thread via GitHub
lsergio commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1838506295 I'm doing `kubectl apply -f test.yaml `where `test.yaml` is: ``` apiVersion: camel.apache.org/v1 kind: Integration metadata: name: test spec: sources: -

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-04 Thread via GitHub
claudio4j commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1838489592 > Create an Integration. In my case I used one like this: Are you creating the Integration CR yourself or using `kamel run ` ? -- This is an automated message from the

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-04 Thread via GitHub
lsergio commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1838405062 I'm running on Kubernetss 1.25 on EKS: v1.25.15-eks-4f4795d, more precisely -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-04 Thread via GitHub
squakez commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1838092436 What Kubernetes version/distribution are you using? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-01 Thread via GitHub
lsergio commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1836607564 @squakez I checked the container and the artifacts are there. However, to be able to be see them, I had to edit the generated deployment and change the securityContext from:

Re: [I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-01 Thread via GitHub
squakez commented on issue #4955: URL: https://github.com/apache/camel-k/issues/4955#issuecomment-1836286658 It seems to be a problem with the container, like the application was not really pushed. Can you verify if the generated container has the required artifacts? Please check the image

[I] java.lang.ClassNotFoundException: io.quarkus.bootstrap.runner.QuarkusEntryPoint [camel-k]

2023-12-01 Thread via GitHub
lsergio opened a new issue, #4955: URL: https://github.com/apache/camel-k/issues/4955 ### What happened? I'm trying to run a basic integration with Camel K 2.1 and it fails to start. ### Steps to reproduce 1. Setup a gcr repository as described in