Bug 54427 - DBNotFoundError: (-30988, 'BDB0073 DB_NOTFOUND: No matching key/data pair found') del self.db[key]
DBNotFoundError: (-30988, 'BDB0073 DB_NOTFOUND: No matching key/data pair fou...
Status: NEW
Product: UCS
Classification: Unclassified
Component: pkgdb
UCS 4.4
Other Linux
: P5 normal (vote)
: ---
Assigned To: UCS maintainers
UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2022-02-08 11:18 CET by Riya Bhattacharjee
Modified: 2022-02-08 11:46 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2022020321000624
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Riya Bhattacharjee univentionstaff 2022-02-08 11:18:32 CET
UCS Version: undefined

Traceback (most recent call last):
  
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/cherrypy/_cpdispatch.py", line 61, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/usr/sbin/univention-management-console-web-server", line 1276, in slo
    self.sp.handle_logout_response(response)
  File "/usr/lib/python2.7/dist-packages/saml2/client.py", line 292, in handle_logout_response
    self.local_logout(decode(status["name_id"]))
  File "/usr/lib/python2.7/dist-packages/saml2/client.py", line 266, in local_logout
    self.users.remove_person(name_id)
  File "/usr/lib/python2.7/dist-packages/saml2/population.py", line 56, in remove_person
    self.cache.delete(name_id)
  File "/usr/lib/python2.7/dist-packages/saml2/cache.py", line 37, in delete
    del self._db[code(name_id)]
  File "/usr/lib/python2.7/shelve.py", line 136, in __delitem__
    del self.dict[key]
  File "/usr/lib/python2.7/bsddb/__init__.py", line 288, in __delitem__
    _DeadlockWrap(wrapF) # del self.db[key]
  File "/usr/lib/python2.7/bsddb/dbutils.py", line 68, in DeadlockWrap
    return function(*_args, **_kwargs)
  File "/usr/lib/python2.7/bsddb/__init__.py", line 287, in wrapF

del self.db[key]
DBNotFoundError: (-30988, 'BDB0073 DB_NOTFOUND: No matching key/data pair found')