Load traveler -> JVMCI139: Bad init heap size: -Xmso4k

Hi

8.5.1 traveler on 8.5.1 domino on Win 2003 Server 32bit.

load traveler

JVMCI139: Bad init heap size: -Xmso4k

JVMCI123: Unable to parse 1.2 format supplied options - rc=-6

Release 8.5.1|September 28, 2009

2009.11.04 15:21:29 Traveler::AddInMain: Can’t create Java VM

Reinstalling Domino and traveler did not fix problem.

Any ideas?

Regards

Ramunas

Subject: Definitely Traveler 8.5.1

I’ve seen others mistakenly download the 8.5.0.1 package thinking it was the same. Make sure you have the right 8.5.1 Traveler installer.

Subject: it is 8.5.1 traveler

The following files were used:Domino file is lotus_domino851_w32_CZ5RTEN.exe.

Traveler file is lotus_traveler851_win_CZ5SYML.exe

I have used lotus_traveler851_win_CZ5SYML.exe on another 2 Domino 8.5.1 servers and had no problems. But I can not find what’s the problem on

this server.

Subject: RE: load traveler → JVMCI139: Bad init heap size: -Xmso4k

Try manually setting the heap sizes in the notes.ini.

NTS_Java_Parms=-Xms64M -Xmx512M

Not sure why the value would be -Xmso4k - that is certainly not formated correctly. Possibly there are some old notes.ini settings being picked up. Try the above - should work.

Subject: Thanks, it works

I installed Domino + Traveler server from the scratch on the same physical server and got working traveler on newly Domino system. Conclusion: server’s OS is ok.

Tests with clean installation notesdata and production notesdata showed that it was notes.ini fault. Manual notes.ini comparison and adding NTS settings did not work for me. Finally

I used notes.ini from clean installation, fixed as necessary and got production working. The following settings are in use now:

NTS_TEMPLATE_INSTALL=0

NTS_AUTO_CONFIG=true

NTS_ENABLE_WEB_CLIENT_INSTALL=true

NTS_MAX_HTTP_THREADS=100

NTS_CLASSES=C:\Lotus\Domino\traveler.jar

JavaUserClassesExt=NTS_CLASSES

Setting NTS_Java_Parms=-Xms64M -Xmx512M is not in use.

Many thanks for help.