On Wed, Jan 5, 2022 at 2:22 AM Piviul <[email protected]> wrote: > Il 04/01/22 18:54, Piviul ha scritto: > > I'm trying to add freeradius authentication to a guacamole-client > > installed on a debian buster. [...] > probably the log I sent lack of some important information... > > This is the output sent on the standard error and attached you can find > the log generated on the standard output: > > # mvn package -Plgpl-extensions > guacamole-client.log > > WARNING: An illegal reflective access operation has occurred > > WARNING: Illegal reflective access by > > com.google.inject.internal.cglib.core.$ReflectUtils$1 > > (file:/usr/share/maven/lib/guice.jar) to method > > > java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) > > WARNING: Please consider reporting this to the maintainers of > > com.google.inject.internal.cglib.core.$ReflectUtils$1 > > WARNING: Use --illegal-access=warn to enable warnings of further > > illegal reflective access operations > > WARNING: All illegal access operations will be denied in a future release > > Please do you know where is the problem? I have to open a bug report? > Can you successfully compile the guacamole-client? > > It looks like, for some reason, the testing environment isn't starting up correctly to allow the Selenium tests to proceed. I don't really know why that would be happening in your environment - the build works perfectly fine for me, and we also have the build enabled in several Jenkins environments without any problem.
The only issue I've ever run into with this build is with non-Intel architectures (ARM, mainly) because the Selenium version that gets downloaded is an Intel-compiled binary. You seem to be using Intel-based chips, though, so I doubt this is an issue for you. -Nick
