尝试将 Stratos Message Broker 安装为 WSO2 ESB 4.9 中的一项功能时出错

Error trying install Stratos Message Broker as a feature in WSO2 ESB 4.9

WSO2 Message Broker v3.1 文档表明可以使用 Message Broker 作为 ESB 功能,称为 "Stratos Message Broker - Dashboard UI Features":from here

我正在尝试将 MB 作为功能安装在最新的 WSO2 ESB 版本 (v4.9) 上,就像它出现时一样。

为此,我使用了最新的 P2 存储库: from here

选择 "Stratos Message Broker - Dashboard UI Features" v 3.1 后,我收到以下错误消息:

Cannot complete the install because of a conflicting dependency.

Software being installed: 
 WSO2 Stratos Message Broker - Dashboard UI Features 3.1.0 (org.wso2.stratos.mb.dashboard.ui.feature.group 3.1.0) 
Software currently installed: 
 WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.group 4.4.1) 

Only one of the following can be installed at once: 
 WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.jar 4.4.1) 
 WSO2 Carbon - Carbon UI Feature 4.4.2 (org.wso2.carbon.core.ui.feature.jar 4.4.2) 
 WSO2 Carbon - Carbon UI Feature 4.4.3 (org.wso2.carbon.core.ui.feature.jar 4.4.3) 
 WSO2 Carbon - Carbon UI Feature 4.4.4 (org.wso2.carbon.core.ui.feature.jar 4.4.4) 

Cannot satisfy dependency: 
 From: WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.group 4.4.1) 
 To: org.wso2.carbon.core.ui.feature.jar [4.4.1] 

Cannot satisfy dependency: 
 From: WSO2 Carbon - Carbon UI Feature 4.4.3 (org.wso2.carbon.core.ui.feature.group 4.4.3) 
 To: org.wso2.carbon.core.ui.feature.jar [4.4.3] 

Cannot satisfy dependency: 
 From: WSO2 Carbon - Carbon UI Feature 4.4.4 (org.wso2.carbon.core.ui.feature.group 4.4.4) 
 To: org.wso2.carbon.core.ui.feature.jar [4.4.4] 

Cannot satisfy dependency: 
 From: WSO2 Stratos Message Broker - Dashboard UI Features 3.1.0 (org.wso2.stratos.mb.dashboard.ui.feature.group 3.1.0) 
 To: org.wso2.carbon.core.ui.feature.group [4.4.3,4.5.0)

这是否意味着不能将最新版本的 MB 用作 ESB 功能?我试过其他的,没有成功..

回购:WSO2 Carbon 4.2.0 (Turing) - MB 版本:2.2.0 - 错误信息:

Cannot complete the install because of a conflicting dependency. 
Software being installed: 
 WSO2 Stratos Message Broker - Dashboard UI Features 2.2.0 (org.wso2.stratos.mb.dashboard.ui.feature.group 2.2.0) 

Software currently installed:
 WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.group 4.4.1) 

Only one of the following can be installed at once: 
 WSO2 Carbon - Carbon UI Feature 4.2.0 (org.wso2.carbon.core.ui.feature.jar 4.2.0) 
 WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.jar 4.4.1) 

Cannot satisfy dependency: 
 From: WSO2 Carbon - Carbon UI Feature 4.2.0 (org.wso2.carbon.core.ui.feature.group 4.2.0) 
 To: org.wso2.carbon.core.ui.feature.jar [4.2.0] 
Cannot satisfy dependency: 
 From: WSO2 Carbon - Carbon UI Feature 4.4.1 (org.wso2.carbon.core.ui.feature.group 4.4.1) 
 To: org.wso2.carbon.core.ui.feature.jar [4.4.1] 
Cannot satisfy dependency: 
 From: WSO2 Stratos Message Broker - Dashboard UI Features 2.2.0 (org.wso2.stratos.mb.dashboard.ui.feature.group 2.2.0) 
 To: org.wso2.carbon.core.ui.feature.group [4.2.0,4.3.0)

回购:WSO2 Carbon 4.1.7 - MB 版本:2.1.1 - 错误信息:

Cannot complete the install because one or more required items could not be found. 
Software being installed: 
 WSO2 Stratos Message Broker - Dashboard UI Features 2.1.1 (org.wso2.stratos.mb.dashboard.ui.feature.group 2.1.1) 

Missing requirement: 
 WSO2 Stratos Message Broker - Dashboard UI Features 2.1.1 (org.wso2.stratos.mb.dashboard.ui.feature.group 2.1.1) 
 requires 'org.wso2.carbon.core.ui.feature.group [4.1.0,4.2.0)' but it could not be found

有什么建议吗? 是否有人已经将 MB 用作 ESB 功能?哪个版本?

谢谢!

我也试过了,也是同样的错误。它看起来像是 WSO2 ESB 4.9.0 中的错误。于是报了一个jira:https://wso2.org/jira/browse/ESBJAVA-4753

使用新版本WSO2 ESB 5.0成功安装。

使用 wilkes repo 并选择 "Stratos Message Broker - Dashboard UI Features version 3.1.0"。

实际上,为了让它发挥作用,我做了:在我的旧 MB 中进行搜索,寻找此处(ESB 5.0)不存在的功能(仅 MB 3.1)。这是列表:

  • 地图项 - 安第斯山脉
  • 功能 - 消息指标
  • 指标组
  • 注册表内容搜索
  • 远程用户管理
  • 远程用户管理客户端
  • 远程用户管理服务器
  • SOAP 示踪剂
  • Stratos Message Broker - 仪表板UI 功能

然后我不得不编辑 master-datasources.xml 文件,添加 WSO2MBStoreDB 数据源配置。

然后,只需安装上面列表中的功能。