I followed the redbook to the letter when installing both Red Hat 9 and Domino 6.0.1. My issue is that when I type the command to start the server “/opt/lotus/bin/server -listen” it fails to acknowledge which port it will listen on. This is what comes out on the cmd line.
–START
./java -ss512k -Xoss5M -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.setup.WizardManagerDomino -data /local/notesdata -listen
/opt/lotus/notes/latest/linux/serversetup: line 124: 12783 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
–END
Now what is in the book is completely different from issuing the same command. The Red Book states it should look like this
–START
/opt/lotus/bin/server -listen
./java -ss512k -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.setup.WizardManagerDomino -data /local/notesdata -listen
Remote server setup enabled on port 8585
–END
I have looked for the Segmentation fault code it gave, but I can’t find any explanation.
Thanks for your help in advanced
William