OSBI / saiku

Saiku Analytics - The Worlds Greatest Open Source OLAP Browser
http://community.meteorite.bi
Apache License 2.0
1.31k stars 663 forks source link

start-saiku.bat fail #699

Open ahdung opened 5 years ago

ahdung commented 5 years ago

Is this a bug report?

Yes

Environment

  1. java -version: java version "1.7.0_80" Java(TM) SE Runtime Environment (build 1.7.0_80-b15) Java HotSpot(TM) 64-Bit Server VM (build 24.80-b11, mixed mode)

  2. node -v (If you use Node.js proxy for Saiku): v11.7.0

  3. npm -v (If you use Node.js proxy for Saiku): 6.5.0

  4. yarn --version (If you use Node.js proxy for Saiku and if you use Yarn): 'yarn' not a command xxx (not installed. I'm using chinese version windows, so I can't get english message)

Then, specify:

  1. Operating system: windows server 2008 R2 with SP1 x64 chinese
  2. Browser and version (if relevant):
  3. Saiku plugin to Pentaho or Saiku Standalone:
  4. Saiku CE or Saiku EE:
  5. Saiku version: 3.16

Steps to Reproduce

  1. start cmd.exe
  2. cd to saiku-server\scripts\
  3. type "start-saiku.bat" and enter

Expected Behavior

success run, and in browser can visit http://localhost:8080

Actual Behavior

cmd tell me wrong: image

translate: system can't find out the path. 'startup' not internal or extern command, and not a runnable program or batch file.

brenopolanski commented 5 years ago

@brunogamacatao can you try reproduce this please?

ahdung commented 5 years ago

@brenopolanski Thanks for respond. I redownload the current repository-development branch, and

  1. start cmd.exe
  2. cd to saiku-development\saiku-server\scripts
  3. type "start-saiku.bat" and enter

and got the picture, looks like same wrong: image

I think problem is here: start-saiku.bat: line 7 : cd tomcat\bin there is no tomcat folder in scripts folder, so how can cd it.

So I tried:

  1. uncompress "saiku-server\tomcat\apache-tomcat-8.0.18.zip" to "saiku-server\scripts\tomcat"
  2. run "start-saiku.bat" again

Now get this picture: image

start-saiku.bat is success run, but visit http://127.0.0.1:8080, it is the tomcat's home page, not saiku, please help, Thank you.

SoulSong commented 5 years ago

The same problem. Has any solution?