You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "rysinal (Jira)" <ji...@apache.org> on 2023/04/04 05:11:00 UTC

[jira] [Reopened] (GUACAMOLE-1748) Disconnect when pasting text from the local computer to the remote server through the RDP protocol

     [ https://issues.apache.org/jira/browse/GUACAMOLE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

rysinal reopened GUACAMOLE-1748:
--------------------------------

> Disconnect when pasting text from the local computer to the remote server through the RDP protocol
> --------------------------------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-1748
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1748
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-common-js, guacd-docker
>    Affects Versions: 1.4.0
>            Reporter: rysinal
>            Priority: Minor
>
> Hello, when I use guacd to connect to my host through RDP, everything is fine, but when I copy a piece of SQL text from my local computer and perform a paste operation on the remote host, the remote host gets stuck and automatically interrupts the connection, I don't know what happened, when I used mstsc.exe to connect to the same remote host, the paste behavior is normal, don't know if this is a problem with guacd? Thanks
> guacd version: docker-v1.4.0
> guacd logs like this:
> {code:java}
> guacd[817]: DEBUG:      Ignoring unsupported clipboard data. Only Unicode and text clipboard formats are currently supported.
> guacd[817]: DEBUG:      Broadcasting clipboard to all connected users.
> guacd[817]: DEBUG:      Created stream 0 for text/plain clipboard data.
> guacd[817]: DEBUG:      Sent 77 bytes of clipboard data on stream 0.
> guacd[817]: DEBUG:      Clipboard stream 0 complete.
> guacd[817]: DEBUG:      Broadcast of clipboard complete.
> guacd[817]: DEBUG:      Broadcasting clipboard to all connected users.
> guacd[817]: DEBUG:      Created stream 0 for text/plain clipboard data.
> guacd[817]: DEBUG:      Sent 77 bytes of clipboard data on stream 0.
> guacd[817]: DEBUG:      Clipboard stream 0 complete.
> guacd[817]: DEBUG:      Broadcast of clipboard complete.
> guacd[817]: DEBUG:      Broadcasting clipboard to all connected users.
> guacd[817]: DEBUG:      Created stream 0 for text/plain clipboard data.
> guacd[817]: DEBUG:      Sent 77 bytes of clipboard data on stream 0.
> guacd[817]: DEBUG:      Clipboard stream 0 complete.
> guacd[817]: DEBUG:      Broadcast of clipboard complete.
> guacd[817]: DEBUG:      Broadcasting clipboard to all connected users.
> guacd[817]: DEBUG:      Created stream 0 for text/plain clipboard data.
> guacd[817]: DEBUG:      Sent 77 bytes of clipboard data on stream 0.
> guacd[817]: DEBUG:      Clipboard stream 0 complete.
> guacd[817]: DEBUG:      Broadcast of clipboard complete.
> guacd[7515]: DEBUG:     Clipboard data received. Reporting availability of clipboard data to RDP server.
> guacd[7515]: DEBUG:     Clipboard data received. Reporting availability of clipboard data to RDP server.
> guacd[817]: DEBUG:      Clipboard data received. Reporting availability of clipboard data to RDP server.
> guacd[6511]: DEBUG:     Clipboard data received. Reporting availability of clipboard data to RDP server.
> guacd[4645]: DEBUG:     Received updated keyboard lock flags from RDP server: 0x1
> guacd[4645]: DEBUG:     Received updated keyboard lock flags from RDP server: 0x0
> guacd[7515]: DEBUG:     BIO_read returned a system error 110: Connection timed out
> guacd[7515]: DEBUG:     transport_read_layer:freerdp_set_last_error_ex ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D]
> guacd[7515]: ERROR:     Connection closed.
> guacd[7515]: DEBUG:     CLIPRDR (clipboard redirection) channel disconnected.
> guacd[7515]: DEBUG:     Display update channel disconnected.
> guacd[7515]: DEBUG:     Unloading device 0 (File transfer station)
> guacd[7515]: DEBUG:     SVC "rdpdr" disconnected.
> guacd[7515]: DEBUG:     SVC "rdpsnd" disconnected.
> guacd[7515]: INFO:      Internal RDP client disconnected
> guacd[7]: INFO: Connection "$42776e2c-91d6-4759-946d-d7dd25933712" removed.
> guacd[817]: DEBUG:      Broadcasting clipboard to all connected users.
> guacd[817]: DEBUG:      Created stream 0 for text/plain clipboard data.
> guacd[817]: DEBUG:      Sent 446 bytes of clipboard data on stream 0.
> guacd[817]: DEBUG:      Clipboard stream 0 complete.
> guacd[817]: DEBUG:      Broadcast of clipboard complete {code}
>  
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)