You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Karl Fiabeschi (JIRA)" <ji...@apache.org> on 2017/06/08 22:18:18 UTC

[jira] [Created] (GUACAMOLE-320) No connection from guacamole webapps to guacd (separeted server scenario)

Karl Fiabeschi created GUACAMOLE-320:
----------------------------------------

             Summary: No connection from guacamole webapps to guacd (separeted server scenario)
                 Key: GUACAMOLE-320
                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-320
             Project: Guacamole
          Issue Type: Bug
          Components: guacamole-server
    Affects Versions: 0.9.13-incubating
         Environment: 2 Centos 7 server
            Reporter: Karl Fiabeschi
            Priority: Blocker


Hi,

this is from this user's mailing-list:

SCENARIO:

ServerA: guacamole-client 0.9-13 
ServerB: guacd 0.9-13
ServerC: mariadb with 0.9-13 mysql schema

GUACAMOLE.PROPERTIES
#guacd
guacd-hostname: guacd-xxxx.yyyy.zz.com
guacd-port: 4822

ISSUE:

if i create a new connection without fill the "guacd hostname", "guacd port", "guacd_encryption" the serverA doesn't' start a connection with the serverB (guacd) so can't connect via VNC protocol

if i put the hostname,port and encryption in the connection tab i can connect via vnc (so the serverA communicated with ServerB) 

ERROR LOGS:
[http-bio-8080-exec-10] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - HTTP tunnel request failed: java.net.ConnectException: Connection refused (Connection refused)
[http-bio-8080-exec-10] DEBUG o.a.g.s.GuacamoleHTTPTunnelServlet - Internal error in HTTP tunnel.
guacamole server: org.apache.guacamole.GuacamoleServerException: java.net.ConnectException: Connection refused (Connection refused)

(in the user mailing list you can find more logs)

MY GUESS:
if the field "proxy_hostname" from guacamole_connections is NULL it doesn't get the info from guacamole.properties

bye

K



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)