[Zope3-dev] ErrorReportingService problem

Guido van Rossum guido@python.org
Sat, 08 Mar 2003 11:56:13 -0500


With current CVS, when I click on the "Save Changes" button in the
error reporting service
(http://localhost:8080/++etc++Services/Packages/default/ErrorReportingService-1/index.html)
I get a traceback:

------
2003-03-08T11:53:14 ERROR SiteError http://localhost:8080/++etc++Services/Packages/default/ErrorReportingService-1
Traceback (most recent call last):
  File "/home/guido/projects/zope3/src/zope/publisher/publish.py", line 135, in publish
    object = request.traverse(object)
  File "/home/guido/projects/zope3/src/zope/publisher/browser.py", line 617, in traverse
    ob = super(BrowserRequest, self).traverse(object)
  File "/home/guido/projects/zope3/src/zope/publisher/http.py", line 445, in traverse
    ob = super(HTTPRequest, self).traverse(object)
  File "/home/guido/projects/zope3/src/zope/publisher/base.py", line 234, in traverse
    subobject = publication.traverseName(
  File "/home/guido/projects/zope3/src/zope/app/publication/publicationtraverse.py", line 78, in traverseName
    ob2 = adapter.publishTraverse(request, nm)
  File "/home/guido/projects/zope3/src/zope/app/publication/traversers.py", line 45, in publishTraverse
    raise NotFound(ob, name)
NotFound: Object: <security proxied zope.app.services.errorr.ErrorReportingService instance at 0x40ae466c>, name: 'main.html'

This started happening recently.  I *don't* think it's got to do with
the changes I made to the service activation code.

Any ideas?

--Guido van Rossum (home page: http://www.python.org/~guido/)