• Kettle日志中BootFeaturesInstaller错误


    到新公司接手了别人的Kettle ETL作业。

    发现每次启动 Kettle ,日志中都会出现下面的错误,虽然不影响运行结果,但是看着不爽:

    18:41:15,327 INFO  [KarafInstance] 
    *******************************************************************************
    *** Karaf Instance Number: 2 at /server/software/pdi-ce-6.1.0.1-196/data-in ***
    ***   tegration/./system/karaf/caches/default/data-18                       ***
    *** Karaf Port:8803                                                         ***
    *** OSGI Service Port:9052                                                  ***
    *******************************************************************************
    18:41:15,328 INFO  [KarafBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
    六月 08, 2018 6:41:16 下午 org.apache.karaf.main.Main$KarafLockCallback lockAquired
    信息: Lock acquired. Setting startlevel to 100
    2018/06/08 18:41:16 - Kitchen - Start of run.
    2018/06/08 18:41:16 - RepositoriesMeta - Reading repositories XML file: /home/John.Liu/.kettle/repositories.xml
    2018/06/08 18:41:17 - cfgbuilder - Warning: The configuration parameter [org] is not supported by the default configuration builder for scheme: sftp
    18:41:17,808 ERROR [BootFeaturesInstaller] Error Boot feature pdi-dataservice not found
    18:41:17,808 ERROR [BootFeaturesInstaller] Error Boot feature pentaho-client not found
    18:41:17,808 ERROR [BootFeaturesInstaller] Error Boot feature pentaho-metaverse not found
    18:41:17,808 ERROR [BootFeaturesInstaller] Error Boot feature pdi-data-refinery not found
    18:41:17,808 ERROR [BootFeaturesInstaller] Error Boot feature config not found
    六月 08, 2018 6:41:18 下午 org.pentaho.caching.impl.PentahoCacheManagerFactory$RegistrationHandler$1 onSuccess
    

     解决方法(公司使用的是 6.1 版本,其他版本没用过):

    修改<pdi_home>/system/karaf/etc/org.apache.karaf.features.cfg

    把featuresBoot=config,pentaho-client,pentaho-metaverse,pdi-dataservice,pdi-data-refinery

    改成featuresBoot=config,pentaho-client,pentaho-metaverse,pdi-dataservice

    然后删除 <pdi_home>/system/karaf/caches目录

  • 相关阅读:
    Linux Apache服务(一)
    mysql基础
    linux面试题一
    linux shell(2)
    linux基础汇总2
    python列表生成式、生成器,迭代器与二分法
    python的函数
    python函数
    java 翁老师学习笔记-持续更
    责任链模式
  • 原文地址:https://www.cnblogs.com/zjc10203/p/9157211.html
Copyright © 2020-2023  润新知