【发布时间】:2020-04-14 12:15:05
【问题描述】:
我正在尝试安装 PDI 9 并继续从终端收到以下错误。
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS is not supported. Endorsed standards and standalone APIs in modular form will be supported via the concept of upgradeable modules.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
我目前安装了以下内容。
- pdi-ce-9.0.0.0-423 (https://sourceforge.net/projects/pentaho/)
- jre-8u241-macosx-x64 (https://www.oracle.com/java/technologies/javase-jre8-downloads.html)
我尝试通过从spoon.sh 文件中删除以下行来找到here 的解决方法。
-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS
spoon.sh 文件运行,但是,应用程序在拉起后立即关闭。下面显示了包含许多警告消息的前几行。
DEBUG: Using value (/Users/juanflorencioferrer/Downloads/data-integration/Data
Integration.app/Contents/MacOS/../../../) from calling script
Java HotSpot(TM) 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.pentaho.di.core.plugins.KettleURLClassLoader (file:/Users/juanflorencioferrer/Downloads/data-integration/launcher/../lib/kettle-core-9.0.0.0-423.jar) to field java.net.URLClassLoader.ucp
WARNING: Please consider reporting this to the maintainers of org.pentaho.di.core.plugins.KettleURLClassLoader
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
20:03:06,639 INFO [KarafBoot] Checking to see if org.pentaho.clean.karaf.cache is enabled
20:03:06,801 INFO [KarafInstance]
...
2020/04/14 20:03:36 - Spoon - Spoon has ended.
stopping
[Process completed]
不胜感激!
【问题讨论】:
标签: java pentaho pentaho-spoon pentaho-data-integration