Issue:
Domino does not start after install.
More specifically, Domino fails with a Java error similar to:
[nd6@rais01 notesdata]$ /opt/lotus/bin/server -listen
./java -ss512k -Xoss5M -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.set up.WizardManagerDomino -data /local/notesdata -listen
/opt/lotus/notes/latest/linux/serversetup: line 124: 2150 Segmentation fault ./java -ss512k -Xoss5M -cp "jhall.jar:cfgdomserver.jar:Notes.jar" lotus.domin o.setup.WizardManagerDomino $datapath $1 $2 $3 $4 $5 $6 $7 $8 $9
[nd6@rais01 notesdata]$
Solution:
Edit the .bash_profile (a couple people have said that it only worked for them adding to the .bashrc file) of the notes user (or whatever user you are using) adding the line:
export LD_ASSUME_KERNEL=2.2.5
previous page
|