Page 1 of 1
No object found at /L
Posted: Tue Nov 13, 2007 3:16 pm
by michel.weber
Hi
I have a web site with a lot of document not found errors likz the following :
The link :
http://intranet.coe.int/jahia/webdav/si ... GAL_fr.pdf
Had this error: Document not found:
http://intranet.coe.int/jahia/webdav/si ... GAL_fr.pdf returned code 404 (Not Found: No object found at /L)
Referenced by :
http://intranet.coe.int/jahia/Jahia/lan ... ntation___
Any idea what that could be?
No object found at /L
Posted: Tue Nov 13, 2007 3:45 pm
by mark
Basically you've indexed a page with a bad/stale link to a file that's not on the server. I'm not sure what the significance of the "/L" is, you'd have to check the server logs or ask the server admin.
No object found at /L
Posted: Tue Nov 13, 2007 4:29 pm
by michel.weber
I don't know about stale links, but when i copy the link into a browser, it exists and opens correctly.
I have seen this eerror before on other web sites but not as consistently (including the /L) The /L is definitely not part of the URL.
No object found at /L
Posted: Tue Nov 13, 2007 4:51 pm
by mark
Maybe the web server is responding differently to the appliance than to your browser? Are your browser and the appliance on the same network? Try setting the user agent string of the appliance to something like your browser. eg for IE7 you might use something like
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; .NET CLR 1.1.4322)
When you visit that link, if you look at the address bar after the page is loaded are you still at that page or have you been redirected somewhere else?
It may be helpful if you have access to the server error log to see if there's more detail about the error.