Main opcode loop: p >= eoe

We are seeing this message about every 2 minutes on one server console (Domino 8.5.1 FP2):

main opcode loop: p >= eoe (689765236 >= 689765236)

The number at the end of the message changes. Does anyone know what this is and do we need to be concerned?

TIA

Subject: Speculation on Resolution

We discovered we were also having problems using the CA process to register and/or rename account during this same time period. I opened a PMR with IBM and it appears that the fix for this message (it definitely fixed the CA problem) was to:

l fixup -j -f names.nsf

Then when that was done:

l updall -r names.nsf

When that finished, that had corrected the CA problem we were having and, co-incedently, the message stopped being displayed at the same time.

Subject: Odd formula somewhere

This message is printed by the formula evaluation code in cases where there’s an internal error processing a formula. You might have a corrupted formula somewhere. It shouldn’t do any harm except that the formula wouldn’t execute successfully, returning an error.

The formula might come from a later Notes version, but this error occurs at a point in the code where I wouldn’t think it matters.

Subject: agent?

Looks like it could easily come from an agent that someone’s written, with a msgbox or print in it to display some info

Take a look at your scheduled agents (tell amgr sched) on the console and see which ones would be running, then check the code

Subject: No agents running

Thanks for your suggestion. I did that and the next schedule agent was for about 6 minutes away. Within 2 minutes, the message appeared again. I did not see any indication that amgr was executing anything, either.

Subject: Does this shed any light?

The messages are not being written to the Notes Log on the server. They appear only on the console (and the console log).