在安装时,我收到以下错误
Script C:\Program Files\EAP10\cli-scripts\add-mdb-conf.cli failed to run.
CLI command failed: undefined
{
"outcome" => "failed",
"failure-description" => {"JBAS014671: Servicios fallidos" => {"jboss.messaging.default.jms.connection-factory.InVmConnectionFactory" => "org.jboss.msc.service.StartException in service jboss.messaging.default.jms.connection-factory.InVmConnectionFactory: JBAS011639: No logró crear connection-factory
Caused by: HornetQException[errorType=ILLEGAL_STATE message=HQ129005: Connector 'in-vm' not found on the main configuration file]"}},
"rolled-back" => true,
"response-headers" => {"process-state" => "restart-required"},
"command" => undefined
}

请帮我纠正这个错误!
Datos: BPM SUITE 6.3.0 GA // EAP 6.4.0 // jdk1.8.0_101
发布于 2016-11-29 22:26:37
如果你想在EAP 6.4.0中安装BPM Suite 6.3,你必须首先更新你的EAP。BPM Suite 6.3将无法正确安装在低于6.4.4的任何EAP版本上。下载EAP 6.4更新(EAP-6.4.4或更高版本的修补程序),将修补程序应用于服务器,然后重试安装。另一种选择是使用较小版本的BPM Suite (例如BPM Suite 6.2 ),但我不推荐它作为解决方案。
https://stackoverflow.com/questions/39302072
复制相似问题