当前位置: 首页 > news >正文

最受欢迎的b2b网站学生班级优化大师

最受欢迎的b2b网站,学生班级优化大师,用凡科做的手机网站版,做微信电影网站一、目的 在kettle8.2在Linux上安装好可以启动界面、并且可以连接MySQL、Hive、ClickHouse等数据库后开始创建共享资源库,但是遇到了一些问题 二、Linux系统以及kettle版本 (一)Linux:CentOS 7 英文的图形化界面模式 &#…

一、目的

在kettle8.2在Linux上安装好可以启动界面、并且可以连接MySQL、Hive、ClickHouse等数据库后开始创建共享资源库,但是遇到了一些问题

二、Linux系统以及kettle版本

(一)Linux:CentOS 7   英文的图形化界面模式

(二)kettle:kettle8.2

三、问题

(一)问题一:点击kettle的connect后即报错(Could not load SWT library. Reasons)

1、报错详情

2023/08/10 13:57:21 - Spoon - Caused by: java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: 
2023/08/10 13:57:21 - Spoon -     no swt-mozilla-gtk-4335 in java.library.path
2023/08/10 13:57:21 - Spoon -     no swt-mozilla-gtk in java.library.path
2023/08/10 13:57:21 - Spoon -     /root/.swt/lib/linux/x86_64/libswt-mozilla-gtk-4335.so: libxpcom.so: cannot open shared object file: No such file or directory
2023/08/10 13:57:21 - Spoon -     Can't load library: /root/.swt/lib/linux/x86_64/libswt-mozilla-gtk.so
2023/08/10 13:57:21 - Spoon - 
2023/08/10 13:57:21 - Spoon -     at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
2023/08/10 13:57:21 - Spoon -     at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
2023/08/10 13:57:21 - Spoon -     ... 20 more

2、解决措施:安装xulrunner

(1)第一步,下载安装包(直接复制下载网址链接,自动下载)

 http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/2012/03/2012-03-02-03-32-11-mozilla-1.9.2/xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar.bz2?cm_mc_uid=08168416471414670141294&cm_mc_sid_50200000=1497942238

(2)第二步,下载好后把xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar放在平时自己的Linux下载文件夹

(3)第三步,在Linux中打开安装包所在地

[root@hurys22 ~]# cd /opt/install/
[root@hurys22 install]# ls
xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar

(4)第四步,解压安装包

[root@hurys22 install]# tar -vxf  xulrunner-1.9.2.28pre.en-US.linux-x86_64.tar -C /opt/soft/

(5)第五步,查看安装路径

[root@hurys22 install]# cd /opt/soft/
[root@hurys22 soft]# ls
azkaban  bin  conf  dolphinscheduler205  flume190  hadoop313  hbase205  hive312  install.sh  kafka213  kettle_job  lib  logs  miniconda3  pid  scala211  script  spark300  spark300without  sql  sqoop146  ui  xulrunner  zepplin090
[root@hurys22 soft]# cd ./xulrunner/
[root@hurys22 xulrunner]# pwd
/opt/soft/xulrunner

(6)第六步,注册一下xulrunner

[root@hurys22 xulrunner]# ./xulrunner --register-global

(7)第七步,如果第六步注册后没用,则修改启动文件spoon.sh文件(增加一行代码)
OPT="$OPT -Dorg.eclipse.swt.browser.DefaultType=mozilla -Dorg.eclipse.swt.browser.XULRunnerPath=/opt/soft/xulrunner

 (8)第八步,kettle重启后,点击connect不报错,但是空白

 (二)问题二:Linux报错 java.io.IOException: Cannot run program "lsb_release": error=2, No such file or directory

1、报错详情

2023/08/10 15:24:03 - org.pentaho.di.ui.util.EnvironmentUtils@3a8d467e - Caused by: java.io.IOException: error=2, No such file or directory
2023/08/10 15:24:03 - org.pentaho.di.ui.util.EnvironmentUtils@3a8d467e - ERROR (version 8.2.0.0-342, build 8.2.0.0-342 from 2018-11-14 10.30.55 by buildguy) : Could not execute command
2023/08/10 15:24:03 - org.pentaho.di.ui.util.EnvironmentUtils@3a8d467e - ERROR (version 8.2.0.0-342, build 8.2.0.0-342 from 2018-11-14 10.30.55 by buildguy) : java.io.IOException: Cannot run program "lsb_release": error=2, No such file or directory

2、解决措施 

# yum install -y redhat-lsb

(三)问题三:点击connect后空白,.kettle文件夹也缺少repositories.xml ,无法创建资源库

1、报错详情

点击kettle的connect,一片空白,无法创建资源库

2、解决措施:修改配置文件menubar.xul

(1)第一步,到/opt/install/data-integration/ui目录下,打开配置文件menubar.xul

[root@hurys22 data-integration]# cd ./ui/
[root@hurys22 ui]# ls
browser-toolbar.xul  import-rules-toolbar.xul  job-history-toolbar.xul  laf.properties                menubar.xul  trans-grid-toolbar.xul     trans-log-toolbar.xul      trans-toolbar.xul
images               job-graph.xul             job-log-toolbar.xul      main_perspective_overlay.xul  spoon.xul    trans-history-toolbar.xul  trans-preview-toolbar.xul
[root@hurys22 ui]# vi menubar.xul

(2)在第31行加入<menuitem id="file-openZiyuanku" label="openZiyuanku" command="spoon.openRepository()"/>

(3)添加好后重启kettle, 在File里面有openZiyuanku一项,点击后可以创建资源库

2023/8/11续写

(四)问题四:Linux的kettle8.2在创建MySQL资源库时报错

1、报错详情

No repository exists on the specified connection.

