在Karaf中安装ActiveMQ

时间:2015-03-22 21:39:21

标签: macos activemq karaf

我正在尝试在Karaf中安装ActiveMQ。我确实看到了一个关于错误的答案,我确实跟进了问题的答案。我试着添加"最新的"版本的ActiveMQ但没有运气。

karaf@root()> feature:install jms
karaf@root()> feature:repo-add activemq
Adding feature url mvn:org.apache.activemq/activemq-karaf/LATEST/xml/features
karaf@root()> feature:install activemq-broker
Error executing command: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=activemq-web-console; type=karaf.feature;  version=5.12.0.SNAPSHOT [caused by: Unable to resolve activemq-web- console/5.12.0.SNAPSHOT: missing requirement [activemq-web-  console/5.12.0.SNAPSHOT] osgi.identity;  osgi.identity=org.apache.activemq.activemq-web-console; type=osgi.bundle; version="[5.12.0.SNAPSHOT,5.12.0.SNAPSHOT]"; resolution:=mandatory [caused by:  Unable to resolve org.apache.activemq.activemq-web-console/5.12.0.SNAPSHOT:  missing requirement [org.apache.activemq.activemq-web-console/5.12.0.SNAPSHOT] osgi.wiring.package; filter:="(&(osgi.wiring.package=javax.servlet.resources)(version>=2.5.0)(!(version>=4.0.0)))"]]

为了帮助任何人回答,我想补充一点,我确实确保我的卡拉夫工作正常。我通过添加Camel然后运行示例应用程序来确保这一点。应用程序运行正常,日志在" bin / data"中生成。夹。 任何指针都会有帮助。我还没有使用过Karaf,所以如果您知道Karaf的任何论坛或邮件列表,我们将不胜感激。

1 个答案:

答案 0 :(得分:2)

LATEST activemq似乎不时出现问题。

我用activemq / LATEST尝试了Karaf 4.0.6 - >同样的错误。

On Karaf 4.0.6 activemq 5.14.0有效:

feature:repo-add activemq 5.14.0
feature:install activemq