On Fri, Apr 8, 2022, 09:27 Fertig, Brian <[email protected]>
wrote:

> I just upgraded to 1.4.0 from 1.3.0.  When I look at the guac logs it says
> totp and mysql is not compatible even though everything is all 1.4.0.  Any
> ideas?
>

Delete the directory created by Tomcat when it expanded the .war file and
restart Tomcat.

The contents of the 1.3.0 .war are probably cached within that directory
and are still being deployed, thus the older 1.3.0 webapp is rightly
complaining that it can't load 1.4.0 extensions. Deleting the directory
will force Tomcat to redeploy using the newer .war file.

- Mike

Reply via email to