Informatica Ultra Messaging - 6.7初始化程序中的异常

问题描述 投票:0回答:1

我在初始化程序中遇到以下异常:

Caused by: java.lang.ExceptionInInitializerError
        at com.latencybusters.lbm.LBMInit.init_once(LBMInit.java:86)
        at com.latencybusters.lbm.LBMContextAttributes.<clinit>(LBMContextAttributes.java:304)
...

Caused by: com.latencybusters.lbm.LBMRuntimeException: Can't locate LBMContext handleMessage method
        at com.latencybusters.lbm.LBMInit.<init>(LBMInit.java:77)
        at com.latencybusters.lbm.LBMInit.<init>(LBMInit.java:36)
        at com.latencybusters.lbm.LBMInit$LBMInitHolder.<clinit>(LBMInit.java:82)

在Linux计算机上使用Informatica Ultra Messaging - 6.7。我无法在网上找到任何信息,而且例外本身也没有其他信息。 LBMContext的拆卸表明实际上有一种方法private void handleMessage(long msgptr, String source, String topic_name, Object source_clientd)

有没有人经历过类似的事情?

java informatica
1个回答
0
投票

使用错误版本的本机库(感谢Informatica提供有意义的错误消息)

© www.soinside.com 2019 - 2024. All rights reserved.