PDA

View Full Version : Hi all - installation problems on linux



overbyte
07-09-2004, 03:10 PM
I'm just starting out with electro server and i'm having a few problems getting going.

I've managed to get electro server running on my local machine (using os x 10.3) with no problems but i get the error java:

./StartElectroServer.sh: java: command not found

after i use the command:

./StartElectroServer.sh
from within the correct folder on the remote server (a shared Linux hosted server [with Apache vs 1.3.31 (Unix)])

The server is running the following:
java version "1.4.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0)
Java HotSpot(TM) Client VM (build 1.4.0, mixed mode)

and i have had .jsp support installed (although i don't think that should affect electro server)

Has anyone had any experience of this and could you point me in the right direction?

Thanks a lot

;oB

:confused:

overbyte
07-09-2004, 03:11 PM
by the way - i've done some searches for the answer to this on this forum but i've not turned anything up

cheers

peterblaze
07-09-2004, 07:48 PM
Hi overbyte,
Could You check if You can run any other .jar or if You have standard JRE or SDK installed?

/usr/java/j2sdk1.4.2_03/bin/java -version and paste here results,

BTW:

by the way - i've done some searches for the answer to this on this forum but i've not turned anything up
Man! You are first who using Linux here (I guess)

Peter

jobem
07-09-2004, 10:06 PM
Hi Overbyte,

We will be updating the downloads page with the latest downloads when we get back home (at a conference this week and weekend). But here is the download link for the latest Linux installer.

Linux
http://www.electrotank.com/Presentations/FF/NY2004/CD/Installers/ElectroServer_3_5_Linux.rpm

Windows
http://www.electrotank.com/Presentations/FF/NY2004/CD/Installers/ElectroServer_3_5_Windows.exe

OSX
http://www.electrotank.com/Presentations/FF/NY2004/CD/Installers/ElectroServer_3_5_OSX.sit

Unix
http://www.electrotank.com/Presentations/FF/NY2004/CD/Installers/ElectroServer_3_5_Unix.tar.gz

overbyte
07-09-2004, 10:40 PM
thanks a lot for your help guys

i have tried to run /usr/java/j2sdk1.4.0/bin/java -version but i get the following error:
/usr/java/j2sdk1.4.0/bin/java: No such file or directory

so i've an idea that the problem is bigger than simply not running the server

i'll keep this thread posted to let you know how this gets resolved

;oB

peterblaze
07-09-2004, 10:59 PM
Hi overbyte,
Remember that "/usr/java/j2sdk1.4.2_03/bin/java -version" was an example command (Sorry, that I don't wrote that).
You must fill correct path to installation folder of Your JAVA installation. Simply I don't remember how to invoke java setting on Linux in another way,


Peter

overbyte
07-11-2004, 08:39 PM
no problem ;) - in my correspondence with my host support - they suggested to do the same command (with the same path) so i'm waiting on confirmation from them on what the problem might be