hcl-bot
1
I receive this fault when I run the server setup for Linux on RedHat Fedora Core-1:
bash-2.05b$ /opt/lotus/bin/server -listen
./java -ss512k -Xoss5M -cp jhall.jar:cfgdomserver.jar:Notes.jar lotus.domino.setup.WizardManagerDomino -data /local/dominodata -listen
/opt/lotus/notes/latest/linux/serversetup: line 124: 3938 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
I get this same error when I run the setup in local mode (non-listen remote mode). Any ideas? Does a JVM need to be installed on the server?
hcl-bot
2
Subject: Linux Server Setup Error / Fault
Hi,
please look at this post and try to add the LD_ASSUME_KERNEL …
It should solve the problem.
If you want more infromation about this error search this forum for the keyword “LD_ASSUME_KERNEL”
Bye
Hynek
hcl-bot
3
Subject: RE: Linux Server Setup Error / Fault
Actually you need to replace you Java version. Download IBMJava version 131 (You want the JRE).Install as root
change the symoblic links in your notes directory
i.e. I run 6.5 on linux so…
In /opt/lotus/notes/65000/linux
is the jvm directory, I want it to use the Java enviroment I just down loaded so.
First move the current jvm directory elsewhere, or rename it. Then create (as Super User) a symlink with the command
ln -s /opt/IBMJava2-131/jre /opt/lotus/notes/65000/linux/jvm
(this is all one line)
Now try your setup, it should work.
Tim