You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by wangyan <wa...@supermap.com> on 2013/05/10 11:30:47 UTC

can not install activemq-camel in Karaf 2.3.1

Hi,

I tried to install activemq-camel in Karaf 2.3.1 with the following command

features:install activemq-camel 

However I got the message 

Error executing command: Unable to cache bundle: mvn:commons-pool/commons-pool/1.6 

When I want to install commons-pool 1.6

osgi:install  mvn:commons-pool/commons-pool/1.6 

I got the message 

Error executing command: Error installing bundles:
        Unable to install bundle mvn:commons-pool/commons-pool/1.6

How can I fix it?

Thanks!

Re: can not install activemq-camel in Karaf 2.3.1

Posted by Christian Schneider <ch...@die-schneider.net>.
I just tried the same and it worked fine. Perhaps you are behind a firewall?
Can you check what log:display shows? Do you have a more detailed stack
trace?

Christian


2013/5/10 wangyan <wa...@supermap.com>

> **
> Hi,
>
> I tried to install activemq-camel in Karaf 2.3.1 with the following command
>
> features:install activemq-camel
>
> However I got the message
>
> Error executing command: Unable to cache bundle: mvn:commons-pool/commons-pool/1.6
>
>
> When I want to install commons-pool 1.6
>
> osgi:install  mvn:commons-pool/commons-pool/1.6
>
> I got the message
>
>  Error executing command: Error installing bundles:
>         Unable to install bundle mvn:commons-pool/commons-pool/1.6
>
> How can I fix it?
>
> Thanks!
>