Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Caught exception in ScannerThread.run() loop #48

Open
akhon opened this issue Oct 10, 2019 · 0 comments
Open

ERROR Caught exception in ScannerThread.run() loop #48

akhon opened this issue Oct 10, 2019 · 0 comments

Comments

@akhon
Copy link

akhon commented Oct 10, 2019

rollbar-agent was working for years, and recently found a problem with it:

2019-10-10 21:36:52,985 ERROR Caught exception in ScannerThread.run() loop
Traceback (most recent call last):
  File "/usr/local/rollbar-agent", line 428, in run
    self.scan_all()
  File "/usr/local/rollbar-agent", line 444, in scan_all
    state = self.load_state()
  File "/usr/local/rollbar-agent", line 466, in load_state
    flag='n' if recreate else 'c')
  File "/usr/lib/python2.7/shelve.py", line 239, in open
    return DbfilenameShelf(filename, flag, protocol, writeback)
  File "/usr/lib/python2.7/shelve.py", line 223, in __init__
    Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback)
  File "/usr/lib/python2.7/anydbm.py", line 85, in open
    return mod.open(file, flag, mode)
  File "/usr/lib/python2.7/dbhash.py", line 18, in open
    return bsddb.hashopen(file, flag, mode)
  File "/usr/lib/python2.7/bsddb/__init__.py", line 364, in hashopen
    d.open(file, db.DB_HASH, flags, mode)
DBFileExistsError: (17, 'File exists -- BDB0002 __fop_file_setup:  Retry limit (100) exceeded')

and it doesn't delivers events anymore :(

rollbar-agent version 0.4.x
python: 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant