Comment 0 for bug 363427

Revision history for this message
David Aitcheson - KB3EFS (kb3efs) wrote : Exception Log reporting blank login screen as error?

Immediately after install. Logged in as "Manager" to do initial set up. Clicked "errors" link on http://localhost:7080/manage.html

I suspect this is a minor irritation that is a result of the first time logging in and the login verification script is seeing the blank login screen fields as an error.

Each error has a link that leads to an exception traceback which contains basically the text below:

-----------------------------------------

Header
Exception traceback
Time
Sat Apr 18 10:46:28 2009
User
unauthenticated, sb.person.manager, Administrator, SchoolTool,
Request URL
http://localhost:7080/favicon.ico
Exception Type
NotFound
Exception Value
Object: <schooltool.app.app.SchoolToolApplication object at 0x8df9e2c>, name: u'favicon.ico'
Traceback

Traceback (most recent call last):

    * Module zope.publisher.publish, line 130, in publish
      obj = request.traverse(obj)
    * Module zope.publisher.browser, line 513, in traverse
      ob = super(BrowserRequest, self).traverse(obj)
    * Module zope.publisher.http, line 463, in traverse
      ob = super(HTTPRequest, self).traverse(obj)
    * Module zope.publisher.base, line 263, in traverse
      obj = publication.traverseName(self, obj, entry_name)
    * Module zope.app.publication.publicationtraverse, line 61, in traverseName
      ob2 = adapter.publishTraverse(request, nm)
    * Module schooltool.traverser.traverser, line 69, in publishTraverse
      raise NotFound(self.context, name, request)

NotFound: Object: <schooltool.app.app.SchoolToolApplication object at 0x8df9e2c>, name: u'favicon.ico'<br />

Display traceback as text
REQUEST
HTTP_ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
wsgi.multiprocess: True
HTTP_COOKIE: zope3_cs_e4bb048=rAE.S6mNuR8OVLBPK0uo482W9.oKfP1iKHMXPpSNXIhSEm1hdLUwQ0
zope3_cs_e4bb048: rAE.S6mNuR8OVLBPK0uo482W9.oKfP1iKHMXPpSNXIhSEm1hdLUwQ0
wsgi.multithread: True
SERVER_SOFTWARE: zope.server.http (zope.server.http)
SCRIPT_NAME:
CHANNEL_CREATION_TIME: 1240065988.36
wsgi.input:
REQUEST_METHOD: GET
HTTP_HOST: localhost:7080
PATH_INFO: /favicon.ico
SERVER_PROTOCOL: HTTP/1.1
QUERY_STRING:
CONNECTION_TYPE: keep-alive
HTTP_ACCEPT_CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.7
HTTP_USER_AGENT: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.8) Gecko/2009032711 FireFox/8.04 (hardy) Firefox/3.0.8
wsgi.version: (1, 0)
SERVER_NAME: localhost
REMOTE_ADDR: 127.0.0.1
wsgi.run_once: False
wsgi.errors:
GATEWAY_INTERFACE: CGI/1.1
HTTP_ACCEPT_LANGUAGE: en-us,en;q=0.5
wsgi.url_scheme: http
SERVER_PORT: 7080
HTTP_ACCEPT_ENCODING: gzip,deflate
HTTP_KEEP_ALIVE: 300

---------------------------------

Included above is a link to "Display traceback as text" whic is shown below:

--------------------------------

Traceback (most recent call last):
  Module zope.publisher.publish, line 130, in publish
    obj = request.traverse(obj)
  Module zope.publisher.browser, line 513, in traverse
    ob = super(BrowserRequest, self).traverse(obj)
  Module zope.publisher.http, line 463, in traverse
    ob = super(HTTPRequest, self).traverse(obj)
  Module zope.publisher.base, line 263, in traverse
    obj = publication.traverseName(self, obj, entry_name)
  Module zope.app.publication.publicationtraverse, line 61, in traverseName
    ob2 = adapter.publishTraverse(request, nm)
  Module schooltool.traverser.traverser, line 69, in publishTraverse
    raise NotFound(self.context, name, request)
NotFound: Object: <schooltool.app.app.SchoolToolApplication object at 0x8df9e2c>, name: u'favicon.ico'

-----------------------------------

I note that loging out and logging back in does not change the results of the error list as configured out of the box.