You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by "Urciolo, Kevin J (PERATON)" <ke...@peraton.com.INVALID> on 2023/01/25 21:29:12 UTC

Camel K 1.11.0

Hello Camel Users,

I am setting up Camel-K version 1.11.0 and running the first hello.groovy example via: kamel run hello.groovy.

I am seeing errors of the following type in the pod log.

{"level":"error","ts":1674679707.3337958,"logger":"camel-k.maven.build","msg":"[ERROR] Some problems were encountered while processing the POMs:\n[ERROR] Non-resolvable import POM: Could not transfer artifact org.apache.camel.k:camel-k-runtime-bom:pom:1.16.0 from/to mplx-repo (http://xyz): transfer failed for http://xyz/org/apache/camel/k/camel-k-runtime-bom/1.16.0/camel-k-runtime-bom-1.16.0.pom @ line 15, column 19\n[ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-log:jar is missing. @ line 25, column 17\n[ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-timer:jar is missing. @ line 29, column 17\n[ERROR] 'dependencies.dependency.version' for org.apache.camel.k:camel-k-runtime:jar is missing. @ line 33, column 17\n[ERROR] 'dependencies.dependency.version' for org.apache.camel.quarkus:camel-quarkus-groovy-dsl:jar is missing.

Could someone point me in the right direction in understanding what is causing these errors?

Re: Camel K 1.11.0

Posted by Pasquale Congiusti <pa...@gmail.com>.
Hello,
it seems you're using some maven repository (http://xyz) that does not
exist. Probably, when your run `kamel install` (or equivalent OLM or Helm),
you've provided that repository (via --maven-repository) flag. Try to
uninstall the previous version (kamel uninstall --all) and run a plain
`kamel install`. Once ready, retry running the integration. More details on
the installation methods are available in the official doc [1].

Regards,
Pasquale.

[1]
https://camel.apache.org/camel-k/next/installation/installation.html#procedure

On Wed, Jan 25, 2023 at 10:29 PM Urciolo, Kevin J (PERATON)
<ke...@peraton.com.invalid> wrote:

> Hello Camel Users,
>
> I am setting up Camel-K version 1.11.0 and running the first hello.groovy
> example via: kamel run hello.groovy.
>
> I am seeing errors of the following type in the pod log.
>
> {"level":"error","ts":1674679707.3337958,"logger":"camel-k.maven.build","msg":"[ERROR]
> Some problems were encountered while processing the POMs:\n[ERROR]
> Non-resolvable import POM: Could not transfer artifact
> org.apache.camel.k:camel-k-runtime-bom:pom:1.16.0 from/to mplx-repo (
> http://xyz): transfer failed for
> http://xyz/org/apache/camel/k/camel-k-runtime-bom/1.16.0/camel-k-runtime-bom-1.16.0.pom
> @ line 15, column 19\n[ERROR] 'dependencies.dependency.version' for
> org.apache.camel.quarkus:camel-quarkus-log:jar is missing. @ line 25,
> column 17\n[ERROR] 'dependencies.dependency.version' for
> org.apache.camel.quarkus:camel-quarkus-timer:jar is missing. @ line 29,
> column 17\n[ERROR] 'dependencies.dependency.version' for
> org.apache.camel.k:camel-k-runtime:jar is missing. @ line 33, column
> 17\n[ERROR] 'dependencies.dependency.version' for
> org.apache.camel.quarkus:camel-quarkus-groovy-dsl:jar is missing.
>
> Could someone point me in the right direction in understanding what is
> causing these errors?
>