Skip to content

Embedded Daemon many repeatingConnection to null broken messages #225

@brett-smith

Description

@brett-smith

Have had a report our of app failing with this error in the logs. Something happens, then the embedded daemon gets into some kind of bad state and will repeat this error over and over (probably infinitely, and probably sending one core to 100% usage).

I suspect that the users laptop, is going into and coming out of a sleep mode quite often. I have don't have full logs for this, just the WARN thats coming from DBusDaemonSenderThread (the initial output is from our app)

ractive
22 Jul 2023 01:23:29,090 [pool-1-thread-1] WARN  ClientServiceImpl  - Front-end with source :1.238 hasn't pinged for at least 45000ms
22 Jul 2023 01:23:29,091 [pool-1-thread-1] INFO  Main  - De-registered front-end :1.238.
22 Jul 2023 01:39:02,282 [DBus-MethodCall-Receiver-1] INFO  VPNImpl  - Register client :1.239
22 Jul 2023 01:39:02,283 [DBus-MethodCall-Receiver-1] INFO  ClientServiceImpl  - Registered front-end :1.239 as lee, supports auth, interactive
22 Jul 2023 01:56:21,185 [pool-1-thread-1] WARN  ClientServiceImpl  - Front-end with source :1.239 hasn't pinged for at least 45000ms
22 Jul 2023 01:56:21,185 [pool-1-thread-1] INFO  Main  - De-registered front-end :1.239.
24 Jul 2023 12:43:24,541 [DBus-MethodCall-Receiver-4] INFO  VPNImpl  - Register client :1.240
24 Jul 2023 12:43:24,543 [DBus-MethodCall-Receiver-4] INFO  ClientServiceImpl  - Registered front-end :1.240 as lee, supports auth, interactive
24 Jul 2023 14:02:30,304 [DBus-MethodCall-Receiver-4] INFO  ClientServiceImpl  - Scheduling connect for connection id 1/vpn.logonbox.com
24 Jul 2023 14:02:30,308 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,308 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken
24 Jul 2023 14:02:30,309 [DBusDaemonSenderThread] WARN  DBusDaemon$DBusDaemonSenderThread  - Connection to null broken

This then repeats over and over, with some log output from our app interspersed. Any thoughts on what might cause this?

Edit: should have said this is with 4.3.1-SNAPSHOT.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions