Hi,

I get the following exception whenever the identity module attempts to
log an error.

Page handler: 'Broken pipe'
Traceback (most recent call last):
  File "/home/becontrary/lib/python2.5/CherryPy-2.2.1-py2.5.egg/
cherrypy/_cphttptools.py", line 103, in _run
    applyFilters('before_main')
  File "/home/becontrary/lib/python2.5/CherryPy-2.2.1-py2.5.egg/
cherrypy/filters/__init__.py", line 151, in applyFilters
    method()
  File "/home/becontrary/lib/python2.5/TurboGears-1.0.4b1-py2.5.egg/
turbogears/visit/api.py", line 158, in before_main
    plugin.record_request(visit)
  File "/home/becontrary/lib/python2.5/TurboGears-1.0.4b1-py2.5.egg/
turbogears/identity/visitor.py", line 175, in record_request
    identity = self.identity_from_request(visit.key)
  File "/home/becontrary/lib/python2.5/TurboGears-1.0.4b1-py2.5.egg/
turbogears/identity/visitor.py", line 96, in identity_from_request
    identity = source(visit_key)
  File "/home/becontrary/lib/python2.5/TurboGears-1.0.4b1-py2.5.egg/
turbogears/identity/visitor.py", line 155, in identity_from_form
    identity = self.provider.validate_identity(user_name, pw,
visit_key)
  File "/home/becontrary/lib/python2.5/TurboGears-1.0.4b1-py2.5.egg/
turbogears/identity/soprovider.py", line 231, in validate_identity
    log.warning( "No such user: %s", user_name )
  File "/usr/local/lib/python2.5/logging/__init__.py", line 999, in
warning
    apply(self._log, (WARNING, msg, args), kwargs)
  File "/usr/local/lib/python2.5/logging/__init__.py", line 1101, in
_log
    self.handle(record)
  File "/usr/local/lib/python2.5/logging/__init__.py", line 1111, in
handle
    self.callHandlers(record)
  File "/usr/local/lib/python2.5/logging/__init__.py", line 1155, in
callHandlers
    " \"%s\"\n" % self.name)
IOError: [Errno 32] Broken pipe

I'm using the default settings for logging in log.cfg and prod.cfg.
Any help would be appreciated!

Regards,

Will McGugan


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to