Modify ↓
#4086 closed defect (worksforme)
logging in out in w/ ldap
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.10 |
| Severity: | blocker | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
everything was working great for about 1 week then logging in and out started not to work. here's some stack traces.
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 356, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 190, in dispatch
req.perm = PermissionCache(self.env, req.authname)
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 267, in __init__
self.perms = PermissionSystem(env).get_user_permissions(username)
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 231, in get_user_permissions
for perm in self.store.get_user_permissions(username):
File "/usr/lib/python2.3/site-packages/trac/perm.py", line 110, in get_user_permissions
cursor = db.cursor()
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 73, in cursor
return IterableCursor(self.cnx.cursor())
File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 73, in cursor
return IterableCursor(self.cnx.cursor())
InterfaceError: connection already closed
Attachments (0)
Change History (2)
comment:1 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
comment:2 by , 19 years ago
If the database was not SQLite, maybe this error was due to the same cause as #4984?
Note:
See TracTickets
for help on using tickets.



Sorry, this ticket apparently went unnoticed, and that error was never seen by anyone else.
Please reopen if this is issue is still valid and still happens with a more recent Trac release.
In case the ticket reopens, mention if you are using the TH:LdapPlugin, as the summary line implies. Also, be specific about what database backend is being used and what is the version of the bindings used.