Hi Nick, Thanks so much for you reply. I will be happy with a working solution ;-) For the last week I have been fruitlessly trying to compile the git version of guacamole-client using maven. With openjdk-13 or openjdk-14 installed I receive this error when running nvm -X package error: Source option 6 is no longer supported. Use 7 or later.
With openjdk-11 installed I receive this error Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in http://docs.oracle.com/javase/6/docs/api/ are in the unnamed module. which supposedly is fixed in 11.0.8 and higher; https://bugs.openjdk.java.net/browse/JDK-8212233 which will release in July. uname -a Linux guapo 5.4.0-29-generic #33-Ubuntu SMP Wed Apr 29 14:32:27 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04 LTS Release: 20.04 Codename: focal java --version openjdk 11.0.7 2020-04-14 OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1) OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing) mvn -version Apache Maven 3.6.3 Maven home: /usr/share/maven Java version: 11.0.7, vendor: Ubuntu, runtime: /usr/lib/jvm/java-11-openjdk-amd64 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.4.0-29-generic", arch: "amd64", family: "unix" Ubuntu fully uptodate including the packages as supplied by Ubuntu on their repositories. Does anyone have any insight in how to fix this? Kind regards, Tom Daniels From: Nick Couchman <[email protected]> Sent: vrijdag 1 mei 2020 15:57 To: [email protected] Subject: Re: Ubuntu 20.04 / Guacamole 1.1.0 / FreeRDP preconception PDU Broken On Fri, May 1, 2020 at 9:11 AM Daniëls, Tom <[email protected]<mailto:[email protected]>> wrote: Hi guys, Just finished installing a fresh Ubuntu 20.04 LTS server with the newest version of Guacamole (1.1.0) and am running into the issue as described in https://issues.apache.org/jira/browse/GUACAMOLE-952 When trying to connect to a Hyper-V Guest on Windows Server 2019 it fails (I receive error The remote desktop sever is currently unreachable) and in syslog I see this error; Installed version of FreeRDP lacks support for the preconnection PDU. The specified preconnection BLOB and/or ID will be ignored Latest freerdp2-dev is installed and regular RDP connections do work. It is marked as fixed in 1.2.0, but since this is not available for download; is there any way of fixing this on 1.1.0? Would suck if a rollback to 1.0.0 is the only available solution. Tom, Currently there is no fix for this for version 1.1.0. You are welcome to use the git repo to clone the staging/1.2.0 branch if you like, but that is still in development and may contain other bugs that are being sorted out right now, and is subject to change. -Nick
