I am getting the error:
Traveler::AddInMain: Class ‘com/lotus/sync/admin/MainTask’ not found
…when restarting my server after the install of traveler.
I have the following in my notes.ini file:
JavaUserClasses=C:\IBM\Lotus\Domino\traveler.jar
JavaUserClassesExt=NTS_CLASSES
NTS_CLASSES=C:\IBM\Lotus\Domino\traveler.jar
Can anyone point me in the right direction to resolve this?
Thanks
Subject: the .jar file isn’t found
I had this same issue when I applied the FixPack1 - instructions were to “back up these files” then copy the new files in - I moved out the files (the traveler.jar file included) and copied in the new files, not realizing that the JAR file wasn’t included. Copied the JAR back into the Domino directory and everything was fine.
Subject: Traveler not starting
The JavaUserClasses variables are for the Traveler servlet which will start with the HTTP Server. The error you are seeing is related to the Traveler Server which starts with the Domino Server.
Check the NotesProgram= parameter in the notes.ini file. During startup that is the parameter we use to locate traveler.jar.
Let us know if still having issues.