首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Pentaho localhost错误

Pentaho localhost错误
EN

Stack Overflow用户
提问于 2016-11-23 07:30:08
回答 2查看 1.4K关注 0票数 1

我正在尝试运行Pentaho BI服务器,但我一直收到以下错误;

代码语言:javascript
复制
Pentaho Initialization Exception


The following errors were detected
One or more system listeners failed. These are set in the systemListeners.xml.
   org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener

Please see the server console for more details on each error detected.

我甚至尝试回滚到旧版本的Java,但这也无济于事,我完全是一个五角大楼的新手,任何帮助解决这个问题的人都将不胜感激

我正在按照这个指南进行安装。

代码语言:javascript
复制
http://cis.csuohio.edu/~sschung/cis611/DW_PentahoPivot4JInstallation.pdf

谢谢

EN

回答 2

Stack Overflow用户

发布于 2016-11-23 16:21:01

本指南

代码语言:javascript
复制
http://cis.csuohio.edu/~sschung/cis611/DW_PentahoPivot4JInstallation.pdf

你所提到的必须被施以魔法。并不是说要成功启动pentaho平台(您在中提到是'Pentaho BI服务器‘),您必须定义correct repository connection

错误

代码语言:javascript
复制
org.pentaho.platform.api.engine.PentahoSystemException: PentahoSystem.ERROR_0014 - Error while trying to execute startup sequence for org.pentaho.platform.repository2.unified.BackingRepositoryLifecycleManagerSystemListener

确切地说,由于存储库连接不可用,平台无法启动。诀窍是,当人们下载CE版的pentaho平台时,它附带了默认配置,这些配置指向具有默认凭据的postgres数据库- admin/password。假设您已经在本地安装了postgres,并具有对此数据库的admin用户和grunted root访问权限。否则,您必须手动编辑存储库、quarz连接和其他内容。这可能是startpoint。当你下载并解压pentaho平台时,这完全是手动安装的情况。

与之相反,EE版本的pentaho使用二进制安装程序,在此安装过程中,只要正确的用户,授予的访问权限和配置就会自动安装postgres。当你以这种方式安装了pentaho平台时,你甚至可能看不到有这样的功能存在--只需开始使用并享受乐趣。根据我的经验,CE版需要一些技术背景,只遵循Simon的说明有时是不够的。

关于java的降级,Pentaho 7版本是用java8编译的,应该会觉得很舒服。对于早于7的pentaho版本,您可以使用java 7。

票数 0
EN

Stack Overflow用户

发布于 2017-07-03 19:25:19

在Windows764位上安装5.0.1BI服务器时,我得到了同样的错误,下面的代码对我有效--不要使用Java8,由于某些原因, BI服务器和不兼容。我又回到了Java7。-将pentaho目录直接移出驱动器,如c:\pentaho\biserver-ce...显然,Tomcat对Windows路径过长有问题。-确保您设置了JAVA_HOME等。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/40753557

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档