On Thu, Oct 27, 2022 at 9:43 PM Ahmed Taleb <[email protected]> wrote:
> We have been getting some intermittent disconnections while RDP'ing into > any machine setup in guacamole. I believe I've tracked the issue in the > logs to point to 2 potential issues that may be causing the problem: > > 1. websocket tunnel fail > > [http-apr-8080-exec-8] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint - > Creation of WebSocket tunnel to guacd failed: Requested tunnel destination > does not exist. > > What do you see in the guacd logs when you are unexpectedly disconnected? 2. Database connection issue > > [pool-1-thread-1] WARN o.a.i.d.pooled.PooledDataSource - Execution of > ping query 'SELECT 1' failed: (conn=109971414) unexpected end of stream, > read 0 bytes from 4 (socket was closed by server) > This indicates network connectivity issues between the webapp and your database. This wouldn't cause a disconnect, but could be a symptom of the same environmental problem if the unexpected disconnects are also caused by network issues. - Mike
