"Note item not found" in the server log

I have a web form that calls a java agent to lookup for some information in other db using a web page for it.It was working untill yesterday, but today when i tries ii didn’t work and i have the “Note item not found” message in the server log. Nothing was changed in the code, i had added a comment line to the java agent but as this error happened today, i undid my check out (i use team studio CIAO) to remove everything i did.

Could somebody give me any clue of what may be happening?

Thanks in advance!

Renata

Subject: “Note item not found” in the server log

You’ll need to add proper error handling to your code so you can determine which library / line of code is causing you the problem.

Alex.

Subject: “Note item not found” in the server log

THis error happens when you save a web document and one of the HTML-created fields does not have a native Notes field with the same name.

Why the error didn’t happen before is difficult to say, maybe the document’s save event was not triggered, or was aborted.

Or maybe you created or deleted some fields on the form. Domino software update could also potentially cause something like that.

Just make sure every HTML field has it’s native Notes placeholder.