Subject: Check for HTTPDisableJVM=1 in the notes.ini
Check for HTTPDisableJVM=1 in the notes.ini file. This prevents the JVM (HTTP and Traveler both use the JVM) from loading. This is commonly inserted by the BES server; there are no known issues with BES with removing HTTPDisableJVM=1 from the notes.ini file.
Traveler appears to be loaded correctly, so the JVM is installed. The issue appears to just be getting HTTP to load the JVM. The Traveler servlet runs in the HTTP JVM process, but the rest of Traveler runs in the Traveler process itself.
That solved it. Yes we added Traveler to our BES server, to build up a mobile device messaging platform.
Works a treat now - maybe future versions of Traveler could check for this parameter at installation time and advise the installer giving the option to change the parameter or cancel installation.
The check for HTTPDisableJVM=1 is already in the next release.
You are not the first person to hit this issue (which is also why I knew what to check for), so that’s why the next release will have the check for it.
Note: Traveler does all of its configuration when the task is loaded, so this check is at load time and not install.