-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Unhandled exception (notifications.log) on container stopping #2612
Comments
Hmm. I am not sure why |
Can I help troubleshoot, or can you reproduce the issue? |
I found the issue that explains the unexpected error message. It is actually coming from the We need to find more logs for notifications service. Are there any more errors in the /etc/bitwarden/logs/notifications.log that would tell us something interesting? You could also look in /var/log/bitwarden/notifications.log |
I recreated the container with the latest dev-build.
|
The logs you posted seem to indicate that everything was up and running fine until you shut things down at 16:20:53, which sends |
Correct, but unfortunately no meaningful logging informations. |
Was there any problems in the example you just posted? It seems notifications was up and running without issue. |
No, and I just recreated the container again to include the "Fix HeartbeatHostedService logger". Edit: By the way, the push to Android and the Chrome extensions works perfectly. |
So can this issue be closed now? |
It still throws the "Unhandled exception" on shutdown. I don't think that's okay. 🤷♂️ |
Ok, I guess I originally misunderstood that this was causing some problem with the notifications service running. The shutdown exceptions should be resolved with #2654 . Can you pull and test the |
@kspearrin Fixed! 🥳 |
Steps To Reproduce
docker compose up --detach
docker compose down
ordocker stop bitwarden
Expected Result
No unhandled exceptions
Actual Result
Screenshots or Videos
No response
Additional Context
The output of
docker logs bitwarden
shows that the notifications service get terminated bySIGABRT
:Githash Version
76ed711-dirty
Environment Details
Database Image
sqlite:3
Issue-Link
#2480
Issue Tracking Info
The text was updated successfully, but these errors were encountered: