[
https://issues.apache.org/jira/browse/KARAF-6999?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17266852#comment-17266852
]
Jean-Baptiste Onofré commented on KARAF-6999:
---------------------------------------------
[~sortel] I guess you are using a custom distribution (or minimal
distribution). As said, you need enterprise features repo (connector is there).
On Karaf Vanilla (standard), enterprise features repo is loaded by default.
So, just do feature:repo-add enterprise and it should be ok.
Can't you use the karaf standard distribution ?
> Karaf 4.3 install of ActiveMQ Latest (5.16) fails
> -------------------------------------------------
>
> Key: KARAF-6999
> URL: https://issues.apache.org/jira/browse/KARAF-6999
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.3.0
> Reporter: Scott Ortel
> Assignee: Jean-Baptiste Onofré
> Priority: Major
>
> feature:install activemq-broker
> Error executing command: Unable to resolve root: missing requirement [root]
> osgi.identity; osgi.identity=activemq-broker; type=karaf.feature;
> version="[5.16.0,5.16.0]";
> filter:="(&(osgi.identity=activemq-broker)(type=karaf.feature)(version>=5.16.0)(version<=5.16.0))"
> [caused by: Unable to resolve activemq-broker/5.16.0: missing requirement
> [activemq-broker/5.16.0] osgi.identity; osgi.identity=activemq;
> type=karaf.feature; version="[5.16.0,5.16.0]" [caused by: Unable to resolve
> activemq/5.16.0: missing requirement [activemq/5.16.0] osgi.identity;
> osgi.identity=connector; type=karaf.feature]]
>
> feature:install activemq-client
> Error executing command: Unable to resolve root: missing requirement [root]
> osgi.identity; osgi.identity=activemq-client; type=karaf.feature;
> version="[5.16.0,5.16.0]";
> filter:="(&(osgi.identity=activemq-client)(type=karaf.feature)(version>=5.16.0)(version<=5.16.0))"
> [caused by: Unable to resolve activemq-client/5.16.0: missing requirement
> [activemq-client/5.16.0] osgi.identity; osgi.identity=spring;
> type=karaf.feature; version="[4.0.0,5.0.0)"]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)