2

我在我的 Ubuntu 14.04 上使用 Pentaho 数据集成工具 4.4.0

uname -a
Linux LT0124 3.13.0-24-generic #47-Ubuntu SMP Fri May 2 23:30:00 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

当我关闭 PDI 时,出现以下错误的弹出窗口:

An unexpected error occurred in Spoon:
No more handles [Could not detect registered XULRunner to use]
org.eclipse.swt.SWTError: [Could not detect registered XULRunner to use]
...

![Spoon pop up window with an error][1]

我正在使用以下版本的java:

java version "1.8.0_05"
Java(TM) SE Runtime Environment (build 1.8.0_05-b13)
Java HotSpot(TM) 64-Bit Server VM (build 25.5-b02, mixed mode)

请让我知道如何摆脱这个错误。

4

1 回答 1

1

我正在运行 PDI 5,我发现 -Dorg.eclipse.swt.browser.DefaultType=mozilla在spoon.sh 中添加 OPT 可以修复我的 PDI 根本无法启动。

试试看。

于 2014-05-08T08:27:55.373 回答