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

ibadstatd crash on database close #7

Open
rkorzeniewski opened this issue Aug 14, 2018 · 0 comments
Open

ibadstatd crash on database close #7

rkorzeniewski opened this issue Aug 14, 2018 · 0 comments
Labels

Comments

@rkorzeniewski
Copy link
Contributor

When ibadstatd is collecting data and database will close then it crashes with the following error:

    Tue Aug 14 14:26:40 2018 : Collecting ...
    Traceback (most recent call last):
      File "/opt/ibadmin/utils/ibadstatd.py", line 154, in <module>
        mainloop(fg=1)
      File "/opt/ibadmin/utils/ibadstatd.py", line 108, in mainloop
        Bacula.collect(conn, fg)
      File "/opt/ibadmin/utils/Collect/Bacula.py", line 158, in collect
        cur.execute(SQL[param])
      File "/usr/lib64/python2.7/site-packages/psycopg2/extras.py", line 120, in execute
        return super(DictCursor, self).execute(query, vars)
    psycopg2.OperationalError: terminating connection due to administrator command
    server closed the connection unexpectedly
        This probably means the server terminated abnormally
        before or while processing the request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant