You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by Robert Dinse <na...@eskimo.com> on 2019/02/28 03:08:37 UTC

WebsocketTunnel

       This is how it fails when trying to connect vnc, can anyone tell me
what I've got wrong here?

19:06:50.386 [http-nio-8080-exec-9] INFO  o.a.g.r.auth.AuthenticationService - 
User "public" successfully authenticated from 127.0.0.1.
19:06:50.731 [http-nio-8080-exec-3] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:06:50.836 [http-nio-8080-exec-3] ERROR 
o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to 
guacd failed: java.net.ConnectException: Connection refused (Connection 
refused)
19:06:50.841 [http-nio-8080-exec-4] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:06:50.844 [http-nio-8080-exec-4] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - 
HTTP tunnel request failed: java.net.ConnectException: Connection refused 
(Connection refused)
19:07:05.866 [http-nio-8080-exec-8] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:07:05.868 [http-nio-8080-exec-8] ERROR 
o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to 
guacd failed: java.net.ConnectException: Connection refused (Connection 
refused)
19:07:05.882 [http-nio-8080-exec-1] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:07:05.883 [http-nio-8080-exec-1] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - 
HTTP tunnel request failed: java.net.ConnectException: Connection refused 
(Connection refused)
19:07:20.901 [http-nio-8080-exec-7] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:07:20.903 [http-nio-8080-exec-7] ERROR 
o.a.g.w.GuacamoleWebSocketTunnelEndpoint - Creation of WebSocket tunnel to 
guacd failed: java.net.ConnectException: Connection refused (Connection 
refused)
19:07:20.911 [http-nio-8080-exec-6] INFO  o.a.g.environment.LocalEnvironment - 
GUACAMOLE_HOME is "/etc/guacamole".
19:07:20.911 [http-nio-8080-exec-6] ERROR o.a.g.s.GuacamoleHTTPTunnelServlet - 
HTTP tunnel request failed: java.net.ConnectException: Connection refused 
(Connection refused)


-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
    Knowledgeable human assistance, not telephone trees or script readers.
  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.

Re: WebsocketTunnel

Posted by Robert Dinse <na...@eskimo.com>.
      It was something with parallel build.  In this case vnc didn't go,
I also got different strange errors on different builds.

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
    Knowledgeable human assistance, not telephone trees or script readers.
  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.

On Fri, 1 Mar 2019, Nick Couchman wrote:

> Date: Fri, 1 Mar 2019 12:00:06 -0500
> From: Nick Couchman <vn...@apache.org>
> Reply-To: user@guacamole.apache.org
> To: user@guacamole.apache.org
> Subject: Re: WebsocketTunnel
> 
> On Wed, Feb 27, 2019 at 10:46 PM Robert Dinse <na...@eskimo.com> wrote:
>
>>
>>       Yea, this is very weird.  If I launch guacd in the forground it tells
>> me vnc protocol not supported when it tries to connect.  Yet, when I did
>> the
>> configure I did --with-vnc and at the end it showed vnc: yes.
>>
>>
> Sounds like it might be a library linking issue.  If you do "ldd -r
> /path/to/guacd/install/lib/libguac-client-vnc.so.0.0.0" do you get any
> missing libraries or library errors?
>
> -Nick
>

Re: WebsocketTunnel

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Feb 27, 2019 at 10:46 PM Robert Dinse <na...@eskimo.com> wrote:

>
>       Yea, this is very weird.  If I launch guacd in the forground it tells
> me vnc protocol not supported when it tries to connect.  Yet, when I did
> the
> configure I did --with-vnc and at the end it showed vnc: yes.
>
>
Sounds like it might be a library linking issue.  If you do "ldd -r
/path/to/guacd/install/lib/libguac-client-vnc.so.0.0.0" do you get any
missing libraries or library errors?

-Nick

Re: WebsocketTunnel

Posted by Robert Dinse <na...@eskimo.com>.
      Yea, this is very weird.  If I launch guacd in the forground it tells
me vnc protocol not supported when it tries to connect.  Yet, when I did the
configure I did --with-vnc and at the end it showed vnc: yes.

-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-
  Eskimo North Linux Friendly Internet Access, Shell Accounts, and Hosting.
    Knowledgeable human assistance, not telephone trees or script readers.
  See our web site: http://www.eskimo.com/ (206) 812-0051 or (800) 246-6874.

On Wed, 27 Feb 2019, Nick Couchman wrote:

> Date: Wed, 27 Feb 2019 22:26:43 -0500
> From: Nick Couchman <vn...@apache.org>
> Reply-To: user@guacamole.apache.org
> To: user@guacamole.apache.org
> Subject: Re: WebsocketTunnel
> 
> On Wed, Feb 27, 2019 at 22:08 Robert Dinse <na...@eskimo.com> wrote:
>
>>
>>        This is how it fails when trying to connect vnc, can anyone tell me
>> what I've got wrong here?
>
>
> Sorry, can't remember if you already posted it, but any useful log messages
> from the guacd side?  Have you done debug logging on guacd?  Apologies if
> that's in a previous thread...
>
> -Nick
>

Re: WebsocketTunnel

Posted by Nick Couchman <vn...@apache.org>.
On Wed, Feb 27, 2019 at 22:08 Robert Dinse <na...@eskimo.com> wrote:

>
>        This is how it fails when trying to connect vnc, can anyone tell me
> what I've got wrong here?


Sorry, can't remember if you already posted it, but any useful log messages
from the guacd side?  Have you done debug logging on guacd?  Apologies if
that's in a previous thread...

-Nick