[ https://issues.apache.org/jira/browse/GUACAMOLE-919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17031462#comment-17031462 ]
Mechanix edited comment on GUACAMOLE-919 at 2/6/20 10:48 AM: ------------------------------------------------------------- [~mjumper] we just deployed version 1.1.0 in our k8s cluster and the issue described persists. As you mentioned, the DB handling was not touched between 1.0.0 and 1.1.0, this is no surprise. {{_10:45:19.183 [http-nio-8080-exec-10] WARN o.a.i.d.pooled.PooledDataSource - Execution of ping query 'SELECT 1' failed: An I/O error occurred while sending to the backend._}}{{_10:45:19.184 [http-nio-8080-exec-10] DEBUG o.a.i.d.pooled.PooledDataSource - Connection 473472214 is BAD: An I/O error occurred while sending to the backend._}}{{_10:45:19.184 [http-nio-8080-exec-10] DEBUG o.a.i.d.pooled.PooledDataSource - A bad connection (473472214) was returned from the pool, getting another connection._}}{{_10:45:19.272 [http-nio-8080-exec-10] DEBUG o.a.i.d.pooled.PooledDataSource - Created connection 1757294879._}} was (Author: mechanix): [~mjumper] we just deployed version 1.1.0 in our k8s cluster and the issue described persists. As you mentioned, the DB handling was not touched between 1.0.0 and 1.1.0, this is no surprise. > An I/O error occurred while sending to the backend > -------------------------------------------------- > > Key: GUACAMOLE-919 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-919 > Project: Guacamole > Issue Type: Bug > Components: guacamole-auth-jdbc-postgresql > Affects Versions: 1.0.0 > Reporter: Mechanix > Assignee: Nick Couchman > Priority: Minor > Attachments: image-2020-01-27-15-19-26-634.png > > > Hi, > we use guacamole with postgresql and openid extension. Guacamole and guacd is > deployed inside a k8s cluster. > For some reason, the authentication doesn't succeed sporadically; there is > only a blank page and this error message in the guacamole log: > *[pool-1-thread-1] WARN o.a.i.d.pooled.PooledDataSource - Execution of ping > query 'SELECT 1' failed: An I/O error occurred while sending to the backend.* > I suspect there is a weird timeout happening between guacamole and postgresql > but could figure out why. > Any hints are much appreciated. Thanks > > -- This message was sent by Atlassian Jira (v8.3.4#803005)