Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#4086 closed defect (worksforme)

logging in out in w/ ldap

Reported by: dvichas@… 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 Christian Boos)

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 Christian Boos, 17 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed

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.

comment:2 by Christian Boos, 17 years ago

If the database was not SQLite, maybe this error was due to the same cause as #4984?

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.