简体   繁体   English

客户端功能:安装 fcrepo-service-activemq

[英]client feature:install fcrepo-service-activemq

I'm trying to Install Karaf Features on Ubuntu 20.04 using the code below.我正在尝试使用以下代码在 Ubuntu 20.04 上安装 Karaf 功能。

/opt/karaf/bin/client feature:install fcrepo-service-activemq

And I am getting the message error below:我收到以下消息错误:

Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=fcrepo-service-activemq; type=karaf.feature; version="[5.0.0,5.0.0]"; filter:="(&(osgi.identity=fcrepo-service-activemq)(type=karaf.feature)(version>=5.0.0)(version<=5.0.0))" [caused by: Unable to resolve fcrepo-service-activemq/5.0.0: missing requirement [fcrepo-service-activemq/5.0.0] osgi.identity; osgi.identity=activemq-camel; type=karaf.feature; version="[5.14.0,6.0.0)" [caused by: Unable to resolve activemq-camel/5.15.11: missing requirement [activemq-camel/5.15.11] osgi.identity; osgi.identity=org.apache.activemq.activemq-camel; type=osgi.bundle; version="[5.15.11,5.15.11]"; resolution:=mandatory [caused by: Unable to resolve org.apache.activemq.activemq-camel/5.15.11: missing requirement [org.apache.activemq.activemq-camel/5.15.11] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.springframework.jms.connection)(version>=4.0.0)(!(version>=6.0.0)))"]]]

What should I do to install this feature successfully without any error message?我应该怎么做才能成功安装此功能且没有任何错误消息?

Servus,伺服,

Installation notes created by my predecessor show that before command我的前任创建的安装说明表明在命令之前

features:install特点:安装

I should add a repository, that is我应该添加一个存储库,即

features:addurl特点:地址

which adds a symbolic repository based on a file stored at它根据存储在的文件添加一个符号存储库

.../etc/org.ops4j.pax.url.mvn.cfg .../etc/org.ops4j.pax.url.mvn.cfg

Maybe this is the issue here.也许这就是这里的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM