Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/303.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Informatica Ultra Messaging-初始化器中出现6.7异常_Java_Informatica - Fatal编程技术网

Java Informatica Ultra Messaging-初始化器中出现6.7异常

Java Informatica Ultra Messaging-初始化器中出现6.7异常,java,informatica,Java,Informatica,我在初始化器中遇到以下异常: 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:

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

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)
原因:java.lang.ExceptionInInitializeError
访问com.latencybusters.lbm.LBMInit.init_一次(LBMInit.java:86)
位于com.latencybusters.lbm.LBMContextAttributes。(LBMContextAttributes.java:304)
...
原因:com.latencybusters.lbm.LBMRuntimeException:找不到LBMContext handleMessage方法
位于com.latencybusters.lbm.LBMInit.(LBMInit.java:77)
位于com.latencybusters.lbm.LBMInit.(LBMInit.java:36)
位于com.latencybusters.lbm.LBMInit$LBMInitHolder。(LBMInit.java:82)
在Linux机器上使用Informatica Ultra Messaging-6.7。我在网上找不到任何信息,而且异常本身也没有其他信息。对
LBMContext
的反汇编表明实际上存在一个方法
私有void handleMessage(长msgptr、字符串源、字符串主题\u名称、对象源\u clientd)


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

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