Hello All,
I am running into errors trying to connect using rdp. Verified that the
Guacamole m/c can connect through rdp to the other machine.
Running Guacamole 1.2.0 on Debian 10. Verified the freerdp2 is installed. Also
soft linked (ln -s) libraries as mentioned in one of the posts.
Any help would be appreciated.
Here is the log snippet from Guacamole logs:
---------------------------22:34:02.122 [http-nio-8080-exec-9] INFO
o.a.g.environment.LocalEnvironment [LocalEnvironment.java:124] - GUACAMOLE_HOME
is "/etc/guacamole".
22:34:02.131 [http-nio-8080-exec-9] DEBUG o.a.g.net.InetGuacamoleSocket
[InetGuacamoleSocket.java:90] - Connecting to guacd at localhost:4822.
22:34:02.210 [http-nio-8080-exec-9] INFO o.a.g.tunnel.TunnelRequestService
[TunnelRequestService.java:217] - User "rdpuser1" connected to connection
"DEFAULT".
22:34:17.264 [Thread-22] ERROR o.a.g.w.GuacamoleWebSocketTunnelEndpoint
[GuacamoleWebSocketTunnelEndpoint.java:278] - Connection to guacd terminated
abnormally: Connection to guacd timed out.
22:34:17.265 [Thread-22] DEBUG o.a.g.w.GuacamoleWebSocketTunnelEndpoint
[GuacamoleWebSocketTunnelEndpoint.java:279] - Internal error during connection
to guacd.
org.apache.guacamole.GuacamoleUpstreamTimeoutException: Connection to guacd
timed out.
at
org.apache.guacamole.io.ReaderGuacamoleReader.read(ReaderGuacamoleReader.java:180)
at
org.apache.guacamole.io.ReaderGuacamoleReader.readInstruction(ReaderGuacamoleReader.java:195)
at
org.apache.guacamole.protocol.FilteredGuacamoleReader.readInstruction(FilteredGuacamoleReader.java:81)
at
org.apache.guacamole.protocol.FilteredGuacamoleReader.readInstruction(FilteredGuacamoleReader.java:81)
at
org.apache.guacamole.protocol.FilteredGuacamoleReader.read(FilteredGuacamoleReader.java:64)
at
org.apache.guacamole.websocket.GuacamoleWebSocketTunnelEndpoint$2.run(GuacamoleWebSocketTunnelEndpoint.java:246)
Caused by: java.net.SocketTimeoutException: Read timed out
at java.base/java.net.SocketInputStream.socketRead0(Native Method)
at
java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
at java.base/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
at java.base/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
at java.base/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
at java.base/java.io.InputStreamReader.read(InputStreamReader.java:185)
at
org.apache.guacamole.io.ReaderGuacamoleReader.read(ReaderGuacamoleReader.java:169)
... 5 common frames omitted
22:34:17.265 [Thread-22] INFO o.a.g.tunnel.TunnelRequestService
[TunnelRequestService.java:283] - User "rdpuser1" disconnected from connection
"DEFAULT". Duration: 15055 milliseconds
22:34:17.265 [Thread-22] DEBUG o.a.g.net.InetGuacamoleSocket
[InetGuacamoleSocket.java:122] - Closing socket to guacd.
22:34:25.104 [http-nio-8080-exec-6] DEBUG o.a.g.r.auth.AuthenticationService
[AuthenticationService.java:330] - Anonymous authentication attempt from
10.0.0.5 failed.
user1@debian:~$---------------------------
Thanks,Srinivas.