我第一次尝试使用this link安装Pentago。
到目前为止,我总结了从给定链接进行的操作。
PART- I JAVA(打开-JDK)-安装
要安装Java
,
apt-get install openjdk-7-jre
apt-get install openjdk-7-jdk
使用Nano编辑器打开.bashrc文件。在文件的中间添加了以下几行。因为没有提及需要粘贴的位置
JAVA_HOME=/usr/lib/jvm/jdk1.7.0_21/
export JAVA_HOME
PART- II Pentaho 5.0.1 CE安装
mkdir /home/folder1/pentaho
cp //windowspath/biserver-ce-5.0.1-stable.zip /home/folder1/pentaho/
unzip file under pentaho
./start-pentaho.sh
./stop-pentaho.sh
然后,最后我生成以下链接:
http://ip.addr.of.server:8080/pentaho/
但这显示了一个错误。我需要您的帮助才能获得Pentaho的主页。
Linux操作系统版本:
NAME="Ubuntu"
VERSION="12.04.5 LTS, Precise Pangolin"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu precise (12.04.5 LTS)"
VERSION_ID="12.04"
wget错误:
--2019-09-24 08:17:20-- http://sourceforge.net/projects/pentaho/files/Business
Resolving sourceforge.net (sourceforge.net)... 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://sourceforge.net/projects/pentaho/files/Business [following]
--2019-09-24 08:17:20-- https://sourceforge.net/projects/pentaho/files/Business
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2019-09-24 08:17:21 ERROR 404: Not Found.
--2019-09-24 08:17:21-- http://intelligence/
Resolving intelligence (intelligence)... failed: Name or service not known.
wget: unable to resolve host address `intelligence'
--2019-09-24 08:17:21-- http://server/5.0.1-stable/biserver-ce-5.0.1-stable.zip/
Resolving server (server)... failed: Name or service not known.
wget: unable to resolve host address `server'
我发现了this link with same error.,但是在安装过程中却没有。并且forums.pentaho未打开,出现 502 Bad Gateway 错误。
注意:
/home/folder1/pentaho/
。使用mount
命令。 版本:
Pentaho:
文件为biserver-ce-5.0.1-stable.zip
。因此版本可能是5.0.1
。
Java:
openjdk version "1.8.0_222-ea"
OpenJDK Runtime Environment (build 1.8.0_222-ea-8u222-b05-1~12.04.1-b05)
OpenJDK 64-Bit Server VM (build 25.222-b05, mixed mode)
答案 0 :(得分:0)
关于如何执行此操作,我无法提供完整的答案,因为您尝试运行的软件版本过旧,很难找到软件包,这可能会破坏我的计算机上的其他内容并且也不安全
在花费更多时间之前,您应该验证自己绝对需要此版本,并且不能使用更新的版本。较新的版本易于安装。只需验证/安装Java,解压缩并运行start-pentaho.sh
使旧的Pentaho正常工作的方法是仔细检查每一步。