You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@karaf.apache.org by Francois Papon <fr...@openobject.fr> on 2017/11/11 16:58:05 UTC

[4.2.0.M1] - Error installing Activemq

Hi,

I've got an error when installing activemq feature link to the version
of felix gogo command :

karaf@root()> feature:install activemq
Error executing command: Unable to resolve root: missing requirement
[root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
version="[5.15.2,5.15.2]";
filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.15.2)(version<=5.15.2))"
[caused by: Unable to resolve activemq/5.15.2: missing requirement
[activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
[caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
[activemq-karaf/5.15.2] osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))"]]



Re: [4.2.0.M1] - Error installing Activemq

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Yes, probably at least for the transition to the new commands layer.

Regards
JB

On 11/12/2017 10:41 AM, Francois Papon wrote:
> Ok, it work's.
> 
> Thanks
> 
> Did this dependency should be add in the activemq karaf feature in a
> future version ?
> 
> 
> Le 12/11/2017 à 10:29, Jean-Baptiste Onofré a écrit :
>> Hi,
>>
>> you have to install the shell-compat feature to provide felix gogo
>> commands.
>>
>> Regards
>> JB
>>
>> On 11/11/2017 05:58 PM, Francois Papon wrote:
>>> Hi,
>>>
>>> I've got an error when installing activemq feature link to the version
>>> of felix gogo command :
>>>
>>> karaf@root()> feature:install activemq
>>> Error executing command: Unable to resolve root: missing requirement
>>> [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
>>> version="[5.15.2,5.15.2]";
>>> filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.15.2)(version<=5.15.2))"
>>>
>>> [caused by: Unable to resolve activemq/5.15.2: missing requirement
>>> [activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
>>> type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
>>> [caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
>>> [activemq-karaf/5.15.2] osgi.wiring.package;
>>> filter:="(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))"]]
>>>
>>>
>>>
>>
> 

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [4.2.0.M1] - Error installing Activemq

Posted by Francois Papon <fr...@openobject.fr>.
Ok, it work's.

Thanks

Did this dependency should be add in the activemq karaf feature in a
future version ?


Le 12/11/2017 à 10:29, Jean-Baptiste Onofré a écrit :
> Hi,
>
> you have to install the shell-compat feature to provide felix gogo
> commands.
>
> Regards
> JB
>
> On 11/11/2017 05:58 PM, Francois Papon wrote:
>> Hi,
>>
>> I've got an error when installing activemq feature link to the version
>> of felix gogo command :
>>
>> karaf@root()> feature:install activemq
>> Error executing command: Unable to resolve root: missing requirement
>> [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
>> version="[5.15.2,5.15.2]";
>> filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.15.2)(version<=5.15.2))"
>>
>> [caused by: Unable to resolve activemq/5.15.2: missing requirement
>> [activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
>> type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
>> [caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
>> [activemq-karaf/5.15.2] osgi.wiring.package;
>> filter:="(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))"]]
>>
>>
>>
>


Re: [4.2.0.M1] - Error installing Activemq

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi,

you have to install the shell-compat feature to provide felix gogo commands.

Regards
JB

On 11/11/2017 05:58 PM, Francois Papon wrote:
> Hi,
> 
> I've got an error when installing activemq feature link to the version
> of felix gogo command :
> 
> karaf@root()> feature:install activemq
> Error executing command: Unable to resolve root: missing requirement
> [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
> version="[5.15.2,5.15.2]";
> filter:="(&(osgi.identity=activemq)(type=karaf.feature)(version>=5.15.2)(version<=5.15.2))"
> [caused by: Unable to resolve activemq/5.15.2: missing requirement
> [activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
> type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
> [caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
> [activemq-karaf/5.15.2] osgi.wiring.package;
> filter:="(&(osgi.wiring.package=org.apache.felix.gogo.commands)(version>=0.16.0)(!(version>=1.0.0)))"]]
> 
> 

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: [4.2.0.M1] - Error installing Activemq

Posted by Francois Papon <fr...@openobject.fr>.
Ok, it work's

Thanks

Le 11/11/2017 à 23:11, Guillaume Nodet a écrit :
> You need to install the shell-compat feature along with activemq.
>
> 2017-11-11 17:58 GMT+01:00 Francois Papon <fr...@openobject.fr>:
>
>> Hi,
>>
>> I've got an error when installing activemq feature link to the version
>> of felix gogo command :
>>
>> karaf@root()> feature:install activemq
>> Error executing command: Unable to resolve root: missing requirement
>> [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
>> version="[5.15.2,5.15.2]";
>> filter:="(&(osgi.identity=activemq)(type=karaf.feature)(
>> version>=5.15.2)(version<=5.15.2))"
>> [caused by: Unable to resolve activemq/5.15.2: missing requirement
>> [activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
>> type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
>> [caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
>> [activemq-karaf/5.15.2] osgi.wiring.package;
>> filter:="(&(osgi.wiring.package=org.apache.felix.gogo.
>> commands)(version>=0.16.0)(!(version>=1.0.0)))"]]
>>
>>
>>
>


Re: [4.2.0.M1] - Error installing Activemq

Posted by Guillaume Nodet <gn...@apache.org>.
You need to install the shell-compat feature along with activemq.

2017-11-11 17:58 GMT+01:00 Francois Papon <fr...@openobject.fr>:

> Hi,
>
> I've got an error when installing activemq feature link to the version
> of felix gogo command :
>
> karaf@root()> feature:install activemq
> Error executing command: Unable to resolve root: missing requirement
> [root] osgi.identity; osgi.identity=activemq; type=karaf.feature;
> version="[5.15.2,5.15.2]";
> filter:="(&(osgi.identity=activemq)(type=karaf.feature)(
> version>=5.15.2)(version<=5.15.2))"
> [caused by: Unable to resolve activemq/5.15.2: missing requirement
> [activemq/5.15.2] osgi.identity; osgi.identity=activemq-karaf;
> type=osgi.bundle; version="[5.15.2,5.15.2]"; resolution:=mandatory
> [caused by: Unable to resolve activemq-karaf/5.15.2: missing requirement
> [activemq-karaf/5.15.2] osgi.wiring.package;
> filter:="(&(osgi.wiring.package=org.apache.felix.gogo.
> commands)(version>=0.16.0)(!(version>=1.0.0)))"]]
>
>
>


-- 
------------------------
Guillaume Nodet