问题描述
我一直在尝试在 Mac 上安装 Pentaho BI Server(社区版),但我没有设法让它运行:
I've been trying to install Pentaho BI Server (Community Edition) on Mac but I did not manage to make it run:
有谁知道 Java 版本和 Pentaho 之间有什么好的匹配吗?
Does anyone know a good matching between the Java version and Pentaho?
当我尝试运行 pentaho-server-ce-8.0.0.0-28 时,存在与 Java 8 中弃用的 Dcatalina.endorsed 相关的问题,该问题阻止虚拟机启动,并且最新的虚拟机显示很多错误.
When I try to run pentaho-server-ce-8.0.0.0-28 there is an issue related with Dcatalina.endorsed deprecated in Java 8 that is preventing the virtual machine to start and for the newest one shows lot of errors.
谢谢.
推荐答案
我在spoon.sh 中找到了这个.如果它没有帮助,也许它可以解释...
I found this in the spoon.sh. If it doesn't help, maybe it explains...
echo "对不起,这个 Mac 平台 [$ARCH] 还不支持!"
echo "请尝试开始使用数据集成 32 位"
echo "Please try starting using 'Data Integration 32-bit'
或"echo 'Data Integration 64-bit' 视情况而定."
or" echo "'Data Integration 64-bit' as appropriate."
退出;
这篇关于无法在 Mac 上运行 Pentaho BI 服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!