通过bat调用时kitchen pentaho抛出错误

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

当我通过bat文件调用Kitchen时,我无法解决这个问题(我有一份调用转换的工作) 有什么想法吗?

PS D:\Proj\ETL> .\jobResp.bat                                                                               
D:\Proj\ETL>D:\Program\pdi-ce-8.3.0.0-371\data-integration\kitchen.bat /rep:ETL SQL Server /job:jobResp /level:Basic   1>"D:\logETLs\jobResp.log"
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
mar 08, 2020 1:20:31 PM org.apache.karaf.main.Main$KarafLockCallback lockAquired
INFORMAÃıES: Lock acquired. Setting startlevel to 100
java.lang.NullPointerException
        at org.pentaho.di.core.plugins.PluginRegistry.getPluginId(PluginRegistry.java:689)
        at org.pentaho.di.core.plugins.PluginRegistry.getPlugin(PluginRegistry.java:715)
        at org.pentaho.di.core.plugins.PluginRegistry.loadClass(PluginRegistry.java:370)
        at org.pentaho.di.base.AbstractBaseCommandExecutor.establishRepositoryConnection(AbstractBaseCommandExecutor.java:195)
        at org.pentaho.di.kitchen.KitchenCommandExecutor.execute(KitchenCommandExecutor.java:115)
        at org.pentaho.di.kitchen.Kitchen.main(Kitchen.java:286)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
PS D:\Projetos\ETL>   
pentaho pentaho-spoon pentaho-data-integration
1个回答
0
投票

缺少文件或提供的路径错误。

java.lang.NullPointerException

D:\Proj\ETL>D:\Program\pdi-ce-8.3.0.0-371\data-integration\kitchen.bat /rep:ETL SQL Server /job:jobResp /level:Basic

“D:\logETLs\jobResp.log”

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