Freeman,
I have installed a fresh copy of Karaf v4.2.8 and get the same error.
I must be doing something wrong because adding the file did not change the
error. Below is the etc/org.apache.karaf.features.xml
apache-karaf-4.2.8 paul$ more etc/org.apache.karaf.features.xml
<?xml version="1.0"?>
<bundleReplacements>
<bundle mode="maven"
originalUri="mvn:org.apache.camel/camel-commands-core/3.2.0"
replacement="mvn:org.apache.camel.karaf/camel-commands-core/3.2.0"/>
</bundleReplacements>
> On Apr 15, 2020, at 9:38 AM, Freeman Fang <[email protected]> wrote:
>
> Hi,
>
> This is a known issue, please see the discussion and solution here
>
> Cheers
> Freeman
>
> On Wed, Apr 15, 2020 at 9:33 AM Paul Spencer <[email protected]>
> wrote:
> Karaf 4.2.0
> Java 1.8
>
> I am receiving the following error when installing any Camel 3.2.0 feature
>
> > karaf@root()> feature:install camel/3.2.0
> > org.apache.karaf.features.internal.util.MultiException: Error:
> > Error downloading mvn:org.apache.camel/camel-commands-core/3.2.0
> > at
> > org.apache.karaf.features.internal.download.impl.MavenDownloadManager$MavenDownloader.<init>(MavenDownloadManager.java:91)
> >
>
> Looking at the feature.xml on repo1.maven.org, I see camel-commands-core
> listed, but version 3.2.0 of camel-commands-core does not exist in
> repo1.maven.org.
>
> feature.xml -
> https://repo1.maven.org/maven2/org/apache/camel/karaf/apache-camel/3.2.0/apache-camel-3.2.0-features.xml
> camel-commands-core -
> https://repo1.maven.org/maven2/org/apache/camel/camel-commands-core/
>
> How do I resolve this error?
>
> Paul Spencer