Modify ↓
Ticket #4086 (closed defect: worksforme)
Opened 5 years ago
Last modified 5 years ago
logging in out in w/ ldap
| Reported by: | dvichas@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | highest | Milestone: | |
| Component: | general | Version: | 0.10 |
| Severity: | blocker | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description (last modified by cboos) (diff)
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
Change History
comment:1 Changed 5 years ago by cboos
- Description modified (diff)
- Resolution set to worksforme
- Status changed from new to closed
comment:2 Changed 5 years ago by cboos
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.