本文介绍了愤怒的org.pentaho.di.core.exception.KettleMissingPluginsException步骤:JmsOutput为什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我做了一个Transform
,将JMS Produce
发送到ActiveMQ
.
I made a Transform
to send JMS Produce
to ActiveMQ
.
,但是在通过我的Java客户端应用程序(包括PDI
Jars)执行转换期间.
but during executing the transform via my Java Client Application including PDI
Jars.
我遇到了这个错误:
SEVERE: null
org.pentaho.di.core.exception.KettleMissingPluginsException:
Missing plugins found while loading a transformation
Step : JmsOutput
at org.pentaho.di.trans.TransMeta.loadXML(TransMeta.java:2840)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2676)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2628)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2605)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2585)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2550)
at org.pentaho.di.trans.TransMeta.<init>(TransMeta.java:2513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
所以有什么帮助吗?
推荐答案
来自infocenter.pentaho.com:
From the infocenter.pentaho.com:
Note: Place JMS Library jars for the ConnectionFactory and other supporting classes in the .../data-integration/plugins/pdi-jms-plugin/lib directory.
这篇关于愤怒的org.pentaho.di.core.exception.KettleMissingPluginsException步骤:JmsOutput为什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!