简体   繁体   English

如何在Ubuntu 15.10上启动pentaho BA?

[英]How to start pentaho BA on Ubuntu 15.10?

I'm from a vm with Ubuntu 15.10. 我来自使用Ubuntu 15.10的虚拟机。 The first time I have installed it on my vm, it worked perfectly. 我第一次在vm上安装它时,它运行良好。 However, now I can't no more start pentaho on Ubuntu 15.10. 但是,现在我不能再在Ubuntu 15.10上启动pentaho了。 I write the following instruction in the terminal: 我在终端中编写以下指令:

./Pentaho/server/biserver-ee/start-pentaho.sh

in the folder where Penthao is intalled. 在Penthao安装的文件夹中。 However, then it tells me the server has started, but when I type " http://localhost:8080/pentaho/Login " in the browser (mozilla firefox), it loads the page indefinetely and the virtual machine slows down very much, so that I can't do anything else. 但是,它告诉我服务器已经启动,但是当我在浏览器(mozilla firefox)中输入“ http:// localhost:8080 / pentaho / Login ”时,它会不确定地加载页面,并且虚拟机会非常慢,这样我就别无选择

I installed mysql server and mysqlworkbench and then pentaho. 我安装了mysql服务器和mysqlworkbench,然后安装了pentaho。 The first time I used it, it worked. 我第一次使用它,就可以了。 Then I installed pycharm and java following this video: install pycharm and the next time I tried to use pentaho it didnt' worked. 然后我按照以下视频安装了pycharm和java: 安装pycharm ,下一次我尝试使用pentaho时,它没有用。 I also used the following instruction: 我还使用了以下指令:

ctlscript.sh start baserver

but it didn't work 但这没用

try this: 尝试这个:

sudo -u pentaho /opt/pentaho/biserver-ce/start-pentaho.sh

for more info, visit this website 有关更多信息,请访问此网站

The solution was to write the following instruction: 解决的办法是编写以下指令:

./ctlscript.sh start

instead of the instructions I used 而不是我使用的指示

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM