HTTP Web Server: Lotus Notes Exception - Entry not found in index

I have read all over the forum about this, but none of the solutions seem to be of use.

I have a database running via the web, and views are using a DefaultTemplate.

When I have checked the server log I am receiving an error every 30seconds (as it is used quite often):

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/0]

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/1]

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/2]

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/3]

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/4]

29/11/2007 15:03:28 HTTP Web Server: Lotus Notes Exception - Entry not found in index [/databases/Prop.nsf/206c98a50256f87980257257004792fe/5]

Now, the “206c98a50256f87980257257004792fe” is the FormID of the default form for the view, and I can change this to $defaultview or /0/, this all works fine.

That isnt the problem

The problem is the 0, 1, 2, 3, 4, 5 that proceeds it.

This should be the DocID of the form, and as far as I know it is not a valid DocID.

There has never been a FormID of these numbers, and I cannot see what is happening or why.

I have removed the Index, rebuilt the index, updated the index, and the same numbers 0 - 5 keep coming up in the log as errors.

Sorry if I have not been completely clear, but my mind is muddled with looking at this now.

The error keeps going and going and will not stop appearing (the view ID changes every time someone opens up a view)

Does anyone have any idea on how to fix this error that keeps occuring in the log?