Hi all, I'm new to Guacamole and I'm trying to configure a Kubernetes connection to a POD, but I'm finding some problems and the log doesn't give me so much information.
[image: image.png] ``` guacd[1954]: INFO: User "@3d81dae3-7c06-4ae6-8be9-7c206b67bc45" joined connection "$4ab7b036-1067-415b-8749-2065b4f97d73" (1 users now present) guacd[1954]: ERROR: Error connecting to Kubernetes server: (no error description available) guacd[1954]: INFO: Kubernetes connection ended. guacd[1954]: INFO: User "@3d81dae3-7c06-4ae6-8be9-7c206b67bc45" disconnected (0 users remain) guacd[1954]: INFO: Last user of connection "$4ab7b036-1067-415b-8749-2065b4f97d73" disconnected guacd[6]: INFO: Connection "$4ab7b036-1067-415b-8749-2065b4f97d73" removed ``` ``` 14:56:33.163 [http-nio-8080-exec-8] INFO o.a.g.tunnel.TunnelRequestService - User "guacadmin" disconnected from connection "1". Duration: 21092 milliseconds Exception in thread "Thread-11" java.lang.IllegalStateException: Message will not be sent because the WebSocket session has been closed at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.writeMessagePart(WsRemoteEndpointImplBase.java:441) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:314) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendMessageBlock(WsRemoteEndpointImplBase.java:254) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.sendString(WsRemoteEndpointImplBase.java:195) at org.apache.tomcat.websocket.WsRemoteEndpointBasic.sendText(WsRemoteEndpointBasic.java:37) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.sendInstruction(GuacamoleWebSocketTunnelEndpoint.java:152) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint.access$200(GuacamoleWebSocketTunnelEndpoint.java:53) at org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint$2.run(GuacamoleWebSocketTunnelEndpoint.java:253) ``` Thanks for your help. Regards, David
