「執行命令錯誤:無法解析URL [mvn:org.apache.activemq/activemq-web-console/5.4.0/war]」。無法在保險絲服務組合中安裝activemq-web-console
被拋出的時候我做的特點:安裝的ActiveMQ的Web控制檯 我使用的保險絲4.3
「執行命令錯誤:無法解析URL [mvn:org.apache.activemq/activemq-web-console/5.4.0/war]」。無法在保險絲服務組合中安裝activemq-web-console
被拋出的時候我做的特點:安裝的ActiveMQ的Web控制檯 我使用的保險絲4.3
刪除舊的URL從功能的ActiveMQ:removeUrl並添加新的 MVN:org.apache。 activemq/activemq-karaf/5.4.0/xml/features
並重新安裝了activemq功能。如果你無法安裝mvn url,那麼你必須在你的maven settings 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
這將使烏爾控制檯工作
對於新手請按照下列步驟操作:1. 使用列表下面的命令所有功能: karaf @根>特點: listurl 2.您可以使用以下命令刪除網址: 功能:removeurl
您可以在列出網址的第1步中找到要從上述removeurl命令中刪除的網址。 特點:要使用以下命令
,然後按照由sanre6上述步驟。