Traveler crashing

Hello everybody

I have got a problem with my traveler server. It often ends with a crash. This happens after 3-4 days of running, then I send a ‘tell traveler quit’ and a ‘load traveler’ and the server works for another 3-4 days.

In the log I can see some java errors. They are pasted at the bottom.

Should I upgrade java? Or could this be lack of memory? I have tried increasing the amount from 1G to 2G but still the same problem…

The server is running on VMWare, so the increasing is quite simple.

I only got 5-6 users (this is a pilot), so the server should not be under a heavy load.

BTW, I am not able to find any updates to Traveler, I got version 8.01 build 200802191235. Have there been any bugfixes I miss?

Best regards

Rune Millerjord


04.11.2008 09:58:24 Notes Traveler: SEVERE CN=Harry Hakk/OU=PR/O=Narvik

java.lang.NullPointerException

at com.lotus.sync.TSS.SyncMLServer.parser.XML$DTD.makeSubelement(XML.java:473)

at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.RequestHandlerCommon.handleHeader(RequestHandlerCommon.java:474)

at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.RequestHandlerCommon.handleRequest(RequestHandlerCommon.java:90)

at com.lotus.sync.TSS.SyncMLServer.protocol.syncml.SyncServlet

Subject: Re: Traveler crashing

There are updates available:http://www-01.ibm.com/support/docview.wss?uid=swg24019529

The crash is reminiscent of problems with the JIT in Java. You can try this workaround in the notes.ini file:

-Xjit:{DTD.newDocument}(disableInlining)

Add it to the NTS_Java_Parms= entry in the notes.ini file (or if you don’t have that parameter, add it with that option).