【问题标题】:unable to install activemq-web-console in Fuse service mix无法在 Fuse 服务组合中安装 activemq-web-console
【发布时间】:2011-04-08 19:19:38
【问题描述】:

“执行命令时出错:无法解析 URL [mvn:org.apache.activemq/activemq-web-console/5.4.0/war]。”

当我做功能时抛出:安装activemq-web-console 我正在使用保险丝 4.3

【问题讨论】:

    标签: activemq apache-servicemix fuseesb


    【解决方案1】:

    对于新手,请按照以下步骤操作: 1. 使用以下命令列出所有功能: karaf@root> 功能:listurl 2.您可以使用以下命令删除网址: 特点:删除网址

    您可以在上面列出 url 的步骤 1 中的上述 removeurl 命令中找到要删除的 url。

    1. 添加您要使用以下命令的网址: 特点:添加网址

    然后按照上面 sanre6 提到的步骤进行操作。

    【讨论】:

      【解决方案2】:

      从 features:removeUrl 中删除了 activemq 的旧 URL 并添加了新 URL mvn:org.apache.activemq/activemq-karaf/5.4.0/xml/features

      并重新安装了 activemq 功能。如果您无法安装 mvn url,则必须将 fuse repo 添加到您的 maven 设置 xml。 除此之外还有一个众所周知的错误

      Add the following lines to etc/system.properties 
      
      
      
      
         webconsole.type=properties
         webconsole.jms.url=tcp://localhost:61616
         webconsole.jmx.url=service:jmx:rmi:///jndi/rmi://localhost:1099/karaf-root
         webconsole.jmx.user=smx 
         webconsole.jmx.password=smx
      

      这会让你的控制台工作

      【讨论】:

        猜你喜欢
        • 2011-05-01
        • 2020-04-11
        • 1970-01-01
        • 2012-04-14
        • 1970-01-01
        • 2016-10-06
        • 2014-04-26
        • 1970-01-01
        • 1970-01-01
        相关资源
        最近更新 更多