zoukankan      html  css  js  c++  java
  • 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目录

  • 相关阅读:
    关于 haproxy keepalived的测试
    关于 tornado.simple_httpclient SimpleAsyncHTTPClient fetch下载大文件,默认60s的问题
    Linux系统性能监控工具介绍之-tsar
    linux 系统监控好文
    python中字符串使用需要注意的地方
    如何搭建一个GitHub在自己的服务器上?
    linux使用FIO测试磁盘的iops
    适合编程学习的网站
    linux swap的添加等等
    redis主从复制原理与优化
  • 原文地址:https://www.cnblogs.com/zjc10203/p/9157211.html
Copyright © 2011-2022 走看看