IBM Message Broker(MB)和WSRR之间的连接错误

时间:2014-05-14 06:15:50

标签: message messagebroker wsrr

我尝试了一切可能的方法来连接IBM Message Broker(MB)的WSRR。但我每次都得到这个例外。

代码:

<?xml version="1.0" encoding="UTF-8"?><LookupResults><ServiceRegistry>Failure to retrieve Service from WSRR!</ServiceRegistry><Exception><RecoverableException><File>F:\build\S000_P\src\DataFlowEngine\ImbDataFlowNode.cpp</File><Line>1129</Line><Function>ImbDataFlowNode::createExceptionList</Function><Type>SRRetrieveITServiceNode</Type><Name>WSRR_Connectivity#FCMComposite_1_8</Name><Label>WSRR_Connectivity.Endpoint Lookup One</Label><Catalog>BIPmsgs</Catalog><Severity>3</Severity><Number>2230</Number><Text>Node throwing exception</Text><RecoverableException><File>F:\build\S000_P\src\DataFlowEngine\PluginInterface\com_ibm_broker_plugin_CMbService.cpp</File><Line>1860</Line><Function>ImbJavaExceptionUtils::throwableToNativeException</Function><Type></Type><Name></Name><Label></Label><Catalog>BIPmsgs</Catalog><Severity>3</Severity><Number>4367</Number><Text>Unhandled exception in plugin method.</Text><Insert><Type>5</Type><Text>evaluate</Text></Insert><Insert><Type>5</Type><Text>Endpoint Lo[/code]

2 个答案:

答案 0 :(得分:1)

基于Java的SRRetrieveITServiceNode抛出了一个异常,当它被抛出到SRRetrieveITServiceNode和流的其余部分之间的JNI边界时,它已被包装在父BIP2230异常中。

不幸的是,你粘贴的XML已经截断了异常堆栈的其余部分,但我希望堆栈中最内层的异常会告诉你问题的根本原因。

答案 1 :(得分:0)

IBM建议采用以下解决方案: -

解决问题

确保代理信任库中的证书为X.509格式且该代理指向.jks信任库

相关问题