zoukankan      html  css  js  c++  java
  • Unable to locate value meta plugin of type (id)

    用什么都会有坑啊,金遇到kettle的一个坑,错误提示如下

    2017/10/17 15:46:09 - Spoon - 日志级别 : 调试
    2017/10/17 15:46:10 - General - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : Error starting Spoon shell
    2017/10/17 15:46:10 - General - ERROR (version 6.1.0.1-196, build 1 from 2016-04-07 12.08.49 by buildguy) : java.lang.RuntimeException: Unable to create the database cache: 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - Couldn't read the database cache
    2017/10/17 15:46:10 - General - org.pentaho.di.core.exception.KettleFileException: 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - : Unable to read row metadata from input stream
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - Unable to locate value meta plugin of type (id) 131072
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - Unable to locate value meta plugin of type (id) 131072
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - org.pentaho.di.core.exception.KettleFileException: 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - : Unable to read row metadata from input stream
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - Unable to locate value meta plugin of type (id) 131072
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - Unable to locate value meta plugin of type (id) 131072
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - 
    2017/10/17 15:46:10 - General - at org.pentaho.di.core.DBCache.getInstance(DBCache.java:247)
    2017/10/17 15:46:10 - General - at org.pentaho.di.ui.spoon.Spoon.loadSettings(Spoon.java:7225)
    2017/10/17 15:46:10 - General - at org.pentaho.di.ui.spoon.Spoon.init(Spoon.java:787)
    2017/10/17 15:46:10 - General - at org.pentaho.di.ui.spoon.Spoon.createContents(Spoon.java:9235)
    2017/10/17 15:46:10 - General - at org.eclipse.jface.window.Window.create(Window.java:426)
    2017/10/17 15:46:10 - General - at org.eclipse.jface.window.Window.open(Window.java:785)
    2017/10/17 15:46:10 - General - at org.pentaho.di.ui.spoon.Spoon.start(Spoon.java:9266)
    2017/10/17 15:46:10 - General - at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:662)
    2017/10/17 15:46:10 - General - at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    2017/10/17 15:46:10 - General - at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    2017/10/17 15:46:10 - General - at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    2017/10/17 15:46:10 - General - at java.lang.reflect.Method.invoke(Method.java:483)
    2017/10/17 15:46:10 - General - at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    stopping
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0

    解决方法:

    To fix the issue, you need to delete the db.cache file.

    On my Windows computer, it’s located under C:Userspatlaf.kettledb.cache-5.0.1-stable .

    Then you can start Spoon again!

    References:

    出自:http://www.patlaf.com/pentaho-spoon-java-lang-runtimeexception-unable-to-create-the-database-cache/

  • 相关阅读:
    Spring MVC-静态页面示例(转载实践)
    Spring MVC-页面重定向示例(转载实践)
    Spring中获取Session的方法汇总
    Spring Boot项目@RestController使用重定向redirect
    MySQL Workbench常用快捷键及修改快捷键的方法
    Eclipse安装Jetty插件(Web容器)
    Java EE: XML Schemas for Java EE Deployment Descriptors(Java Web的web.xml头web-app标签上的XML模式)
    Ubuntu 16.04 GNOME在桌面左侧添加启动器(Launcher)
    Ubuntu 16.04 GNOME添加桌面图标/在桌面上显示图标
    Ubuntu 16.04修改显示字体大小(包括GNOME/Unity)
  • 原文地址:https://www.cnblogs.com/chenminklutz/p/7682712.html
Copyright © 2011-2022 走看看