[Posted in wrong forum] - Entry not found in index - Only with IE 8

We have a number of websites for which content is editable via a browser. These website work fine and there is no problem with any browser updating content or displaying pages to the web.

However, our logs are filled with entries like this:

15/04/2011 12:51:56 p.m. HTTP Web Server: Couldn’t find design note - web/xxxx.nsf/jquery.js [/web/xxxx.nsf/web/xxxx.nsf/jquery.js] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxxx.nsf/webadmin/web/xxxx.nsf/jquery.js] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxxx.nsf/webadmin/web/xxxx.nsf/prototype.js] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxxx.nsf/webadmin/web/xxxx.nsf/effects.js] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxxx.nsf/webadmin/web/xxxx.nsf/validation.js] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxxx.nsf/webadmin/web/xxxx.nsf/tabsSub.css] CN=XXXXX XXXX/O-XXX

15/04/2011 12:52:04 p.m. HTTP Web Server: Lotus Notes Exception - Entry not found in index [/web/xxx.nsf/webadmin/web/xxxx.nsf/tabber.js] CN=XXXXX XXXX/O-XXX

When I observer the output in Fiddler it is as follows:

Result Protocol Host URL Body Caching Content-Type Process Comments Custom

117 304 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/commonJavascript.js 0 iexplore:2576

118 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/jquery.js 2,075 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

119 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/prototype.js 2,081 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

120 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/effects.js 2,077 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

121 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/validation.js 2,083 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

122 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/tabsSub.css 2,079 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

123 404 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/webadmin/web/xxxx.nsf/tabber.js 2,075 no-cache Expires: Tue, 01 Jan 1980 06:00:00 GMT text/html; charset=US-ASCII iexplore:2576

124 304 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/jquery.js 0 iexplore:2576

125 200 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/prototype.js 129,738 application/x-javascript iexplore:2576

126 200 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/effects.js 38,745 application/x-javascript iexplore:2576

127 200 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/validation.js 8,685 private application/x-javascript iexplore:2576

128 200 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/tabsSub.css 2,690 private text/CSS iexplore:2576

129 200 HTTP xxxx-xxx.xxx.xxxx.xx /web/xxxx.nsf/tabber.js 16,524 private application/x-javascript iexplore:2576

Errors 118 - 123 showing the database path and file name is duplicated immediately followed by lines 124 - 129 for which they are correctly evaluated.

This only occurs when users are using IE 8, it does not occur for IE 6 or Fire Fox or Google Chrome.

Any assistance in resolution for this is appreciated.

Cheers