【问题标题】:Angry org.pentaho.di.core.exception.KettleMissingPluginsException in Step : JmsOutput Why?愤怒的 org.pentaho.di.core.exception.KettleMissingPluginsException 在 Step : JmsOutput 为什么?
【发布时间】:2014-09-30 16:58:25
【问题描述】:

我创建了一个Transform 发送JMS ProduceActiveMQ

但在通过我的 Java 客户端应用程序(包括 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)

请问有什么帮助吗?

【问题讨论】:

  • 这种转换在 PDI 内部有效吗?
  • 是的,在 PDI 中可以正常工作,但正如我解释的那样,我正在使用 PDI Jars 通过命令行运行它。

标签: java pentaho kettle pentaho-cde


【解决方案1】:

来自 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.

【讨论】:

  • 谢谢,我将 JMS 的罐子放在 Class-Path 中,但没有解决。你能解释一下你的答案的更多步骤吗?
  • 我得到了更多细节:Unable to load class for step/plugin with id [JmsOutput]. Check if the plugin is available in the plugins subdirectory of the Kettle distribution.
  • 谢谢它已经通过在应用程序的根路径中添加包含JMS 库的plugins 文件夹来解决,但我面临另一个问题:D Exception in thread "Thread-8" com.pentaho.commons.dsc.f: license missing, invalid, or expired:D
猜你喜欢
  • 1970-01-01
  • 2011-12-29
  • 1970-01-01
  • 2011-07-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多