Problem tomca 9.0.6 and monitoring queries java 10

Problem tomca 9.0.6 and monitoring queries java 10

Hi,
I'am trying to setup the apm for java 10 and tomcat9, i'm not seeing the queries on site. This is the error  on the log file:

 

 

[16 Jul 2018 16:07:55][C3P0PooledConnectionPoolManager[identityToken->1bra12h9w19mkn54j4usfu|55e6d399]-HelperThread-#0][WARNING]: [JavaAgentHandler] Exception in invokeTracker
java.lang.NoClassDefFoundError: java/sql/PreparedStatement
at com.manageengine.apminsight.agent.trackers.db.StatementTracker.<init>(StatementTracker.java:61)
at com.manageengine.apminsight.agent.instrumentation.interceptor.db.StatementInterceptorDefinition.getTracker(StatementInterceptorDefinition.java:86)
at com.manageengine.apminsight.agent.instrumentation.interceptor.TracingInterceptorDefinition.getTracker(TracingInterceptorDefinition.java:32)
at com.manageengine.apminsight.agent.tracing.TrackerService.getTracker(TrackerService.java:32)
at com.manageengine.apminsight.agent.JavaAgentHandler.invokeTracker(JavaAgentHandler.java:45)
at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java)
at com.mysql.jdbc.ConnectionImpl.isReadOnly(ConnectionImpl.java:3623)
at com.mysql.jdbc.ConnectionImpl.isReadOnly(ConnectionImpl.java:3598)
at com.mchange.v2.c3p0.impl.NewPooledConnection.carefulCheckReadOnly(NewPooledConnection.java:171)
at com.mchange.v2.c3p0.impl.NewPooledConnection.<init>(NewPooledConnection.java:123)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:240)
at com.mchange.v2.c3p0.WrapperConnectionPoolDataSource.getPooledConnection(WrapperConnectionPoolDataSource.java:206)
at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.acquireResource(C3P0PooledConnectionPool.java:203)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquire(BasicResourcePool.java:1138)
at com.mchange.v2.resourcepool.BasicResourcePool.doAcquireAndDecrementPendingAcquiresWithinLockOnSuccess(BasicResourcePool.java:1125)
at com.mchange.v2.resourcepool.BasicResourcePool.access$700(BasicResourcePool.java:44)
at com.mchange.v2.resourcepool.BasicResourcePool$ScatteredAcquireTask.run(BasicResourcePool.java:1870)
at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696)