Guacd may be logging to syslog, so check that out when attempting a
connect. Here's an example of a successful connection:
Sep 2 07:19:05 guac-server guacd[1117]: Creating new client for
protocol "rdp"
Sep 2 07:19:05 guac-server guacd[1117]: Connection ID is
"$a2e9c5a9-01ce-4176-869f-2dd6f4d622c2"
Sep 2 07:19:05 guac-server guacd[13269]: No security mode specified.
Defaulting to RDP.
Sep 2 07:19:05 guac-server guacd[13269]: Resize method: none
Sep 2 07:19:05 guac-server guacd[13269]: User
"@d590bf5d-58f2-45cb-b90a-b3f96e95f947" joined connection
"$a2e9c5a9-01ce-4176-869f-2dd6f4d622c2" (1 users now present)
Sep 2 07:19:05 guac-server guacd[13269]: Loading keymap "base"
Sep 2 07:19:05 guac-server guacd[13269]: Loading keymap "en-us-qwerty"
Sep 2 07:19:05 guac-server guacd[13269]: guacdr connected.
Sep 2 07:19:05 guac-server guacd[13269]: guacsnd connected.
Sep 2 07:19:05 guac-server guacd[13269]: Connected to RDPDR 1.12 as
client 0x0002
Sep 2 07:19:05 guac-server guacd[13269]: Ignoring server capability set
type=0x0001, length=44
Sep 2 07:19:05 guac-server guacd[13269]: Ignoring server capability set
type=0x0002, length=8
Sep 2 07:19:05 guac-server guacd[13269]: Ignoring server capability set
type=0x0003, length=8
Sep 2 07:19:05 guac-server guacd[13269]: Ignoring server capability set
type=0x0004, length=8
Sep 2 07:19:05 guac-server guacd[13269]: Ignoring server capability set
type=0x0005, length=8
Sep 2 07:19:05 guac-server guacd[13269]: Sending capabilities...
Sep 2 07:19:05 guac-server guacd[13269]: Capabilities sent.
Sep 2 07:19:05 guac-server guacd[13269]: Client ID confirmed
On 2/09/2019 7:10 a.m., Halil Karakose wrote:
Thanks Mike. Where can I find guacd logs?
1 Eyl 2019 Paz, saat 21:46 tarihinde Mike Jumper
<[email protected] <mailto:[email protected]>> ??unu yazd??:
On Sun, Sep 1, 2019 at 11:37 AM Halil Karakose <[email protected]
<mailto:[email protected]>> wrote:
Here is my observation about the installation:
I installed both guacd and guacamole web application on the
same machine.
I can telnet to 4899.
Are you sure you don't mean 4822?
...
Following exception is displayed in Tomcat logs:
18:31:14.918 [http-nio-8080-exec-4] DEBUG
o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Error connecting
WebSocket tunnel.
org.apache.guacamole.GuacamoleUpstreamTimeoutException:
Connection to guacd timed out.
...
So, is my rdp credentials wrong?
You need to check your guacd logs. Only guacd is aware of anything
RDP-specific, not Tomcat or the web application. The error you're
seeing from the web application suggests that it simply cannot
connect to guacd, not necessarily that there is a problem with the
configuration of the RDP connection. The logs from guacd should
provide the details you need.
- Mike