Error 6671 Segmentation fault when runnign server setup for R6.0.2 under Redhat Linux

Hi,

I’m trying to install domino server Build V602CF2_07232003 onto Red Hat Linux Fedora Core 1, Kernel Version 2.4.22-1.2115.nptl

The install files have installed OK. When I run server setup from I get the following error (see below)?

I have even tried running with the server -listen command…but no luck… This is first install of Domino on Linux so I could be missing something damn obvious I guess!

Any suggestions most welcome.

Cheers

Andrew

Error messager below…

[notes@localhost notesdata]$ /opt/lotus/bin/server

./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: 6603 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

[notes@localhost notesdata]$

[notes@localhost notesdata]$

[notes@localhost notesdata]$

[notes@localhost notesdata]$ /opt/lotus/bin/server -listen

./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: 6671 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

[notes@localhost notesdata]$

Subject: Error 6671 Segmentation fault when runnign server setup for R6.0.2 under Redhat Linux

Hi Andrew,

I don’t know the message, but I suppose you can try some possibilities:

  1. Maybe do you have an http server running on this machine?

Try an “netstat -na | grep tcp | grep LISTEN” to check that.

  1. Maybe there is some libraries missing? I don’t have what do you need in here, but in the documentation you can find.

  2. This can also be an environment problem. Are you starting the server as root or “domino user”?

Let us know the results, if you have something.

Good luck