On Fri, Jan 8, 2021 at 5:25 AM Olivier Chaudet < [email protected]> wrote:
> Hi, > > here are the versions. > > ~$ cat /etc/os-release > PRETTY_NAME="Debian GNU/Linux 10 (buster)" > NAME="Debian GNU/Linux" > VERSION_ID="10" > VERSION="10 (buster)" > VERSION_CODENAME=buster > ID=debian > HOME_URL="https://www.debian.org/" > SUPPORT_URL="https://www.debian.org/support" > BUG_REPORT_URL="https://bugs.debian.org/" > > ~$ java -version > openjdk version "11.0.9.1" 2020-11-04 > OpenJDK Runtime Environment (build 11.0.9.1+1-post-Debian-1deb10u2) > OpenJDK 64-Bit Server VM (build 11.0.9.1+1-post-Debian-1deb10u2, mixed > mode, sharing) > > It's possible there is something in Java 11 that's causing issues, here - I'll try to see if I can get a version of OpenJDK 11 and test with that. > ~$ > /usr/local/tomcat9/bin/version.sh > > Using CATALINA_BASE: > /usr/local/tomcat9 > > Using CATALINA_HOME: > /usr/local/tomcat9 > > Using CATALINA_TMPDIR: > /usr/local/tomcat9/temp > > Using JRE_HOME: > /usr/lib/jvm/java-11-openjdk-amd64/ > > Using CLASSPATH: > /usr/local/tomcat9/bin/bootstrap.jar:/usr/local/tomcat9/bin/tomcat-juli.jar > > Using > CATALINA_OPTS: > > NOTE: Picked up JDK_JAVA_OPTIONS: > --add-opens=java.base/java.lang=ALL-UNNAMED > --add-opens=java.base/java.io=ALL-UNNAMED > --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED > Server version: Apache Tomcat/9.0.41 > Server built: Dec 3 2020 11:43:00 UTC > Server number: 9.0.41.0 > OS Name: Linux > OS Version: 4.19.0-13-amd64 > Architecture: amd64 > JVM Version: 11.0.9.1+1-post-Debian-1deb10u2 > JVM Vendor: Debian > > ~$ mariadb --version > mariadb Ver 15.1 Distrib 10.3.27-MariaDB, for debian-linux-gnu (x86_64) > using readline 5.2 > > This is pretty close to what I'm testing with - 10.5 - so I'm guessing the mariaDB server is not to blame. > And in the manifest.mf from mariadb-java-client.jar (which comes with "apt > install libmariadb-java"): > Bundle-Version: 2.3.0 > > Could be this, though - the MariaDB Connector/J can be downloaded directly from the MariaDB website - I'd suggest downloading the latest (2.6, I think is what I had grabbed) and drop it in GUACAMOLE_HOME/lib, restart Tomcat, and re-test. -Nick
