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目录

  • 相关阅读:
    在初次安vs2008时设置的为C#现在怎么将其改为其他类型的界面
    CREATEMUTEX
    ISO 18000-6c 访问标签--应用程序访问操作ISO 18000-6C标签的方法
    虚函数的特性
    关于命名空间
    ubuntu 卸载/安装 redis
    【分享】推荐一些不错的计算机书籍
    [转]十款提高开发效率的PHP编码工具
    当当网
    Yii框架第一步-- 安装
  • 原文地址:https://www.cnblogs.com/zjc10203/p/9157211.html
Copyright © 2011-2022 走看看