[Zope3-dev] can't find bullet.gif

Steve Alexander steve@cat-box.net
Sat, 21 Dec 2002 16:47:17 +0000


When looking at http://localhost:9000/@@contents.html in a fresh Data.fs 
in a fresh checkout, the page appears to render ok in mozilla, but I get 
this in my stderr output:

2002-12-21T16:44:15 ERROR SiteError http://localhost:9000/@@
Traceback (most recent call last):
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/Publisher/Publish.py", 
line 37, in publish
     object = request.traverse(object)
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/Publisher/Browser/BrowserRequest.py", 
line 443, in traverse
     ob = super(BrowserRequest, self).traverse(object)
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/Publisher/HTTP/HTTPRequest.py", 
line 305, in traverse
     ob = super(HTTPRequest, self).traverse(object)
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/Publisher/BaseRequest.py", 
line 133, in traverse
     subobject = publication.traverseName(
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/App/ZopePublication/PublicationTraverse.py", 
line 73, in traverseName
     ob2 = ob.publishTraverse(request, nm)
   File 
"/home/steve/coding/zope3/Zope3/lib/python/Zope/App/Publisher/Browser/Resources.py", 
line 43, in publishTraverse
     raise NotFoundError(wrapped_self, name)
NotFoundError: (<Zope.App.Publisher.Browser.Resources.Resources object 
at 0x8a79ba4>, 'bullet.gif')
127.0.0.1:  - anonymous [2002/Dec/21:16:45:47 +0000] "GET /@@/bullet.gif 
HTTP/1.1" 500 937 "http://localhost:9000/@@contents.html" "Mozilla/5.0 
(X11; U; Linux i686; en-US; rv:1.2) Gecko/20021126"

--
Steve Alexander