我正在尝试安装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.
我目前已安装以下软件。
我尝试通过从勺子.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]
非常感谢您的帮助!
答案 0 :(得分:1)
看来我需要卸载现有的JDK 11版本,并将其替换为JDK8。下面的链接以获取说明。
https://www.codevoila.com/post/78/how-to-uninstall-or-remove-jdk-in-mac-os-x