Hi , Having trouble running generic report after tomcat upgrade to 9.0.38.
Error from the logs :

Error in knowage :

Already tried this solution i found, but did not worked.
<Resource auth="Container" driverClassName="com.mysql.jdbc.Driver"
maxActive="200"
maxIdle="50"
maxWait="-1"
name="jdbc/knowage"
type="javax.sql.DataSource"
url="jdbc:mysql://a.x:3306/knowagedb" username="user" password="password"
logAbandoned="true"
removeAbandoned="true"
removeAbandonedTimeout="10"
validationQuery="select 1 from dual"
testWhileIdle="true"
testOnBorrow="false"
timeBetweenEvictionRunsMillis="30000"
minEvictableIdleTimeMillis="1800000"
numTestsPerEvictionRun="3" />
Any idea? Thank you in advanced
PS : didn't upgrade knowage version for isolation purposes