美文网首页
安装PDI错误1

安装PDI错误1

作者: 梁行之 | 来源:发表于2018-04-02 14:57 被阅读0次

    1 yum install libXtst

    #######################################################################
    WARNING: no libwebkitgtk-1.0 detected, some features will be unavailable
    Consider installing the package with apt-get or yum.
    e.g. 'sudo apt-get install libwebkitgtk-1.0-0'
    #######################################################################
    Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
    java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
    no swt-pi-gtk-4335 in java.library.path
    no swt-pi-gtk in java.library.path
    Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi-gtk-4335.so
    Can't load library: /root/.swt/lib/linux/x86_64/libswt-pi-gtk.so
    /root/.swt/lib/linux/x86_64/libswt-pi-gtk-4335.so: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
    at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
    at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
    at org.eclipse.swt.internal.gtk.OS.<clinit>(Unknown Source)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
    at org.eclipse.swt.internal.Converter.wcsToMbcs(Unknown Source)
    at org.eclipse.swt.widgets.Display.<clinit>(Unknown Source)
    at org.pentaho.di.ui.spoon.Spoon.main(Spoon.java:649)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.pentaho.commons.launcher.Launcher.main(Launcher.java:92)
    [root@localhost77 data-integration]# yum install webkitgtk
    Loaded plugins: fastestmirror
    Setting up Install Process

    相关文章

      网友评论

          本文标题:安装PDI错误1

          本文链接:https://www.haomeiwen.com/subject/kbqxhftx.html