heavyai / heavydb

HeavyDB (formerly OmniSciDB)
https://heavy.ai
Apache License 2.0
2.94k stars 446 forks source link

Frontend Web: localhost:6273 DBHandler.cpp:146 Session not valid. #738

Open jieguolove opened 2 years ago

jieguolove commented 2 years ago

I downloaded https://releases.omnisci.com/os/tar/omnisci-os-latest-Linux-x86_64-cuda.tar.gz and decompressed it, and after starting it, I found the following error when i visit the web console port 6273, the browser black screen? image omnisky@omnisky-Super-Server:~/gpudb$ nohup ./startomnisci > start.log & [1] 3633 omnisky@omnisky-Super-Server:~/gpudb$ nohup: ignoring input and redirecting stderr to stdout omnisky@omnisky-Super-Server:~/gpudb$ omnisky@omnisky-Super-Server:~/gpudb$ omnisky@omnisky-Super-Server:~/gpudb$ omnisky@omnisky-Super-Server:~/gpudb$ omnisky@omnisky-Super-Server:~/gpudb$ tail -f start.log startomnisci 3633 running Backend TCP: localhost:6274 Backend HTTP: localhost:6278 Frontend Web: localhost:6273 Calcite TCP: localhost:6279

Command windows is ok: omnisky@omnisky-Super-Server:~/gpudb$ ./bin/omnisql -p HyperInteractive User admin connected to database omnisci omnisql> \l Database | Owner omnisci | admin

cdessanti commented 2 years ago

Hi, The OS version isn't supposed to run a Immerse. It's just the DB.

So if you want to useImmerse and the rest of web interface you have to download and install the EE using a free licence

jieguolove commented 2 years ago

Hi, The OS version isn't supposed to run a Immerse. It's just the DB.

So if you want to useImmerse and the rest of web interface you have to download and install the EE using a free licence

got it,thanks!