hi, has anyone here encountered this error when starting up notes?
“0x1B1 - Version mismatch between executable and preexisting shared memory versions! EXITING. You may need to stop RTVSCAN or reboot.”
the error appears ever so sporadically in 8.0.2 and 8.5. we have made sure that there is no symantec software installed on the machines (we have mcafee for our av) and we are clueless on what else to check at this point.
They should only see that message if they are doing an upgrade and something is still running or are trying to maybe run different versions of Notes on the same machine (which isn’t supported) but they don’t mention that in the email.
if they run nsd when they see this message that should give out the information needed to see what is going on.
The user is running Windows XP, Lotus Notes 8.0.2 and for security Windows Live One Care.Looking around, RTVSCAN seems to be related to Symantec AV which makes the error message inconsistent with the running software. Any help would be appreciated.
with a new installation of ln853. we do have symantec endpoint protection installed as anti virus sw. machine is on winxp, newly reinstalled too. is ibm not able to provide a fix for this?
Subject: This problem appears to be a race condition
This problem appears to occur due to a race condition between two Notes processes. I can somewhat reliably reproduce the problem when using the Notes preloader which appeared in Notes 8.5.2.
A reference to the Notes preloader gets added to the following registry key:
The path to this executable is “C:\Program Files\IBM\Lotus\Notes\nntspreld.exe”
The key values in this key are read when Windows starts up and launches each executable found. I also register my Notes C API application here so it gets launched around the same time.
If I restart/login around 20 times, I can get this error to occur. I was able to get an nsd using the process id:
nsd -p myprocessid, just using nsd didn’t work. I have sent the nsd off to John Paganetti/Kenbo at IBM for analysis.
If I disable the Notes preloader, I can’t get the error to occur.
I should note that in my case, my application and nntspreld.exe are both in the Notes directory so they are using the same set of Notes DLLs.
So if you run into this issue, you should check the “Run” registry key to see what processes are loaded at start time. If the preloader is being launched, you could try removing that entry to see if resolves the issue.
I removed the 1st one and problem gone. I suspect that when I’d reinstalled Notes 8.5.3 with FP3 the old entry was not removed however reinstalling had put down a new one with the new name.
We are also seeing the 0x115 - RTVSCAN is operational and may be holding our memory, exiting. Please restart RTVSCAN or reboot the system.
Has anyone found a reliable solution for this? We have found logging off and back on seems to get around the problem which is quicker than a reboot. It appears IBM thinks there may still be an issue per this technote http://www-01.ibm.com/support/docview.wss?rs=899&uid=swg21386749