Ticket #6213 (closed defect: invalid)
internal error message
| Reported by: | jane@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | |
| Severity: | critical | Keywords: | |
| Cc: | jim.smoak@…, kevin.taylor@… |
Description (last modified by eblot) (diff)
This is the error that displayed: Python Traceback
Traceback (most recent call last):
File "/var/lib/python-support/python2.4/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/var/lib/python-support/python2.4/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/local/share/trac/plugins/TracAccountManager-0.1.3dev_r2128-py2.4.egg/acct_mgr/web_ui.py", line 359, in process_request
return auth.LoginModule.process_request(self, req)
File "/var/lib/python-support/python2.4/trac/web/auth.py", line 100, in process_request
self._do_login(req)
File "/usr/local/share/trac/plugins/TracAccountManager-0.1.3dev_r2128-py2.4.egg/acct_mgr/web_ui.py", line 364, in _do_login
return auth.LoginModule._do_login(self, req)
File "/var/lib/python-support/python2.4/trac/web/auth.py", line 141, in _do_login
db.commit()
OperationalError: disk I/O error
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


