我尝试了所有可能的方法从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]发布于 2014-05-20 20:31:19
基于Java的SRRetrieveITServiceNode抛出了一个异常,当它被抛出跨越SRRetrieveITServiceNode和流的其余部分之间的JNI边界时,这个异常已经被包装在父BIP2230异常中。
不幸的是,粘贴的XML截断了异常堆栈的其余部分,但我希望堆栈中最里面的异常会告诉您问题的根本原因。
发布于 2016-10-17 22:43:58
IBM建议以下解决方案:
解决问题
确保代理信任存储中的证书为X.509格式,并且代理指向.jks信任存储
https://stackoverflow.com/questions/23646955
复制相似问题