Я запускаю исходный код Kettle 8.3 по идее intellij, Невозможно создать экземпляр класса org.pentaho.di.engine.ui.RunConfigurationLifecycleListener - PullRequest
0 голосов
/ 06 мая 2019

Я запускаю исходный код Kettle 8.3 по идее IntelliJ, не могу создать экземпляр класса org.pentaho.di.engine.ui.RunConfigurationLifecycleListener, java-версия - JDK8, я могу использовать maven build install для успешной компиляции исполняемых приложений, но я не могу запустить его по идее IDE напрямую.

2019/05/06 14:33:03 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : Unexpected error loading class for plugin 
2019/05/06 14:33:03 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : org.pentaho.di.core.exception.KettlePluginException: 
2019/05/06 14:33:03 - General - Unable to instantiate class
2019/05/06 14:33:03 - General - org.pentaho.di.engine.ui.RunConfigurationLifecycleListener
2019/05/06 14:33:03 - General - 
2019/05/06 14:33:03 - General -     at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:501)
2019/05/06 14:33:03 - General -     at org.pentaho.di.ui.core.PropsUI.init(PropsUI.java:210)
2019/05/06 14:33:03 - General -     at org.pentaho.di.core.Props.<init>(Props.java:233)
2019/05/06 14:33:03 - General -     at org.pentaho.di.ui.core.PropsUI.<init>(PropsUI.java:176)
2019/05/06 14:33:03 - General -     at org.pentaho.di.ui.core.PropsUI.init(PropsUI.java:129)
2019/05/06 14:33:03 - General -     at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:687)
2019/05/06 14:33:03 - General - Caused by: java.lang.InstantiationException: org.pentaho.di.engine.ui.RunConfigurationLifecycleListener
2019/05/06 14:33:03 - General -     at java.lang.Class.newInstance(Class.java:427)
2019/05/06 14:33:03 - General -     at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:496)
2019/05/06 14:33:03 - General -     ... 5 more
2019/05/06 14:33:03 - General - Caused by: java.lang.NoSuchMethodException: org.pentaho.di.engine.ui.RunConfigurationLifecycleListener.<init>()
2019/05/06 14:33:03 - General -     at java.lang.Class.getConstructor0(Class.java:3082)
2019/05/06 14:33:03 - General -     at java.lang.Class.newInstance(Class.java:412)
2019/05/06 14:33:03 - General -     ... 6 more
2019/05/06 14:33:03 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : Unexpected error loading class for plugin 
2019/05/06 14:33:03 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : org.pentaho.di.core.exception.KettlePluginException: 
.
.
.
.
2019/05/06 14:33:26 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : Error starting Spoon shell
2019/05/06 14:33:26 - General - ERROR (version Unknown, build 0 from 2019/05/06 14:32:32.256 by Administrator) : java.lang.NullPointerException
2019/05/06 14:33:26 - General -     at org.pentaho.di.core.extension.ExtensionPointMap.callExtensionPoint(ExtensionPointMap.java:151)
2019/05/06 14:33:26 - General -     at org.pentaho.di.core.extension.ExtensionPointHandler.callExtensionPoint(ExtensionPointHandler.java:45)
2019/05/06 14:33:26 - General -     at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9189)
2019/05/06 14:33:26 - General -     at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:709)

...