Hi All,I am having a problem in installing Domino on RedHat Linux 9.0.
I managed to copy the files in to the Linux system.I created a user in Linux by the name “notes” and I tried to run the setup programme from that user.
What I did was, using the terminal I went in to /local/notesdata & then ran /opt/lotus/bin/http httpsetup and it gave an error saying
./java -ss512k -Xoss5m -cp jhall.jar:cfgdomserver.jar:Notes.jar
lotus.domino.setup.WizardManagerDomino -data /local/notesdata
/opt/lotus/notes/latest/linux/serversetup : line 124 : 2845 segmentation fault
./java -ss512k -Xoss5M -cp "jhall.jar:cfgdomserver.jar:Notes.jar"lotus.domino.setup.WizardManagerDomino $datapath $1 $2 $3 $4 $5 $6 $7 $8 $9
What can be the problem??? and what can I do to overcome that???
Your early reply is verymuch appreciated
Thanks In Advance,
Buwaneka
ps: I have a very very very little knowladge on Linux
Subject: PROBLEM (Domino on Linux)
Hello Buwaneka,
which JVM is installed. Domino recommended is Sun Java 1.3.1 for R6.0.X.
Type in the bash. “java -version” to check this.
Hope it helps.
Regards Rico
Subject: RE: PROBLEM (Domino on Linux)
Hi!I’ve installed RH8 Lotus Domino 6 on many times, I never used that Java Console (I have my own ideas of it 
-
you need to check one libc (se below) if you don’t have it you have to installed it
-
So, after you’ve crated user, notes and group notes
-
and packing up Notes ( e.g cn516gna.tar )
-
run install (as root) in …/linux
-
and then start notes in listen-mode (as user notes, su - notes, with command server -listen )
-
I have installed domino admin client on windows with a Remote server Setup(Win XP ), start it on DOS-window in C:\lotus\notes6> serversetup.exe
-
and fill servers IP and port 8585, and OK, adn OK and continue setup
I think this is good way to get it work.
About Libc:
locate libstdc+±libc6.1-1.so.2 ( i think there is good information about this on Internet)
Subject: RE: PROBLEM (Domino on Linux)
Hi Richo,I tried typing java -version, but it says
bash: java: command not found
thanks,
Buwaneka
Subject: RE: PROBLEM (Domino on Linux)
Do you have the JRE installed on your server ??
Which user are you using when executing java -version? the “notes” user ? Root ?
If you installed the JRE, try the command with both users. If it’s working with root and not with the notes user, check check the environnement variables in the notes user environement.
Renaud
Subject: RE: PROBLEM (Domino on Linux)
No, I have not installed JRE.Buwaneka
Subject: RE: PROBLEM (Domino on Linux)
Hello,
you need the JRE for the setup in any case with or without the java console!!!
Subject: RE: PROBLEM (Domino on Linux)
dudes!! i already have JRE installed and still same error happens…my JRE version is 1.4.02…what shall i do!!!
tnx!