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

  • 相关阅读:
    nuxt引入fontawesome
    springboot+springsecurity+vue实现简单的登陆认证
    vue给v-html渲染出的页面添加样式
    vue整合SimpleMDE做编辑器
    vue整合tinymce做富文本编辑器
    vue引入svg图标
    vue刷新整个页面
    解决Vue2.9.6无法卸载的问题
    使用npm命令下载sass时出现Error: not found: python2
    html中好玩的技巧,你知道几个
  • 原文地址:https://www.cnblogs.com/zjc10203/p/9157211.html
Copyright © 2011-2022 走看看