elastic apm java agent elastic-apm-agent-1.0.1.jar is not allowing to start our application.
I am trying to integrate it via generic way. The jar is able to integrate but its failing to our application.
[2018-11-23 18:02:02,599] WARN [request-id=] [x-request-id=] AnnotationConfigEmbeddedWebApplicationContext: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'addToQuartz' defined in class path resource [com/../QuartzConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.quartz.Trigger]: Factory method 'addToQuartz' threw exception; nested exception is java.lang.VerifyError: (class: com/mchange/v2/c3p0/impl/NewProxyPreparedStatement, method: executeQuery signature: (Ljava/lang/String;)Ljava/sql/ResultSet;) Illegal type in constant pool
OS : Debian 7.11
JDK : oracle-java8-jdk
Please let me know if any other information needed?