You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Paul Kronenwetter (Jira)" <ji...@apache.org> on 2022/07/01 13:02:00 UTC

[jira] [Commented] (GUACAMOLE-1614) Phantomjs build issues on ubuntu 22.04

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17561450#comment-17561450 ] 

Paul Kronenwetter commented on GUACAMOLE-1614:
----------------------------------------------

Agreed. I added this to the guacamole-client Dockerfile and it built:

RUN apt-get update && apt-get install -y chromium-driver

 

> Phantomjs build issues on ubuntu 22.04
> --------------------------------------
>
>                 Key: GUACAMOLE-1614
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1614
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole-client
>         Environment: Ubuntu 22.04 x86_64
>            Reporter: James Muehlner
>            Priority: Major
>             Fix For: 1.6.0
>
>
> When attempting to build the guacamole-client project for source, the following errors are encountered during unit tests, when Selenium attempts to invoke PhantomJS:
> {code:java}
> 139889159763904:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory
> 139889159763904:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:
> 139889159763904:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers
> 139889159763904:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers
> May 24, 2022 8:11:29 PM org.openqa.selenium.os.UnixProcess checkForError
> {code}
> which causes
> {code:java}
> [ERROR] org.openqa.selenium.remote.UnreachableBrowserException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
> {code}
>  



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