[Jamonapi-info] Integrate JMon with JBOSS EAP 6
Monitor Java applications - SQL, HTTP, Methods, Exceptions and more.
Brought to you by:
stevesouza
From: ahsan s. <ahs...@gm...> - 2015-09-17 06:43:49
|
Hi All, I am trying to integrate Jmon with JBOSS EAP 6.4. I have followed following links[1][2]. When I start jboss , Iam getting a class not found exception as follows. *Caused by: java.lang.NoClassDefFoundError: org/apache/catalina/valves/ValveBase * After that, I have included this module in Jboos Modules under org.apache. Then I am getting a class cast exceptio as follows. *Caused by: java.lang.ClassCastException: com.jamonapi.http.JAMonTomcatValve cannot be cast to org.apache.catalina.Valve* What is the reason for this? Is there anyway to resolve this? Otherwise, is there any alternative ways to integrate JMon with JBOSS EAP 6.4. Please help me. [1]- http://jamonapi.sourceforge.net/http_monitoring.html [2]- http://www.level2crm.com/2014/11/deploying-jamon-in-jboss-as-7-1-1/ Thank you. Ahsan |