【发布时间】:2019-12-31 15:53:07
【问题描述】:
我正在使用 IBM Integration Toolkit 10.0 开展一个项目。
我有一些现有的 bar 文件,我正在尝试使用 IBM Integration Bus Toolkit 将它们部署到 linux 机器上的远程 IIB 10.0 节点。
jar 文件myaction.node.jar 在包中有java 类FEBNode 为com.abc.xyz.FEBNode
jar 文件位于/opt/abc/newplugin 目录中,此路径配置为“用户 lil 路径”。
我收到类似的错误
BIP2241E: A Loadable Implementation Library (.lil, .jar, or .par) is not found for message flow node
type 'ComAbcXyzFEBNode' in message flow 'Actions.JavaActions'.
The integration node received an instruction to create a message flow node of type 'ComAbcXyzFEBNode', in message flow 'Actions.JavaActions'.
The integration node cannot create nodes of this type because an implementation library for this node type does not exist in the LIL path.
从命令行部署时也会出现错误
./mqsideploy -i localhost -p 4414 -e default -a /tmp/barfiles/MyWrapper.bar.
请给我一些有关如何解决此错误的指示。
【问题讨论】:
-
我建议您阅读有关共享类的信息。这应该可以轻松解决您的问题
-
感谢您的回复。您对共享课程的建议很有帮助!
-
很高兴听到您仅根据关键字找到了解决方案。我已将我的评论重新发布为答案,请随时对其进行验证以帮助其他人。