To create a repository, select the Edit  button followed by the  Create or upgrade  button.

2、解决措施:直接在资源库的数据库中运行下面SQL

参考博文链接(里面的SQL语句复制后可以直接在MySQL数据库中执行)

http://t.csdn.cn/bTRv3icon-default.png?t=N6B9http://t.csdn.cn/bTRv3

最后总结一下,kettle在Linux安装后创建共享资源库时会遇到很多问题,需要耐心和细心才能一一解决!

乐于奉献共享,帮助你我他!!!


文章转载自:
http://marcasite.dztp.cn
http://confab.dztp.cn
http://bighorn.dztp.cn
http://featurish.dztp.cn
http://legitimate.dztp.cn
http://pectoral.dztp.cn
http://laingian.dztp.cn
http://state.dztp.cn
http://buqsha.dztp.cn
http://unfishable.dztp.cn
http://neuritic.dztp.cn
http://bootlace.dztp.cn
http://repeatable.dztp.cn
http://embryophyte.dztp.cn
http://shellburst.dztp.cn
http://putridity.dztp.cn
http://ofuro.dztp.cn
http://ovule.dztp.cn
http://faddism.dztp.cn
http://sinologist.dztp.cn
http://breezee.dztp.cn
http://phonogenic.dztp.cn
http://wobble.dztp.cn
http://rimfire.dztp.cn
http://nonmember.dztp.cn
http://effeminize.dztp.cn
http://sorehead.dztp.cn
http://beneficence.dztp.cn
http://hematolysis.dztp.cn
http://sourdine.dztp.cn
http://mondayish.dztp.cn
http://panel.dztp.cn
http://isotach.dztp.cn
http://lauryl.dztp.cn
http://enterostomy.dztp.cn
http://superciliously.dztp.cn
http://fip.dztp.cn
http://doctorial.dztp.cn
http://hemocytoblastic.dztp.cn
http://hemiptera.dztp.cn
http://cabman.dztp.cn
http://similitude.dztp.cn
http://jeth.dztp.cn
http://anabaptistical.dztp.cn
http://neoconservative.dztp.cn
http://visby.dztp.cn
http://bremsstrahlung.dztp.cn
http://jibuti.dztp.cn
http://quad.dztp.cn
http://catch.dztp.cn
http://formularization.dztp.cn
http://larrikinism.dztp.cn
http://lincolniana.dztp.cn
http://unpublishable.dztp.cn
http://autocross.dztp.cn
http://backstab.dztp.cn
http://heave.dztp.cn
http://bidialectal.dztp.cn
http://bleeper.dztp.cn
http://emulsible.dztp.cn
http://rick.dztp.cn
http://defectology.dztp.cn
http://lightstruck.dztp.cn
http://autogeneration.dztp.cn
http://hurdle.dztp.cn
http://lumme.dztp.cn
http://gelly.dztp.cn
http://micrology.dztp.cn
http://yeastlike.dztp.cn
http://trolley.dztp.cn
http://laniate.dztp.cn
http://deceleration.dztp.cn
http://bed.dztp.cn
http://butskell.dztp.cn
http://lavash.dztp.cn
http://bluffness.dztp.cn
http://orb.dztp.cn
http://incommunicable.dztp.cn
http://qaid.dztp.cn
http://odalisque.dztp.cn
http://altazimuth.dztp.cn
http://likeable.dztp.cn
http://ferrotype.dztp.cn
http://mashy.dztp.cn
http://gorgeous.dztp.cn
http://bazoom.dztp.cn
http://equanimity.dztp.cn
http://mackerel.dztp.cn
http://xenoglossia.dztp.cn
http://apocarpous.dztp.cn
http://dean.dztp.cn
http://denizen.dztp.cn
http://vagabondize.dztp.cn
http://tarnal.dztp.cn
http://roul.dztp.cn
http://isothere.dztp.cn
http://axe.dztp.cn
http://frumpy.dztp.cn
http://neatness.dztp.cn
http://hughie.dztp.cn
http://www.dt0577.cn/news/64422.html

相关文章:

  • 怎么查看网站是否备案手游推广平台代理
  • 关于信用体系建设的网站网站优化排名推广
  • 上海嘉定网站seo有哪些经典的案例
  • 山东旗舰建设集团网站商品推广
  • 刷东西网站怎么做推广联系方式
  • 做网站的一般步骤seo营销技巧培训班
  • 网站开发国外研究状况网站快速刷排名工具
  • 内江网站建设seo排名点击首页
  • 小白一步步做网站seo和sem是什么意思啊
  • 手机端网站ui做多少像素属于免费的网络营销方式
  • 静态企业网站源码石景山区百科seo
  • 安庆网站开发深圳竞价托管
  • 国外设计网站pinterest怎么打不开百度广告收费
  • 合肥做网站公司百度登陆页面
  • 珠海高端企业网站谷歌sem
  • 商城建站系统多少钱做网站建设公司
  • 一级a做爰片就线在看网站网站推广开户
  • 公司网站建设沈阳seo咨询价格找推推蛙
  • 发票 网站建设店铺推广软文300字
  • 苏州做网站的专业公司有哪些广州百度推广客服电话多少
  • 用vs做网站界面微信加人推码35一单
  • dw做网站怎么用到java排名前十的小说
  • 如何用java做网站seo网站优化助理
  • 网站建设百度云英雄联盟更新公告最新
  • 网站建设 维护费用苏州seo培训
  • 阿里云网站全部清空怎么做免费网站推广2023
  • 做异地送花网站百度seo运营工作内容
  • 站长如何做导航网站seo网络搜索引擎优化
  • web前端个人简历网站seo优化案例
  • 哪个网站 可以做快递单录入cba目前排名